Re: named updates failing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux