Page 1 sur 1

[wicd]Impossible de lancer wicd (résolu)

Publié : sam. 02 janv. 2010, 11:39
par cardiomax2000
Bonjour,
il m'est impossible de lancer wicd depuis ce matin, je n'ai pourtant rien touché dans sa configuration hier. Le problème semble venir de dbus, le client n'arrive pas à se connecter au daemon, pourtant l'initialisation des daemons ne me renvoie aucun message d'erreur. Voila ce que wicd renvoie quand je lance le client:

Code : Tout sélectionner

wicd-client
Importing pynotify failed, notifications disabled.
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.29:/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.29 was not provided by any .service files
warning: ignoring exception org.freedesktop.DBus.Error.ServiceUnknown: The name :1.29 was not provided by any .service files
Avez-vous des idées pour résoudre ce problème?

Re: [wicd]Impossible de lancer wicd (en cours)

Publié : sam. 02 janv. 2010, 12:13
par lenglemetz
le service wicd est demarré ?

Re: [wicd]Impossible de lancer wicd (en cours)

Publié : sam. 02 janv. 2010, 14:23
par cardiomax2000
Oui, je lance le service depuis mon rc.conf, je viens de tenter de le lancer à la main ( sudo wicd) et cela me donne le même résultat...

Re: [wicd]Impossible de lancer wicd (en cours)

Publié : sam. 02 janv. 2010, 17:23
par CroK
Quand tu parles de services dans le rc.conf, tu l'as ajouté à la ligne Daemons ?

Si non, au lieu de sudo wicd, fais un sudo /etc/rc.d/wicd start

Re: [wicd]Impossible de lancer wicd (en cours)

Publié : sam. 02 janv. 2010, 18:58
par cardiomax2000
Oui il est bien dans ma ligne des deamon, et cela revient au même quand je le lances avec ta commande:

Code : Tout sélectionner

 sudo /etc/rc.d/wicd start
Mot de passe : 
:: Starting wicd Daemon                                                  [DONE] 
[~]$ wicd-client
Importing pynotify failed, notifications disabled.
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.61:/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.61 was not provided by any .service files
warning: ignoring exception org.freedesktop.DBus.Error.ServiceUnknown: The name :1.61 was not provided by any .service files

Re: [wicd]Impossible de lancer wicd (en cours)

Publié : sam. 02 janv. 2010, 20:35
par nuts
ton user fait parti du groupe network ? et wicd-client en tant que root ca te fait la meme ?

Re: [wicd]Impossible de lancer wicd (en cours)

Publié : sam. 02 janv. 2010, 23:41
par CroK
Je pense pas que le groupe network fasse une différence, tu viens de m'apprendre son existence, et quand j'utilisais wicd sans être dans le groupe network, cela fonctionnait très bien...

C'est quand même louche cette histoire...

Re: [wicd]Impossible de lancer wicd (en cours)

Publié : dim. 03 janv. 2010, 01:24
par farvardin

Code : Tout sélectionner

ps aux |grep -i dbus
ça donne quoi ? Dans ton log cela mentionne un pb avec dbus, est-il bien démarré ?

Re: [wicd]Impossible de lancer wicd (en cours)

Publié : dim. 03 janv. 2010, 10:27
par cardiomax2000
nuts: Je fais bien partie du groupe network, cela fait la même chose quand je lance le client en sudo...
farvadin:

Code : Tout sélectionner

 ps aux |grep -i dbus
dbus      1705  0.0  0.0  10840  1208 ?        Ss   10:09   0:00 /usr/bin/dbus-daemon --system
gdm       1960  0.0  0.0  19724   784 ?        S    10:09   0:00 /usr/bin/dbus-launch --exit-with-session
1000      2040  0.0  0.0  19724   732 ?        S    10:09   0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
1000      2041  0.0  0.0  10564  1012 ?        Ss   10:09   0:00 /usr/bin/dbus-daemon --fork --print-pid 7 --print-address 9 --session
1000      2454  0.0  0.0  10316  1064 pts/0    S+   10:11   0:00 grep -i dbus
mes logs wicd:

Code : Tout sélectionner

 ---------------------------
2010/01/03 10:09:23 :: wicd initializing...
2010/01/03 10:09:23 :: ---------------------------
2010/01/03 10:09:23 :: wicd is version 1.6.2.2 463
2010/01/03 10:09:23 :: Traceback (most recent call last):
2010/01/03 10:09:23 ::   File "/usr/lib/wicd/wicd-daemon.py", line 1750, in <module>
2010/01/03 10:09:23 ::     main(sys.argv)
2010/01/03 10:09:23 ::   File "/usr/lib/wicd/wicd-daemon.py", line 1714, in main
2010/01/03 10:09:23 ::     daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
2010/01/03 10:09:23 ::   File "/usr/lib/wicd/wicd-daemon.py", line 87, in __init__
2010/01/03 10:09:23 ::     self.wired_bus= WiredDaemon(bus_name, self, wired=self.wired)
2010/01/03 10:09:23 ::   File "/usr/lib/wicd/wicd-daemon.py", line 1330, in __init__
2010/01/03 10:09:23 ::     debug=debug)
2010/01/03 10:09:23 ::   File "/usr/lib/python2.6/site-packages/wicd/configmanager.py", line 40, in __init__
2010/01/03 10:09:24 ::     self.read(path)
2010/01/03 10:09:24 ::   File "/usr/lib/python2.6/ConfigParser.py", line 286, in read
2010/01/03 10:09:24 ::     self._read(fp, filename)
2010/01/03 10:09:24 ::   File "/usr/lib/python2.6/ConfigParser.py", line 510, in _read
2010/01/03 10:09:24 ::     raise e
2010/01/03 10:09:24 :: ConfigParser.ParsingError: File contains parsing errors: /etc/wicd/wired-settings.conf
2010/01/03 10:09:24 :: 	[line  4]: '[]\n'
Après une petite recherche sur google, je viens de tomber sur une page de ce forum d'un mec ayant le même problème que moi: http://forums.archlinux.fr/topic5100.html . J'ai supprimé moi aussi cette fameuse ligne 4(qui était "[]"), wicd se relance, le problème est résolu. Merci de votre aide!