Bug 189302 - dbus not working
Summary: dbus not working
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dbus
Version: 5
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: John (J5) Palmieri
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-18 22:40 UTC by Fernando Fernandez Pedraza
Modified: 2013-03-13 04:50 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-04-19 22:18:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fernando Fernandez Pedraza 2006-04-18 22:40:31 UTC
Description of problem:

dbus not working

$ env | grep DBUS
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-lbcw62ehad,guid=3f614544183cebbe4620fedd4fc3e400

$ dbus-monitor --session
Failed to open connection to session message bus: Failed to connect to socket
/tmp/dbus-lbcw62ehad: Connection refused

Version-Release number of selected component (if applicable): 0.61-3

How reproducible:
always

Steps to Reproduce:
1. check with dbus-monitor --session
2.
3.
  
Actual results:
error message as shown above

Expected results:
no error

Additional info:
kernel 2.6.16-1.2080_FC5 #1 SMP, x86_64
impacts on gnome-screensaver, it's also not working, probably some other
components too.

Comment 1 John (J5) Palmieri 2006-04-19 20:25:04 UTC
Does /usr/bin/dbus-daemon exist?

Comment 2 Fernando Fernandez Pedraza 2006-04-19 20:47:44 UTC
It exists:

$ ls -l /usr/bin/dbus-*
-rwxr-xr-x 1 root root  97248 feb 25 00:19 /usr/bin/dbus-binding-tool
-rwxr-xr-x 1 root root  12192 may 23  2005 /usr/bin/dbus-cleanup-sockets
-rwxr-xr-x 1 root root 596680 may 23  2005 /usr/bin/dbus-daemon
-rwxr-xr-x 1 root root  19832 feb 25 00:19 /usr/bin/dbus-launch
-rwxr-xr-x 1 root root  14504 feb 25 00:19 /usr/bin/dbus-monitor
lrwxrwxrwx 1 root root     19 abr 19 00:32 /usr/bin/dbus-send -> ../../bin/dbus-send





Comment 3 John (J5) Palmieri 2006-04-19 20:53:08 UTC
rpm -qf /usr/bin/dbus-daemon

If it is not owned by a package (which it should not be) then rm -f
/usr/bin/dbus-daemon.  Reboot and try again.

Comment 4 Fernando Fernandez Pedraza 2006-04-19 21:53:24 UTC
Solved!
Thanks a lot.


Note You need to log in before you can comment on or make changes to this bug.