+ -
当前位置:首页 → 问答吧 → wicd加入runlevel后无法自动运行 (已解决)

wicd加入runlevel后无法自动运行 (已解决)

时间:2009-01-26

来源:互联网

安装wicd时给的信息:

代码:
 * Messages for package net-misc/wicd-1.5.8:

 * You may need to restart the dbus service after upgrading wicd.
 * To start wicd at boot, add /etc/init.d/wicd to a runlevel and:
 * - Remove all net.* initscripts (except for net.lo) from all runlevels
 * - Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc
 * (For example, RC_PLUG_SERVICES="!net.eth0 !net.wlan0")
我是完全按照这个说明做的
代码:
rc-update del net.eth0

vi /etc/rc.conf
rc_hotplug="!net.wlan0 !net.eth0"

rc-update add wicd default

/etc/init.d/dbus restart

env-update
但是重启后wicd不能自动运行,而且用手动启动也没有问题,能正常上网


.. -____-! 请问这是啥原因

作者: kimux   发布时间: 2009-01-26

额.... 解决了


郁闷


vi /etc/rc.conf

rc_hotplug="!net.*"


必须禁掉全部..lo都不能留

作者: kimux   发布时间: 2009-01-26