Ken Marcus - Precision Web Hosting, Inc. wrote:
[snip]
> Dec 18 20:09:53 ns4 named[16934]: transfer of
> 'a-real-domain-of-mine.com/IN' from 209.216.51.44#53: failed while
> receiving responses: permission denied
[snip]
> According to:
> http://www.revsys.com/writings/quicktips/bind-permission.html
> we need to
> chmod 775 /var/named/chroot/var/named
Thanks for the tip.
We had a similar problem when we switched our secondary from a vanilla
Fedora < 7 box to CentOS 5.
I believe newer CentOS named RPMs are set up to have secondary zone
files in /var/named/chroot/var/named/slaves. We'd need to modify the BQ
code to put secondary files in that folder. Looks like it's
/usr/sausalito/handlers/base/dns/dns_generate.pl, around line 1157, change:
file \"$fname\";
to
file \"slaves/$fname\";
I don't know if this breaks anything else.
Regards,
Richard.