OpenBSD connectivity issues #2264
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-03#2264
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Error "could not determine file type" -- is raised by shared.py at BSD and linux:
"freebsd raise the same as major linux systems(and openbsd..(i think so..))"
..if falling back..
please try out:
+++sys.platform[:7] == 'freebsd' or sysplatform[:7] == 'openbsd' or sysplatform[:5] == "linux":
...
istead of
--- sys.platform[:7] == 'freebsd':
;
still remove the error message..for me.
/src/shared.py: (there is also a todo..but on windows..)
And where is the openbsd socket fix? The connection is disabled on openbsd, and this is not an issue of my own failures.
Looks like sabotage on bm-openbsd-port; i have to review the changes..
~I can't find the code you're referring to.~
Ok I can see the problem. We don't have automated test infrastructure for BSD, so I don't want to change it without that. I created a new task for it. Then we can see better what the problems are.