Error when trying to add a domain

MrEnigma

Verified User
Joined
Oct 13, 2004
Messages
28
I get this error whenever I try to add a domain for admin level or anyone.

"Could not include domain's zone to the /etc/named.conf".

/etc/named.conf is completely empty. Also, something that could be related is that subdomains are no longer working after I create them, the domain.com/subdomain is working, but now how they actually should be.
 
What OS/Distribution are you using?

Is there an existing /etc/named.conf file?

Is it a physical file or a symbolic link to a file?

Jeff
 
Completely empty?

What's the output of:
Code:
$ ps waux | grep named
Jeff
 
Yeah completely empty..and the file exists...

that output shows it is running.


named 5040 0.0 0.6 38644 3212 ? Ssl 2005 0:31 /usr/sbin/named -u named
root 27881 0.0 0.1 3768 676 pts/0 S+ 01:37 0:00 grep named
 
/usr/share/man/man5/named.conf.5.gz
/usr/share/NetworkManager/named.conf
/var/named/chroot/etc/named.conf.rpmsave
/var/named/chroot/etc/named.conf
/etc/named.conf
/etc/log.d/conf/services/named.conf
/etc/named.conf.rpmsave
 
My guess is that /etc/named.conf needs to be symbolic link to:

/var/named/chroot/etc/named.conf

Jeff
 
Back
Top