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

[p...@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.

TTFN

Paul
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to