
很多装雨林木风版的ubuntu的linux之后,感觉啥都好,就是每次重启会跳出来:“Could not connect to wicd's d-bus interface”
我一开始也搞了半天,最后用google搜出一个老外的解决方法:
Today my wicd wireless connection gave me an error after 10 months of flawless performance, with a message about dbus. At startup Wicd asked for my root password and then it display the following messages: "Could not connect to wicd's D-Bus interface. Check the wicd log for error messages".
In case anyone else runs into this problem, here's what I did.
1) Check var/log/wicd for a log file. The last line of the log file reported this error:
ConfigParser.ParsingError: File contains parsing errors:
/etc/wicd/wired-settings.conf [line 23]: '[]\n' Okay, so then I opened up the file where the error was reported:
sudo gedit /etc/wicd/wired-settings.conf The last line of this file contained two empty brackets. I hit backspace a few times to delete the empty brackets - also I did not leave an empty line at the bottom but backspaced to the end of the last line of the actual configuration settings. Saved and closed. Reboot (probably starting wicd would have been enough). Back in business!
I hope this helps someone else
也就是说/etc/wicd/wired-settings.conf 里最后面多了两个中括号,导致错误,只要把它们删除了就好。
本人亲测,完美解决问题,从此可以放心使用wicd了

另外欢迎装ubuntu的大大来偶的QQ群一起研究嵌入式linux:80127803
[ 此帖被farseerbi在2010-04-26 11:14重新编辑 ]