ListAcc wrote: > Adam Tkac wrote: > >> On Tue, Aug 19, 2008 at 09:55:30PM -0500, ListAcc wrote: >> >> >>> Hello, >>> >>> >> Hi, >> >> >> >>> I have removed Bind 9.4.2 from CentOS with yum and compiled Bind >>> 9.3.5-P2. I am having trouble using the old init script from the rpm >>> setup previously installed. Bind will not start but will stop fine. It >>> is chroot the same as the rpm. I did not create the proc directory if >>> this helps...I can't seem to find the culprit. >>> >>> >>> >> Did you check system log? Why exactly named won't start? >> >> Adam >> >> >> > Adam it does not say anything in /var/log/messages also when I type > service named start nothing happens but when I type service named stop > it shows: > Stopping named: [ OK ] > > --Otis > > > > > Did you update the /etc/sysconfig/named with your chroot dir?
Enabe the named script verbose #!/bin/bash -xv and check what variables are missing.
