Skip to content

Instantly share code, notes, and snippets.

@iizukak
Created December 31, 2011 14:32
Show Gist options
  • Save iizukak/1544147 to your computer and use it in GitHub Desktop.
Save iizukak/1544147 to your computer and use it in GitHub Desktop.
D-Bus Error with wicd, Arch Linux
When I started wicd, recived this message, and can't start wicd.
# wicd-client
Traceback (most recent call last):
File "/usr/share/wicd/gtk/wicd-client.py", line 63, in <module>
from wicd import dbusmanager
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 93, in <module>
DBUS_MANAGER = DBusManager()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 57, in __init__
self._bus = dbus.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment