Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Strange finch/dbus error [Sort of Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
F_
Tux's lil' helper
Tux's lil' helper


Joined: 31 Dec 2006
Posts: 142

PostPosted: Sat Jun 07, 2008 7:42 am    Post subject: Strange finch/dbus error [Sort of Solved] Reply with quote

Whenever I try to run 'finch' (pidgin's IM client for terminals) I get the following error:
Code:

[f|~]$ finch
process 9609: 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


I googled and found a similar problem on the Ubuntu forums: http://ubuntuforums.org/showthread.php?t=586008


However, their fix was to run the command:
Code:

dbus-uuidgen --enabled


While I have dbus--uidgen, I looked at its man page and there is no option '--enabled' and so this command fails.

Any ideas?
Back to top
View user's profile Send private message
F_
Tux's lil' helper
Tux's lil' helper


Joined: 31 Dec 2006
Posts: 142

PostPosted: Sun Jun 08, 2008 3:10 am    Post subject: Reply with quote

Quick fix (not really a solve, though):

Code:

# emerge -C pidgin
# echo "net-im/pidgin -dbus" >> /etc/portage/package.use
# emerge pidgin


That is, simply compile pidgin without dbus support.
Back to top
View user's profile Send private message
kenshis
n00b
n00b


Joined: 12 Feb 2007
Posts: 13
Location: Lithuania

PostPosted: Thu Jul 03, 2008 4:25 pm    Post subject: Reply with quote

had the same problem :). First start dbus service:
Code:

emerge --ask dbus
# rc-update add dbus default
Add <user> to the plugdev group
# gpasswd -a <user> plugdev


and
Code:

 /etc/init.d/dbus start

now pidgin works for me
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum