Skip to content

OpenBSD connectivity issues #2264

Open
Open
@jon1enforce

Description

@jon1enforce

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':

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions