You are not logged in.
Gaim does not start after the recent dbus update.
It exits with the following error message:
process 5513: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
D-Bus not built with -rdynamic so unable to print a backtrace
Aborted
In love I believe and in Linux I trust
Offline
Try to start with
dbus-launch gajim
Offline
It works this way. Thanks.
In love I believe and in Linux I trust
Offline
But problem still is not solved :]
Offline
We'll just have to wait for the developers, but at least we're having a workaround.
In love I believe and in Linux I trust
Offline
It's just a matter of missing machine ID in /var/lib/dbus
simply run
dbus-uuidgen --ensure
and restart dbus (just in case...)
Offline
Thanks a lot! That did the trick.
I think this should be added into the installation script.
Last edited by ckristi (2007-02-04 19:58:52)
In love I believe and in Linux I trust
Offline
See the manual page for dbus-uuidgen to correct this issue.
The answer was right in the original error message.
/path/to/Truth
Offline
Ok, I was ignorant. Mostly because I didn't pay attention. But isn't a software belonging to a distribution supposed to _work_ (please read "work" and not "look fancy") out of the box? It's not a program I compiled from sources. It's one I downloaded from the _official_ repository. I don't wanna become upset on the developers because I know time is always an issue. It's our duty to report anything we see not working out of the box. That's why the developers created this community and allowed us to speak freely.
In love I believe and in Linux I trust
Offline
I'm building a new dbus package that includes the command in the startup script, which is the same thing that happens in the upstream package. I did some testing from gnome, which didn't show these issues. With KDE however it breaks.
Offline
After upgrading dbus, gnome-session wouldnt start because a file was missing, libdbus-1.so.2, it looks like the upgrade upgraded to libdbus-1.so.3 (which, at the same its a symlink to libdbus-1.so.3.2.0), so I made a symlink called libdbus-1.so.2 pointing to libdbus-1.so (which points to libdbus-1.so.3.2.0 too, as libdbus-1.so.3 does)
after that, gnome-session would start, but many programs like gaim and xchat sigfaulted, so I had to do a dbus-uuidgen --ensure and /etc/rc.d/dbus restart. Problem solved.
Offline
or add this to /etc/rc.d/dbus for a more permanent solution for as long desktop files haven't been fixed:
dbus-uuidgen --ensure
I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell
Offline
No problem here with gaim and dbus 1.0.2-2
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Worked with dbus 1.0.2-2 and XFCE terminal
Offline