Microsoft
Software
Hardware
Network
Question : named will not start from init script
I am having problems starting bind from an init script:
service named start
fails, but
named -u named
works fine.
/var/log/messages says there is a permissions problem with /var/named/named.root
I have looked in the /etc/rc.d/init.d/named script, and it appears to be running named as
daemon /usr/sbin/$named -u named ${OPTIONS};
which looks fine to me.
Any ideas? Thanks.
Answer : named will not start from init script
Are you running selinux?
Try this..
enter this command:
setenforce 0
then try to start named
/etc/init.d/named start
Random Solutions
printmig.exe aborting early
Validation of viewstate MAC failed? How I fix it?
delays in receiving email internally
Remote Desktop Services on Windows 2008 Foundation Server
Weirder than usual HP desktop problem – power supply - motherboard?
Forward meeting requests to another mailbox
Terminal Services lock down question
i want my phone number should accept ( ) -/ \ and number characters
copy a defined user profile when user logs on domain for first time. Giving identical initial profile at logon. Each user can then modify this profile as required. over time keeping settings
passing array of object to storeprocedure using hibernate