|

楼主 |
发表于 2006-10-13 09:05:11
|
显示全部楼层
终于解决了。
方法1:关闭rhnsd服务
a,# setup
在system service中取消rhnsd服务
b, #/etc/rc.d/init.d/rhnsd stop //or:/sbin/service rhnsd stop
#/sbin/chkconfig rhnsd off //禁止rhnsd自启动
#/sbin/chkconfig --list rhnsd //看看是不是全是off?
a和b选一个。
方法2:删除rhn-applet软件
#rpm -e rhn-applet
下次启动后,那个“提示”就没了。 |
|