On 13 Dec 2000, Aharon Schkolnik wrote:
>
> I just installed RedHat 7.0 from scratch.
> I included the package bind-8.2.2_P5-25.
IIRC bind-8.2.2_P7 is out and corrected some security bug. Update!
> I see that named is NOT being started at boot time.
> I see the following files:
>
> /rc.d/init.d/named
> /rc.d/rc0.d/K45named
> /rc.d/rc1.d/K45named
> /rc.d/rc2.d/K45named
> /rc.d/rc3.d/K45named
> /rc.d/rc4.d/K45named
> /rc.d/rc5.d/K45named
> /rc.d/rc6.d/K45named
>
> There are no S files !
>
> Any idea why this might be ?
>
> How do I correct this ?
>
> I assume I should use chkconfig, but I don't know which run levels I
> should use.
chkconfig uses by default the numbers in the '# chkconfig:' remark in the
init.d script.
For instance:
# chkconfig: 2345 10 90
tells chkconfig that this serivce should (by default) be on in runlevels
2,3,4,5 should Start in priority 10 and Killed in priority 90. (this is
not for named).
Usually the script's defaults are sane, and you can simply run:
chkconfig named on
--
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]