Craig White wrote:
On Sun, 2007-08-05 at 18:07 -0400, Ray Leventhal wrote:
Hi folks,
I've put my new DNS server in place, told the primary that this IP would be pulling zones and restarted BIND on the primary.
<snip>
So the new BIND sees the conf file and recognizes that there are 169 zones (test group) to pull.
nothing comes over. I tailed the /var/log/messages and I see about 169 <g> of these:
Aug 5 14:10:08 sunspot named[5263]: dumping master file: /var/named/chroot/var/named/slaves/tmp-sTsIWElBLR: open: file not found
and these
Aug 5 14:10:08 sunspot named[5263]: transfer of 'jemsites.com/IN' from 64.135.16.10#53: failed while receiving responses: file not found
I think this must be a permissions issue. (btw, SELinux is in Permissive mode at the moment).
TIA for any comments or suggestions.
chgrp -R named /var/named/chroot/var/named chmod -R g+w /var/named/chroot/var/named
Craig
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thanks, Craig. That sure made sense to do, but seemingly not the crux of the issue.
~Ray