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
ASA 5510 - site to site vpn - receiving data but not sending
how to insert with vb.net a date time column in sql server
Air 2.0 Native Process: Why does process.standardOutput.rea
dUTFBytes seem to overflow?
Outlook 2010 keeps deleting appointments
Detect ESC key press in VSTO
windows 2008 Domain controller for 200 AD
IIS 7 leaking private ip via https
Can You Remote Access PowerShell?
MAC Os 10.4 Startup problem.
Include C++ header files in .Net Application