Dear All ...


I have a problem with one of the servers since the morning, DNS is down and trying to start it giving failed message.

I'm using Fedora 5
CPanel 10.9.0-S119
named (9.3.3rc2) with installed Packages: bind-9.3.3-0.2.rc2.fc5 / bind-devel-9.3.3-0.2.rc2.fc5 / bind-libbind-devel-9.3.3-0.2.rc2.fc5 / bind-libs-9.3.3-0.2.rc2.fc5 / bind-utils-9.3.3-0.2.rc2.fc5 / binutils-2.16.91.0.6-5
kernel-2.6.18-1.2257.fc5

Error Message:
QUOTE
root@server [~]# service named start
Starting named:  
Error in named configuration:
zone alexaian-d.com/IN: loaded serial 2006040201
zone al-jan.org/IN: loaded serial 2006073101


named.conf file
QUOTE
root@server [~]# cat /etc/named.conf
include "/etc/rndc.key";

controls {
       inet 127.0.0.1 allow { localhost; } keys { "rndckey"; };
};


options {
};

zone "alexaian-d.com" {
   type master;
   file "/var/named/ahmed-d.com.db";
};

zone "al-jan.org" {
   type master;
   file "/var/named/al-jinan.org.db";
};


rndc: connect failed: 127.0.0.1#953: connection refused
QUOTE
root@server [~]# service named status, I'm getting the error:
rndc: connect failed: 127.0.0.1#953: connection refused


Please I need your help because websites are completley down and I'm trying to solve the problem since the morning.