-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Unable to connect to the D-Bus system bus on FreeBSD #287
Comments
Hi @0mp, I ran into the same problem today trying to package signal-cli master (now I realized that I could've saved some of that effort - Duh!) I'll send you a PM. |
Cool! I'm waiting! |
It basically comes down to hypfvieh/dbus-java not supporting FreeBSD (cmsgcred). I sent you an email with details. |
@0mp I implemented the missing bits in jnr-posix and dbus-java, I can now locally run signal-cli (and scli) successfully. Pull requests: |
Nice, all the pending PRs were merged in those other repositories! |
Now all that's left to do is ask projects kindly to cut new releases ;) |
I'm facing the following problem now: jnr/jnr-ffi#206 |
@0mp you were lacking jffi-native (so not a problem with signal-cli), I opened 0mp/freebsd-ports-signal-cli#1 to fix the port skeleton. |
signal-cli is now working just fine on FreeBSD! Thanks! |
Hi,
I've recently packaged signal-cli for FreeBSD (https://www.freshports.org/net-im/signal-cli/).
The functionalities which do not require D-Bus to be involved are working fine (thanks your this wonderful piece of software BTW).
I cannot get signal-cli to authenticate against the
dbus
service running on my system, however. I've tried to connect to both the system bus and to the user one (I am not about the proper naming of things, D-Bus development/debugging is rather new to me).I've started collecting my notes in a separate repo (https://github.com/0mp/freebsd-ports-signal-cli/) so that other interested developers could join the debugging efforts.
Currently, I am stuck with debugging at authentication against the system bus. Here's a snippet of the debug logs (the full log is in the repo I linked to earlier):
Cheers!
The text was updated successfully, but these errors were encountered: