-
help help
hello
the servers is setup new cpanel ,but not working named
named (9.3.3rc2) failed
[root@serv ~]# service named start
Starting named:
Error in named configuration:
/etc/named.conf:65: open: /var/named/named.rfc1912.zones: file not found
[FAILED]
-
Same problem here, please help.
-
remove this from named.conf
};
zone "named.rfc1912.zones" {
type master;
file "/var/named/named.rfc1912.zones";
allow-update { none; };
};
-
i'm having the same problem.
are you sure it's ok?
Should i comment the whole zone or just the "file" line?
Thanks.
-
You need to change ROOTDIR value in /etc/sysconfig/named to:
====
ROOTDIR=/
====
Then restart named
-
i've did that and i got this
service named restart
/usr/bin/readlink: missing operand
Try `/usr/bin/readlink --help' for more information.
Stopping named: [FAILED]
Starting named: [FAILED]
-
try to reinstall /usr/bin/readlink or something similar.
-
try runing
/scripts/fixnamed
/scripts/fixndc
/scripts/fixndc.net
also, if running in chroot, named.rfc1912.zones should be in /var/named/chroot/var/named and readable to user named
read http://forums.cpanel.net/showthread.php?t=66356 - cPanelAlex says "There are some issues with the bind-chroot RPM, as cPanel is designed to work on the standard /var/named and /etc/named.conf format."
In worst case, open a ticket with cPanel
Last edited by valkira; 07-17-2007 at 08:56 AM.
Reason: did some searching on the forums