You are not logged in.

#1 2011-01-26 16:39:19

drexl
Member
Registered: 2011-01-26
Posts: 5

wicd-gtk won't start

[me@myhost me]# wicd-gtk

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

I am a member of the network group and I have installed:

python
pygtk
dbus and its glib and python bindings
dhclient, dhcpcd
wireless_tools
net-tools
gksu
   
I ran a complete update with # pacman Syu and everything else seems to work ok.

Last edited by drexl (2011-01-26 18:06:17)

Offline

#2 2011-01-26 16:41:19

TFB
Member
Registered: 2010-02-27
Posts: 22

Re: wicd-gtk won't start

Silly question but did you put dbus and wicd in your rc.conf daemons?

Offline

#3 2011-01-26 17:11:02

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: wicd-gtk won't start

please use [code ] [/code ] tags when pasting output or files. Makes it easier to read.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2011-01-26 17:17:14

drexl
Member
Registered: 2011-01-26
Posts: 5

Re: wicd-gtk won't start

Sorry about the code I don't know how to do that yet.

Anyways the advice worked I just added wicd and dbus to the daemons section of rc.conf and rebooted the computer then it was complaining about user not belonging to the users group so I added myself to that group and rebooted and now it promps me for a password but the program starts and it got me connected to the internet. thank you very much for the quick reply.

Offline

#5 2011-01-26 17:44:30

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: wicd-gtk won't start

drexl wrote:

Sorry about the code I don't know how to do that yet.

I did tell you how to do it in my previous post.

you just enclose your output and or file with [code ] [/code ] tags (without the spaces of course). No need to worry about this thread, just so you know it for future threads

oh and welcome to Arch smile


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#6 2011-01-26 18:07:43

drexl
Member
Registered: 2011-01-26
Posts: 5

Re: wicd-gtk won't start

Ahh.. ok I changed it for ya.

Offline

#7 2011-01-27 00:53:19

TFB
Member
Registered: 2010-02-27
Posts: 22

Re: wicd-gtk won't start

What kind of password does it prompt you for?  Your root password or your network password?

Offline

#8 2011-02-25 01:55:09

tensix
Member
Registered: 2011-02-25
Posts: 1

Re: wicd-gtk won't start

Did you background the dbus daemon as well as the wicd daemon in your rc.conf at boot? My roommate had this issue and  it was resolved by not backgrounding the dbus daemon and restarting. Also, silly question, but have you tried just doing:

# /etc/rc.d/dbus restart
# /etc/rc.d/wicd restart
# wicd-gtk

Offline

Board footer

Powered by FluxBB