-
Notifications
You must be signed in to change notification settings - Fork 18
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
Auth failure on FreeBSD #42
Comments
Sorry, I have no clue here, and I have no FreeBSD around. Could you |
Sure here is some more debugging output. The part I find interesting is this from the go output. Which is the initial null byte sent. The equvilant in the haskell output. In the go one there is this with the initial null byte send |
I checked python as well. Seems it is sending something similar for the initial null byte:
I will keep digging into this. |
Well I was able to get this working, but it is pretty rough right now. I didn't see currently in the network package the ability to use |
I think postponing this issue until |
I see |
I use this package in various Linux distros, and have no problems, but when using it in FreeBSD I get
I am not entirely sure what is going on. If I add some print statements I can see:
The dbus session address is set. I tried connection with packages in python, and go just to be sure. Both of those are able to connect just fine. I don't know go but did notice in the go code there is some calls to UnixCredentials. Have no idea if the Haskell code is doing that for sure, but doesn't seem like it from what I can tell. Any ideas why this is failing on FreeBSD?
The text was updated successfully, but these errors were encountered: