I finally got my caching DNS server working. my problem, now, is that it won't start on bootup. I have to start it manually after a reboot by typing
I don't get why it's not starting. that file is executable.
Quote:
|
-rwxr-xr-x 1 root root 1031 2003-09-21 13:07 rc.bind*
|
And this is in my /etc/rc.d/rc.inet2
Quote:
# Start the BIND name server daemon:
if [ -x /etc/rc.d/rc.bind ]; then
/etc/rc.d/rc.bind start
fi
|
Any ideas why this daemon isn't starting automatically? Other things are starting automatically, like sshd and httpd and whatnot.
Thanks,
Gregory.