You are not logged in.

#1 2008-10-11 04:15:46

msdark
Member
From: Chile
Registered: 2008-08-17
Posts: 49
Website

wicd doesn't start after upgrade dbus problem??

yesterday i upgrade the wicd packages... then wicd-client doesn't start...

the daemon wicd start, but if i run ps aux | grep wicd i don't see anythyng..

then if i try to run wicd-client i see this error

Traceback (most recent call last):
  File "/usr/lib/wicd/wicd-client.py", line 50, in <module>
    import wicd.gui as gui
  File "usr/lib/python2.5/site-packages/wicd/gui.py", line 2061, in <module>
  File "usr/lib/python2.5/site-packages/wicd/gui.py", line 174, in setup_dbus
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 244, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 241, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 183, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 281, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.5/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

obviusly the must be the dbus-python packages or is a error for wicd daemon... why wicd daemon doesn't start
when i run /etc/rc.d/wicd start i don't see a error....

any idea?


www.msdarkici.wordpress.com (Spanish) All what i Do in the linux world!!!
Arch User... Feel Free... Feel Speed....

Offline

#2 2008-10-11 21:23:31

1LordAnubis
Member
Registered: 2008-10-10
Posts: 253
Website

Re: wicd doesn't start after upgrade dbus problem??

I just installed wicd on kdemod, and it worked.... i removed knetworkmanager3 and its dependencies; i.e. dhcdbd iproute libnetworkmanager libnl networkmanager and dbus-qt3, rebooted, and it gave me this same error.


Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw

Offline

#3 2008-10-11 21:24:06

1LordAnubis
Member
Registered: 2008-10-10
Posts: 253
Website

Re: wicd doesn't start after upgrade dbus problem??

I just installed wicd on kdemod, and it worked.... i removed knetworkmanager3 and its dependencies; i.e. dhcdbd iproute libnetworkmanager libnl networkmanager and dbus-qt3, rebooted, and it gave me this same error.



anubis@thor ~/ $ wicd-client
Traceback (most recent call last):
  File "/usr/lib/wicd/wicd-client.py", line 50, in <module>
    import wicd.gui as gui
  File "/usr/lib/python2.5/site-packages/wicd/gui.py", line 2060, in <module>
    setup_dbus()
  File "/usr/lib/python2.5/site-packages/wicd/gui.py", line 175, in setup_dbus
    proxy_obj = bus.get_object("org.wicd.daemon", '/org/wicd/daemon')
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 244, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 241, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 183, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 281, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.5/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

Any ideas?

Last edited by 1LordAnubis (2008-10-11 21:34:53)


Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw

Offline

#4 2008-10-18 21:53:32

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

Re: wicd doesn't start after upgrade dbus problem??

the very same problem, any help appreciated

Offline

#5 2008-10-18 23:52:01

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: wicd doesn't start after upgrade dbus problem??

You already found out the wicd daemon is not running. But instead of finding out why it's not running, you're going to remove/install random packages and start looking into the client that tells the daemon isn't running.

Offline

#6 2008-10-19 00:37:05

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: wicd doesn't start after upgrade dbus problem??

Are you sure the wicd daemon is running?
That exact same error will only appear if the daemon is not running.

What is the error given after starting wicd daemon through

sudo /etc/rc.d/wicd start

Last edited by archlinuxsagi (2008-10-19 00:37:32)

Offline

#7 2008-10-19 00:58:37

amranu
Member
Registered: 2008-09-25
Posts: 94

Re: wicd doesn't start after upgrade dbus problem??

Same problem here, though only happens after a force reboot

Offline

#8 2008-10-24 02:56:58

interskh
Member
From: pittsburgh
Registered: 2008-10-23
Posts: 45

Re: wicd doesn't start after upgrade dbus problem??

after i installed wicd, same problem here...

but i noticed it said make services dbus start before wicd..

after start dbus using "/etc/rc.d/dbus start", wicd works

only thing need to do is add 'dbus' in DAEMONS of /etc/rc.conf


o.O

Offline

#9 2008-10-24 09:53:56

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: wicd doesn't start after upgrade dbus problem??

interskh wrote:

after i installed wicd, same problem here...

but i noticed it said make services dbus start before wicd..

after start dbus using "/etc/rc.d/dbus start", wicd works

only thing need to do is add 'dbus' in DAEMONS of /etc/rc.conf

mmm. What desktop environment are you using?

Offline

#10 2008-10-26 06:44:49

interskh
Member
From: pittsburgh
Registered: 2008-10-23
Posts: 45

Re: wicd doesn't start after upgrade dbus problem??

archlinuxsagi wrote:
interskh wrote:

after i installed wicd, same problem here...

but i noticed it said make services dbus start before wicd..

after start dbus using "/etc/rc.d/dbus start", wicd works

only thing need to do is add 'dbus' in DAEMONS of /etc/rc.conf

mmm. What desktop environment are you using?

i'm using gnome... i am new to arch.. smile


o.O

Offline

#11 2008-11-27 20:47:33

quarK
Member
From: Karlsruhe, Germany
Registered: 2008-02-22
Posts: 39

Re: wicd doesn't start after upgrade dbus problem??

Same problem here! did any of you make any progress?

Offline

#12 2008-11-27 22:28:58

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: wicd doesn't start after upgrade dbus problem??

This is strange. If you have hal in /etc/rc.conf, it will start dbus, so you shouldn't need to start dbus separatedly...

Offline

#13 2008-12-02 19:07:22

ik0
Member
From: Bulgaria
Registered: 2004-07-23
Posts: 16
Website

Re: wicd doesn't start after upgrade dbus problem??

Very strange. I just had the same problem after upgrade to wicd 1.5.5 . I managed to solve it with deleting directory /var/log/wicd . After I remove it, wicd daemon started normal. It create a new log directory with that permisions:

d-wxrw--wt  2 root root    60 2008-12-02 20:58 wicd

Offline

#14 2008-12-03 03:44:37

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: wicd doesn't start after upgrade dbus problem??

believe me wicd is a bad package, I don't know, it works well sometimes and sometimes it refuses to work, building it with the same parameters. Just strange. smile


Follow me in: Identi.ca, Twitter, Google+

Offline

#15 2009-06-20 16:50:24

delor
Member
From: Poland
Registered: 2008-02-02
Posts: 62
Website

Re: wicd doesn't start after upgrade dbus problem??

ik0 wrote:

Very strange. I just had the same problem after upgrade to wicd 1.5.5 . I managed to solve it with deleting directory /var/log/wicd . After I remove it, wicd daemon started normal. It create a new log directory with that permisions:

d-wxrw--wt  2 root root    60 2008-12-02 20:58 wicd

This works for me.

EDIT: It doesn't work again.
EDIT: removing wicd package, /etc/wicd, /var/log/wicd and installing wicd again solved problem.

Last edited by delor (2009-06-20 17:04:57)

Offline

#16 2009-07-14 08:15:00

zzq889
Member
Registered: 2009-07-04
Posts: 2

Re: wicd doesn't start after upgrade dbus problem??

EDIT: It doesn't work again.
EDIT: removing wicd package, /etc/wicd, /var/log/wicd and installing wicd again solved problem.

It does works. THX:)

Offline

Board footer

Powered by FluxBB