I'm upgrading from BIND8 to BIND9.10. I've attempted to evolve my previously working configuration files, e.g., named.conf, rc.conf, et. al. from a working installation on the BIND8 platform. This is a fresh install on FreeBSD RELEASE 10.1.
I have chrooted the install to /var/named to run as user bind, rather than root.
Two odd things: 1) when rebooting the OS, bind attempts to start but exits on failure; however, 2) I can execute
But /var/log/messages reveals the following:
Does this have something to do with the chrooted environment, and if so... what to do to resolve the problem?
I have chrooted the install to /var/named to run as user bind, rather than root.
Two odd things: 1) when rebooting the OS, bind attempts to start but exits on failure; however, 2) I can execute
named -c /named.conf -t /var/named -u bind and the server starts (for example (from top):
Code:
1341 bind 5 20 0 60820K 27780K kqread 1 0:01 0.00% named
Code:
named[1341]: couldn't add command channel 127.0.0.1#953: file not found
named[1341]: couldn't add command channel ::1#953: file not found
named[1341]: entropy.c:526: unexpected error:
Last edited by a moderator: