PDA

View Full Version : DNS zone creation not working


usdan101
09-04-2006, 10:06 PM
A recent power problem caused this server to come crashing down. All came back ok, except some domains were missing from the named.conf file, which I had to manually reinsert.

Now, I notice that when adding a new site, the zone file is created in the /var/named directory instead of it being linked to the /var/named/chroot/var/named directory like the rest.

Any suggestions where to look to see its cause?

Thanks

Dan

blanezx3
09-14-2006, 10:12 AM
I got it to work by copying the .db file from /var/named over to /var/named/chroot/var/named/ and symlinking it back to /var/named/.

Then I edited /etc/named.conf and /var/named/chroot/etc/named.conf to reflect the changes.

Is there a permanent fix for this? I'd hate to have to do this for every domain which is created.