bind : zone file not found

Christopher K. Johnson ckjohnson at gwi.net
Thu Feb 12 18:00:14 UTC 2004


sid wrote:

>this is long but here is how my dns is configure.
>bind-chroot-....rpm  made the directories
>and I used redhat-config-bind to do this config.
>
>
>/var/named/chroot	
>
>	/dev/null
>	     random
>	
>	/etc/localtime
>	      named.conf
>	      named.custom
>	      mdc.key
>			
>	/var/named/0.0.127.in-addr.arpa.zone
>		   0.168.192.in-addr.arpa.zone
>		   localhost.zone
>		   sid.local.zone
>			
>  
>
[SNIP]

Do you have an options section like the following in your named.conf?  
If not then you need one.  Otherwise bind is looking for 
/var/named/chroot/sid.local.zone etc. instead of 
/var/named/chroot/var/named/sid.local.zone etc.

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


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






More information about the fedora-list mailing list