Results 1 to 2 of 2
I would like to disable Red Hat Network to start automatically at boot and to check periodically if any updates are available.
I tried to disable rhnd service (maybe this ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-07-2003 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 38
Red Hat Network
I would like to disable Red Hat Network to start automatically at boot and to check periodically if any updates are available.
I tried to disable rhnd service (maybe this is not exactly the proper name) from "Services", but if I reboot I find again the Rhn icon on the panel: after x time, it keeps going checking for updates.
(Red Hat 8.0).
Help please! ;-)
Thank you.
- 06-15-2003 #2Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Check which runlevel that is that is your defaultrunlevel with the command..
The check if the rhn-service is started there..Code:runlevel
Where you replace the 3 to your default runlevel number. If it says on on your rhn-service. Then use chkconfig to disbale it...Code:chkconfig --list |grep 3:on
RegardsCode:chkconfig --level 0123456 rhnd off
Regards
Andutt


Reply With Quote
