[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Named not starting automatically



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.

On Thu, 24 Feb 2000, Neil Aggarwal wrote:
> Hello:
> 
> I recently upgraded from RedHat 6.0 to RedHat 6.1.
> Everything was fine in RedHat 6.0, but now, when I 
> reboot my machine, the named daemon does not come
> up.
> 
> I can manually run it by typing 
> /usr/sbin/ndc restart
> which states that the name service was not running
> previously but it does start the named daemon and everything
> works fine after that.
> 
> My machine starts in graphical mode, so I looked over
> my init files:
> /etc/rc.d/rc5.d/K45named is a link to ../init.d/named
> The /etc/init.d/named file looks like a normal startup
> file to me (It has directives for start, stop, restart, etc).
> 
> The start directive calls
>         daemon named
> So, I manually ran /usr/sbin/named and it loaded fine.
> 
> I also changed the /etc/init.d/named start directive to
> 	/usr/sbin/ndc start
> To no avail.
> 
> I have also looked at the /var/log files to get some ideas
> about what is going on, but they have not been helpful.
> 
> I dont know what else to do.

-- 

David L. Martin        <dlmarti home com>
R&D Software Engineer
PGP: 16 C0 C0 AB 4E A2 2C 89  FF 8B 07 CF C0 72 3D 89

All people consider themselves to be above average drivers. 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]