Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenBSD connectivity issues #2264

Open
jon1enforce opened this issue Aug 4, 2024 · 2 comments
Open

OpenBSD connectivity issues #2264

jon1enforce opened this issue Aug 4, 2024 · 2 comments

Comments

@jon1enforce
Copy link

jon1enforce commented Aug 4, 2024

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..)

if sys.platform == 'win32':
    # .. todo:: This might deserve extra checks by someone familiar with
    # Windows systems.
    return True
elif sys.platform[:7] == 'freebsd':
@jon1enforce
Copy link
Author

jon1enforce commented Aug 4, 2024

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..

@PeterSurda
Copy link
Member

PeterSurda commented Aug 4, 2024

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.

@PeterSurda PeterSurda changed the title bug OpenBSD connectivity issues Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants