On Thu, 2010-08-05 at 22:37 +0100, Paul Johnson wrote: > Hi, > > It looks like dbus is failing to respond on my box correctly. For > example, if I try to run system-config-services as a normal user, I > get the following > > [paul@PB3 ~]$ system-config-services > > ** (system-config-services:11277): WARNING **: AT-SPI: Accessibility > bus not found - Using session bus. > > > (system-config-services:11277): Bonobo-WARNING **: Bonobo must be > initialized before use > Traceback (most recent call last): > File "/usr/bin/system-config-services", line 1040, in <module> > GUI(use_dbus=use_dbus).run() > File "/usr/bin/system-config-services", line 957, in __init__ > bus = slip.dbus.SystemBus() > File "<string>", line 2, in SystemBus > File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 202, in > __new__ > private=private) > File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 108, in > __new__ > bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop) > File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 125, in > __new__ > bus = cls._new_for_bus(address_or_type, mainloop=mainloop) > dbus.exceptions.DBusException: > org.freedesktop.DBus.Error.FileNotFound: Failed to connect to > socket /var/run/dbus/system_bus_socket: No such file or directory > > This dbus exception is showing up in a large number of places > (including when I attempt to mount a CD or USB pen or use the > scanner). I thought it was haldaemon being silly to start with, but > I'm seeing the exception a lot. > > Using dbus-1.3.2-0.1.885483.fc15.i686 > > Any help or advice appreciated. Is dbus actually running? ps aux | grep bus Does it work if you boot with upstart? Edit your kernel params and add 'init=/sbin/upstart' What I'm betting is that you got systemd 5-2 on your upgrade, and that version has a known problem whereby systemctl segfaults whenever you try to enable a systemd unit with it. the systemd %post does this to enable dbus. So it failed to enable dbus for systemd, so dbus isn't being started. -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org http://www.happyassassin.net -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel