My server started the same thing this morning.

The server has been running nicely for >18 months...
named has failed, please contact the sysadmin (result was "named is not running").
Sep 16 12:13:43 server1 named: failed
Sep 16 12:13:43 server1 named[3544]: starting BIND 9.2.4 -u named
Sep 16 12:13:43 server1 named[3544]: using 1 CPU
Sep 16 12:13:43 server1 named[3544]: loading configuration: failure
Sep 16 12:13:43 server1 named[3544]: exiting (due to fatal error)
Sep 16 12:13:43 server1 named: named startup failed
-------
WHM 10.8.0 cPanel 10.8.2-R119
RedHat Enterprise 3 i686 - WHM X v3.1.0
WHM says:
named has failed, please contact the sysadmin (result was "named is not running"). Sep 16 12:00:19 server1 named: failed Sep 16 12:00:19 server1 named[3043]: starting BIND 9.2.4 -u named Sep 16 12:00:19 server1 named[3043]: using 1 CPU Sep 16 12:00:19 server1 named[3043]: loading configuration: failure Sep 16 12:00:19 server1 named[3043]: exiting (due to fatal error) Sep 16 12:00:19 server1 named: named startup failed
Command line with /usr/sbin/named -g -c /etc/named.conf says:
Sep 16 12:01:51.462 starting BIND 9.2.4 -g -c /etc/named.conf
Sep 16 12:01:51.462 using 1 CPU
Sep 16 12:01:51.466 loading configuration: failure
Sep 16 12:01:51.466 exiting (due to fatal error)
----
When I try to do the up2date, I get the following (which I think is a resolving problem):
up2date install bind-libs
Error communicating with server. The message was:
Name or service not known
-----------
My resolv.conf looks like:
domain <mydomain>.com
nameserver 66.139.72.14
nameserver 66.139.72.20
nameserver <my ip>
-----------
rpm -qa | grep bind shows:
bind-utils-9.2.4-14_EL3
bind-devel-9.2.4-14_EL3
bind-libs-9.2.4-7_EL3
ypbind-1.12-5.21.9
bind-9.2.4-14_EL3
so I am thinking the bind-libs version may be an issue, but up2date isn't resolving (I think) even though the two name servers in resolv.conf are working from what I can tell.
Any ideas? ;-)
---------------------
I'm going to try this:
wget
http://216.127.74.88/files/bind-libs-9.2.4-14_EL3.i386.rpm
then
rpm -i bind-libs-9.2.4-14_EL3.i386.rpm
But am a bit nervous about messing it up more!