named updates failing

Christopher K. Johnson ckjohnson at gwi.net
Sat Apr 17 22:40:05 UTC 2004


Dov Zamir wrote:

>Apr 17 14:49:56 www named[2979]: dumping master file: tmp-XXXXpai2Fs:
>open: permission denied
>Apr 17 14:49:56 www named[2979]: transfer of 'zamir-enterprises.com/IN'
>from 192.168.9.7#53: failed while receiving responses: permission denied
>  
>
Make sure your secondary zone configurations in /etc/named/conf use the 
slaves subdirectory whch is writable by the 'named' id which named runs 
as.  For example:

----------------START-------------------
options {
        directory "/var/named";
};

zone "zamir-enterprises.com" IN {
     type slave;
     masters { 192.168.9.7; };
     file "slaves/zamir-enterprises.com.zone";
};

-------------- END ---------------

If you have named chrooted (/etc/sysconfig/named contains 
ROOTDIR=/var/named/chroot) then the actual location of the above file 
would be /var/named/chroot/var/named/slaves/zamir-enterprises.com.zone.

Chris

-- 
-----------------------------------------------------------
   "Spend less!  Do more!  Go Open Source..." -- Dirigo.net
   Chris Johnson, RHCE #807000448202021






More information about the fedora-list mailing list