[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Named not starting automatically
- From: "Mark Wilson and Sharon Farr" <markandsharon csi com>
- To: <redhat-install-list redhat com>
- Subject: Re: Named not starting automatically
- Date: Fri, 25 Feb 2000 11:43:15 +1300
You can also use the command "chkconfig --add named" (as root). This command
will add in all the start up and shutdown (S* and K*) links in your
/etc/rc.d/rc?.d directories so named will start and stop correctly depending
on the run level. Saves mucking around with lots of links and figuring out
what number to use. Use "chkconfig --list named" to see how things are
configured. If it doesn't seem to be working correctly do "chkconfig --del
named" first to remove any existing links then do "chkconfig --add named" to
put them back correctly. If all is set up correctly "chkconfig --list named"
will give you (for RH6.0 anyway):
named 0:off 1:off 2:off 3:on 4:on 5:on 6:off
Cheers
Mark
-----Original Message-----
From: Neil Aggarwal <neil JAMMConsulting com>
To: redhat-install-list redhat com <redhat-install-list redhat com>
Date: Friday, 25 February 2000 10:45
Subject: Re: Named not starting automatically
>
>David:
>
>OK, I see what you are saying. Why would the start file
>have disappeared when I upgraded to RH 6.1?
>
>Thanks,
> Neil.
>
>> Do this:
>> cd /etc/rc.d/rc5.d
>> ln -s ../init.d/named S45named
>>
>> One powerup named will now be run.
>> The directory "/etc/rc.d/rc5.d" is used to keep track of what gets
started
>> and stop with entering or leaving run level 5.
>> Everything that begins with an 'S' gets started when you enter run level
>> 5.
>> Everything that begins with an 'K' gets stoped when you leave.
>>
>
> **We pay a 10% finders fee for job referrals that lead to a contract*
> --------------------------------------------------------------------
> |Neil Aggarwal |JAMM Consulting, Inc. |Custom Programming |
> |President & CEO |www.JAMMConsulting.com|Java, C, C++, perl,|
> |neil JAMMConsulting com|(972) 612-6056 |HTML, CGI |
> --------------------------------------------------------------------
>
>
>--
>To unsubscribe: mail redhat-install-list-request redhat com with
>"unsubscribe" as the Subject.
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]