You are not logged in.

#1 2008-06-23 05:44:55

sdubois92
Member
Registered: 2008-06-20
Posts: 23
Website

wicd error

[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

#2 2008-06-23 06:44:37

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: wicd error

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

#3 2008-06-23 12:40:13

sdubois92
Member
Registered: 2008-06-20
Posts: 23
Website

Re: wicd error

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

#4 2008-07-20 20:06:28

Eivuwan
Member
Registered: 2008-06-28
Posts: 30

Re: wicd error

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

Board footer

Powered by FluxBB