wicd desaparece del notification area

bueenooooo hace tiempo que no tenia alguna dificultad en debian esta vez paso algo extra~o, wcid desaparecio del area de notificacion, entre leer y leer corri lo siguiente:
wicd-client que es un "frontend to the WICD daemon"[revisen el man]

# wicd-client
libnotify-Message: Unable to get session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
libnotify-Message: Unable to get session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Could not initalize pynotify
Has notifications support False
Loading...
Connecting to daemon...
Can't connect to the daemon, trying to start it automatically...
Connected.
ERROR:dbus.proxies:Introspect error on :1.21:/org/wicd/daemon: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
warning: ignoring exception org.freedesktop.DBus.Error.ServiceUnknown: The name :1.21 was not provided by any .service files
warning: ignoring exception org.freedesktop.DBus.Error.ServiceUnknown: The name :1.21 was not provided by any .service files


si algo malo pasaba pero no tenia idea que era, luego por ahi en un blog encontre que deberia correr esto:


# wicd -foe
---------------------------
wicd initializing...
---------------------------
wicd is version 1.6.2.2 463
Traceback (most recent call last):
File "/usr/share/wicd/wicd-daemon.py", line 1750, in
main(sys.argv)
File "/usr/share/wicd/wicd-daemon.py", line 1714, in main
daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
File "/usr/share/wicd/wicd-daemon.py", line 87, in __init__
self.wired_bus= WiredDaemon(bus_name, self, wired=self.wired)
File "/usr/share/wicd/wicd-daemon.py", line 1330, in __init__
debug=debug)
File "/usr/share/wicd/wicd/configmanager.py", line 40, in __init__
self.read(path)
File "/usr/lib/python2.5/ConfigParser.py", line 267, in read
self._read(fp, filename)
File "/usr/lib/python2.5/ConfigParser.py", line 490, in _read
raise e
ConfigParser.ParsingError: File contains parsing errors: /etc/wicd/wired-settings.conf
[line 23]: '[]\n'


o sea tengo un problema en el archivo /etc/wicd/wired-settings.conf
ahi al final en la linea tenia unos [] la razon ni idea, pero se borran y al reiniciar problema solucionado.

fuente

No comments: