You are not logged in.
Hi all I seem to be having some serious issues with this install for Arch. I am trying to get my networking going and since I travel a lot Wicd in GUI and Curses does a fine job handling wired and wifi connections. However, it is having some python problems as well as CNetworkManager. I can't downgrade to a prior version of anything because everything is new. Help would be appreciated.
# cnetworkmanager
Traceback (most recent call last):
File "/usr/bin/cnetworkmanager", line 110, in <module>
nm = NetworkManager()
File "/usr/lib/python2.6/site-packages/networkmanager/networkmanager.py", line 50, in __init__
super(NetworkManager, self).__init__(dbus.SystemBus(), self.SERVICE, self.OPATH, default_interface=self.IFACE)
File "/usr/lib/python2.6/site-packages/dbusclient/__init__.py", line 40, in __init__
super(DBusMio, self).__init__(conn, bus_name, object_path, introspect, follow_name_owner_changes, **kwargs)
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.freedesktop.NetworkManager was not provided by any .service files
********************************************************************************
# wicd-curses
EXCEPTION! Please report this to the maintainer and file a bug report with the backtrace below:
[?1049h[?1000h[?1002h[0;39;49m[?1002l[?1000l[?25h[?1049l
[?25h
EXCEPTION! Please report this to the maintainer and file a bug report with the backtrace below:
Traceback (most recent call last):
File "/usr/lib/wicd/wicd-curses.py", line 1055, in <module>
main()
File "/usr/lib/wicd/wicd-curses.py", line 986, in main
ui.run_wrapper(run)
File "/usr/lib/python2.6/site-packages/urwid/raw_display.py", line 234, in run_wrapper
return fn()
File "/usr/lib/wicd/wicd-curses.py", line 89, in wrapper
return func(*args, **kargs)
File "/usr/lib/wicd/wicd-curses.py", line 994, in run
app = appGUI()
File "/usr/lib/wicd/wicd-curses.py", line 524, in __init__
self.update_netlist(force_check=True,firstrun=True)
File "/usr/lib/wicd/wicd-curses.py", line 89, in wrapper
return func(*args, **kargs)
File "/usr/lib/wicd/wicd-curses.py", line 645, in update_netlist
self.wiredCB.get_body().build_combobox(self.frame,ui,3)
File "/usr/lib/wicd/curses_misc.py", line 384, in build_combobox
self.set_w(w)
AttributeError: 'WiredComboBox' object has no attribute 'set_w'
Last edited by OrangeRoot1000 (2010-01-19 23:43:25)
Offline
I am also getting the same error from wicd-curses. Downgrading python-urwid from 0.9.9-1 to 0.9.8.4-1 fixes it for me. I tried rebuilding both python-urwid and wicd without luck.
There is already a bug filed: http://bugs.archlinux.org/task/17899
Last edited by PeteMo (2010-01-19 16:29:53)
Offline
Offline
Once fi mirror updated at 1700 hrs I dropped in Wicd and it works like a charm. Hey I need to learn to do it the manual way too.....
Thanks. I appreciate it, and I'm sure other Wicd users do too.
VampirePenguin
Offline
Thanks ise! Awesome work...
Offline