You are not logged in.

#1 2009-03-26 19:55:36

szajskerl
Member
Registered: 2008-03-23
Posts: 13

wicd problem with dbus

Whenever I want to start wicd from the consle it fails and I get this:

Traceback (most recent call last):
  File "./wicd-client.py", line 50, in <module>
    import wicd.gui as gui
  File "/usr/lib/python2.6/site-packages/wicd/gui.py", line 2005, in <module>
    setup_dbus()
  File "/usr/lib/python2.6/site-packages/wicd/gui.py", line 177, in setup_dbus
    proxy_obj = bus.get_object("org.wicd.daemon", '/org/wicd/daemon')
  File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 244, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 241, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 183, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 281, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.wicd.daemon was not provided by any .service files

Restarting all the connected daemons (wicd, dbus, hal) doesn;t solve the problem. I use the newest packages available in the repo.

Offline

#2 2009-03-29 14:40:13

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

Re: wicd problem with dbus

I am also having this problem. Not sure what to do. It seems like this same thing happened before 2 versions ago or something.

Any ideas?

Thanks

Last edited by cu3edweb (2009-03-29 14:42:12)

Offline

#3 2009-03-29 14:47:26

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

Re: wicd problem with dbus

nevermind stupid user error again. I had the wicd daemon before hal in the daemons array. Switched it and is working fine again.

Offline

#4 2009-03-30 11:09:06

mika91
Member
Registered: 2007-10-25
Posts: 19

Re: wicd problem with dbus

Same problem for me sad

Offline

#5 2009-04-16 07:37:38

matthieu
Member
Registered: 2009-04-16
Posts: 4

Re: wicd problem with dbus

Same problem for me too. As pointed in another thread i added dbus to my rc.conf and everything is ok now.

Offline

Board footer

Powered by FluxBB