You are not logged in.
Pages: 1
[steven@rita-repulsa ~]$ /usr/lib/wicd/gui.py
Traceback (most recent call last):
File "/usr/lib/wicd/gui.py", line 23, in <module>
bus = dbus.SystemBus()
File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 200, in __new__
private=private)
File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 106, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python2.5/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
Offline
put in /etc/rc.conf in DAEMONS list hal. this will start dbus as well. don't forget to add your username to proper groups.
gpasswd -a your_username dbus
gpasswd -a your_username hal
gpasswd -a your_username network
for more details please read -> http://wiki.archlinux.org/index.php/Wicd
Last edited by wonder (2008-06-23 06:45:10)
Give what you have. To someone, it may be better than you dare to think.
Offline
I just had it working and now it is telling me i need to start the daemon. And i did! So i restarted and it is still telling me the same thing.
Offline
Ok, I had this problem before. Make sure you DON'T have dbus in your daemons line if you have hal in it. Also, make sure the wicd daemon is after the hal daemon.
Offline
Pages: 1