dns_zone_load file not found

Drew J. Weaver drew.weaver at thenap.com
Tue Oct 23 18:27:54 UTC 2001


Check your named.conf and look at where you have the directory specified
then do ls -la /whateverdirectoryitsaidinnamed.conf/Wsc.com does it exist?

-Drew


-----Original Message-----
From: sxue at wsc.com [mailto:sxue at wsc.com] 
Sent: Tuesday, October 23, 2001 2:02 PM
To: comp-protocols-dns-bind at moderators.isc.org
Subject: dns_zone_load file not found


Hi. I have a problem with my dns setup. Hope someone could help me.
For some reason my zone files are not being loaded. Here is the logs :

Oct 23 11:15:53 ns1 named[9882]: dns_zone_load: zone
12.255.10.in-addr.arpa/IN:
loading master file 12.255.10.in-addr.arpa: file not found
Oct 23 11:15:53 ns1 named[9882]: dns_master_load: Wsc.Com:34: file not
found
Oct 23 11:15:53 ns1 named[9882]: dns_zone_load: zone wsc.com/IN:
loading master
file Wsc.Com: file not found

The files are there but they said it's not there. 
I have in options the directory as /var/named and the files are there.
Here is my named.conf :

## named.conf - configuration for bind
#
# Generated automatically by bindconf, alchemist et al.
options {
        directory "/var/named/";
        listen-on {
                172.16.0.2;
                198.4.124.11;
        };
};
zone  "." {
        type hint;
        file  "named.ca";
};
//
// Symbolic Names for the Domains we are responsible for
//
zone "wsc.com" {
        type master;
        file "Wsc.Com";
};
//
// Reverse Apra Addresses we are responsible for
//
zone "0.0.127.in-addr.arpa" {
        type master;
        file "0.0.127.in-addr.arpa";
};
zone "12.255.10.in-addr.arpa" {
        type master;
        file "12.255.10.in-addr.arpa";
};
logging {
        channel query_logging {
                file "/var/log/namedqlog"
                versions 12 size 5M;
                print-time yes;
        };
        category queries {
                query_logging;
        };
};

Hope someone could help.  Thanks.
Shao




More information about the bind-users mailing list