Bug 189302

Summary: dbus not working
Product: [Fedora] Fedora Reporter: Fernando Fernandez Pedraza <fpedraza>
Component: dbusAssignee: John (J5) Palmieri <johnp>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 5CC: jkeck
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-19 22:18:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.