Bind 8.2.2P5 Under Solaris 7

Ron Hall thorn at cc.mcgill.ca
Fri Jan 28 18:32:28 UTC 2000


Howdy!

	My Log file is filling up with teh same stuf over and over and
	over again......

	A small sample....


	Jan 28 11:08:12 moka.CC.McGill.CA named[6366]: default: warning:
host name "MRS1
_IC0.rad.mgh.mcgill.ca" (owner "151.136.168.198.in-addr.arpa") IN
(secondary) is
 invalid - proceeding anyway
Jan 28 11:08:12 moka.CC.McGill.CA named[6366]: default: warning: host name
"mark
_home.patlq.mcgill.ca" (owner "238.180.168.198.in-addr.arpa") IN
(secondary) is 
invalid - proceeding anyway
Jan 28 11:08:12 moka.CC.McGill.CA named[6367]: default: notice: Ready to
answer 
queries.
Jan 28 11:08:08 moka.CC.McGill.CA named[6366]: load: warning: Zone
"0.0.127.in-a
ddr.arpa" (file 0.0.127.in-addr.arpa): No default TTL set using SOA
minimum inst
ead
Jan 28 11:08:12 moka.CC.McGill.CA named[6366]: default: warning: owner
name "mar
k_home.patlq.mcgill.ca" IN (secondary) is invalid - proceeding anyway
Jan 28 11:43:02 moka.CC.McGill.CA named[6418]: default: notice: secondary
zone "
Mirror.McGill.CA" expired
Jan 28 11:08:12 moka.CC.McGill.CA named[6366]: default: warning: owner
name "MRS
1_IC0.rad.mgh.mcgill.ca" IN (secondary) is invalid - proceeding anyway
Jan 28 11:27:42 moka.CC.McGill.CA named[6417]: load: warning: Zone
"0.0.127.in-a
ddr.arpa" (file 0.0.127.in-addr.arpa): No default TTL set using SOA
minimum inst
ead


This machine is acting as a secondary for a large domain.

Any ideas.

named.conf follows.

I've removed the host info....

######################################################################
### ACL Section
######################################################################

acl can_query {
    any;
};

acl can_axfr {
};

logging {
    channel local1 {
        syslog local1;
        severity debug;
        print-category yes;
        print-severity yes;
        print-time no;
    };
    category default {
        local1;
    };
    category lame-servers {
        null;
    };
};
options {
        directory "/opt/bind/ns";
        named-xfer "/opt/sbin/named-xfer";
        dump-file "/var/tmp/named_dump.db";
        pid-file "/opt/bind/named.pid";
        statistics-file "/var/tmp/named.stats";
        auth-nxdomain yes;
        fake-iquery no;
        fetch-glue yes;
        multiple-cnames no;
        notify yes;
        recursion yes;
    check-names master warn;
    check-names slave warn;
    check-names response ignore;
    allow-query {
        can_query;
    };
    allow-transfer {
        can_axfr;
    };
    query-source address * port 53;
    max-transfer-time-in 120;
    transfer-format one-answer;
    transfers-in 10;
#
# transfers-out is currently meaningless
#
    transfers-out 0;
    transfers-per-ns 2;
    coresize default;
    datasize default;
    files unlimited;
    stacksize default;
    cleaning-interval 60;
    interface-interval 60;


    topology {
        localhost;
        localnets;
        {
        };
    };
};
zone "." {
        type hint;
        file "root.cache";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "0.0.127.in-addr.arpa";
};


//Secondary Zones
include "secondary.conf";
include "secondary-arpa.conf";
include "secondary-DAS.conf";
include "secondary-other.conf";
include "secondary-mcgill.conf";
include "secondary-mcgill-arpa.conf";


Who:    Ron Hall   - + 1 514 398 3718  (thorn at tripod.com) 
What:   iUnix-Guy, Web-slogger, wizard, casual hero & part-time bartender
When:   Some out-of-the-way corner of Time&Space where they serve coffee  
Where:  Same as above only I'm more grounded
Why:   Because I can. 
Wote:   "Oh what rules these morals be!"




More information about the bind-users mailing list