aclconf.c:390: INSIST(dacl->length <= dacl->alloc) failed
Craig Leres
leres at ee.lbl.gov
Thu Jul 10 00:08:03 UTC 2008
I see this with both 9.5.0-P1 and 9.5.1b1 on nsx.lbl.gov. I reduced
the config as small as I could on a test system and still get it
to choke:
Jul 9 17:02:15 bsd.ee.lbl.gov named[33566]: starting BIND 9.5.1b1 -f -t /var/named -u bind
Jul 9 17:02:15 bsd.ee.lbl.gov named[33566]: loading configuration from '/etc/namedb/named.conf'
Jul 9 17:02:15 bsd.ee.lbl.gov named[33566]: aclconf.c:390: INSIST(dacl->length <= dacl->alloc) failed
Jul 9 17:02:15 bsd.ee.lbl.gov named[33566]: exiting (due to assertion failure)
nsx.lbl.gov is a FreeBSD 6.2-RELEASE box that has been running
9.4.2. The config that produced the above failure is appended.
Craig
------
key "red." { };
key "white." { };
key "blue." { };
acl two {
key red.;
key white.;
};
zone "no.such" {
type master;
file "/dev/null";
allow-transfer {
two;
key blue.;
};
};
More information about the bind-workers
mailing list