You are not logged in.
Pages: 1
With wicd-1.7.0-5-any and python-3.1.2-2-x86_64:
~$ wicd-curses
Can't connect to the daemon, trying to start it automatically...
Traceback (most recent call last):
File "/usr/share/wicd/curses/wicd-curses.py", line 1022, in <module>
setup_dbus()
File "/usr/share/wicd/curses/wicd-curses.py", line 1014, in setup_dbus
dbus_ifaces = dbusmanager.get_dbus_ifaces()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 36, in get_dbus_ifaces
return DBUS_MANAGER.get_dbus_ifaces()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 62, in get_dbus_ifaces
if not self._dbus_ifaces: connect_to_dbus()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 48, in connect_to_dbus
return DBUS_MANAGER.connect_to_dbus()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 79, in connect_to_dbus
proxy_obj = self._bus.get_object("org.wicd.daemon", '/org/wicd/daemon')
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 244, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 241, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 183, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 281, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, 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
~$ wicd-cli
Error: Could not connect to the daemon. Please make sure it is running.
~$ sudo wicd-client
Has notifications support True
Loading...
Connecting to daemon...
Can't connect to the daemon, trying to start it automatically...
Wicd daemon is shutting down!
Traceback (most recent call last):
File "/usr/share/wicd/gtk/wicd-client.py", line 1033, in <module>
main(sys.argv)
File "/usr/share/wicd/gtk/wicd-client.py", line 91, in wrapper
return func(*args, **kwargs)
File "/usr/share/wicd/gtk/wicd-client.py", line 1005, in main
tray_icon = TrayIcon(animate, displaytray=display_app)
File "/usr/share/wicd/gtk/wicd-client.py", line 139, in __init__
self.icon_info = self.TrayConnectionInfo(self, self.tr, animate)
File "/usr/share/wicd/gtk/wicd-client.py", line 201, in __init__
self.set_not_connected_state()
File "/usr/share/wicd/gtk/wicd-client.py", line 91, in wrapper
return func(*args, **kwargs)
File "/usr/share/wicd/gtk/wicd-client.py", line 329, in set_not_connected_state
self._show_notification(language['disconnected'], None, 'stop')
File "/usr/share/wicd/gtk/wicd-client.py", line 233, in _show_notification
self._last_bubble.show()
glib.GError: The name org.freedesktop.Notifications was not provided by any .service files
The daemon itself appears to start fine, at least that's what its boot message suggests.
Last edited by misc (2010-10-04 16:34:12)
Offline
http://mailman.archlinux.org/pipermail/ … 18095.html
Big rebuild of python is coming into testing.
wicd has been rebuild against python2 2.7 and doesn't have any connection with python
please fill a bug report about this issue
Last edited by wonder (2010-10-04 17:26:30)
Give what you have. To someone, it may be better than you dare to think.
Offline
please fill a bug report about this issue
Offline
While trying to get networkmanager to work I disabled all the interfaces and dhcp for them in the rc.conf file and the wicd client finally showed up!
Offline
replacing the write function at the end of /usr/lib/python2.7/site-packages/wicd/configmanager.py with the following worked for me:
def write(self):
pass
Offline
Tried replacing the function as outlined above, didn't work.
Seems like wicd daemon isn't really being started.
[campbell@sherpa ~]$ sudo /etc/rc.d/wicd restart
:: Stopping wicd Daemon [DONE]
:: Starting wicd Daemon [DONE]
[campbell@sherpa ~]$ ps -elf | grep wicd
0 S campbell 7113 7037 0 80 0 - 2031 pipe_w 20:48 pts/1 00:00:00 grep wicd
[campbell@sherpa ~]$ wicd-client
Has notifications support True
Loading...
Connecting to daemon...
Can't connect to the daemon, trying to start it automatically...
Wicd daemon is shutting down!
displaytray True
Done loading.
Last edited by greyhat.goon (2010-10-07 03:56:32)
Beware of all enterprises that require new clothes....Thoreau
Offline
Looks like Python 3 switch is a big bad time
Offline
jolinfire - this sub-forum is for people who are willing to use testing to help Arch progress. If you have nothing constructive to add, please do not post.
Offline
Also, there are patches available. We are assessing with upstream which should be used.
Offline
Hello, a new package wicd-1.7.0-6 was uploaded which was patched to fix most issues.
Offline
Pages: 1