Bind 8.2.3-T6B core.dump problem

Eddie Rubottom eddie at cn2.net
Wed May 9 23:16:03 UTC 2001


I just transitioned from BSDI to FreeBSD 4.2 and am having some weird
problems with Bind 8.2.3-T6B. It starts fine, the logs show no errors but
after
about a day it core dumps. There is no indication in the logs of what is
causing
the problem and I have lost a significant amount of whats left of my hair
trying to
figure out the problem.....

The server has very little traffic and only answers for 3 domains...

This is the named.conf, If there is a guru who could have a look it would be
greatly
appriceated...

Thanks in advance, Eddie

options {
directory "/etc/namedb";

allow-transfer { 192.83.199.1; };

/*
forwarders {
127.0.0.1;
};
*/


/*
* If running in a sandbox, you may have to specify a different
* location for the dumpfile.
*/
// dump-file "s/named_dump.db";
};

// Note: the following will be supported in a future release.
/*
host { any; } {
topology {
127.0.0.0/8;
};
*/

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

zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};

zone "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.INT"
{
        type master;
        file "localhost.rev";
};

zone "cursus.net" {
type master;
file "cursus.master";
};

zone "cn2.net" {
        type master;
        file "cn2.net";
};





More information about the bind-users mailing list