NetBSD-Users archive

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

bind-9.8.0pl4 still hangs after about one day



Hi Guys,

after about one day, I have to kill -9 named. It seems that the bug that causes 
it to hang was not fixed.
I am using ipv6 and ipv4.

Any idea?

Thanks!

# $NetBSD: named.conf,v 1.4 2006/03/23 13:50:44 itojun Exp $

options {
        directory "/etc/namedb";
        dnssec-enable no;
        allow-recursion { localhost; localnets; 172.16.4.0/24;};
        listen-on port 53 { 127.0.0.1; 78.46.95.70; };
        listen-on-v6 port 53 { 2a01:4f8:120:8086::2; };
        

         allow-transfer {
            217.24.83.51;
            81.201.177.3;
            81.201.185.35;
            81.201.177.6; # the same as 81.201.185.35;
            81.201.177.28;
         };

};

logging {
channel specific_debug_level {
    file "named.log";
    severity debug 9;
};
};

zone "." {
        type hint;
        file "root.cache";
};

zone "localhost" {
        type master;
        file "localhost";
};

zone "127.IN-ADDR.ARPA" {
        type master;
        file "127";
};

zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" 
{
        type master;
        file "loopback.v6";
};


zone "turbocat.ca" {
 type master;
  file "db.turbocat.ca";
   allow-query { any; };
};

... the same for the other domains. ...


Dave



Home | Main Index | Thread Index | Old Index