Subject: named before mountcritical in netbsd-3 rcorder(8) ?
To: None <tech-userlevel@netbsd.org>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: tech-userlevel
Date: 05/25/2006 13:54:31
Generally, if the primary purpose of the system is as a DNS server you'll 
be using ISC BIND out of Pkgsrc, but in the event that you're not, our 
current /etc/rc.d/named starts before mountall.

This makes the assumption that the named chrootdir is available as a 
"criticallocal", thus causing a named/bind to fail at boot.

Possible solutions: mountall could be set to "BEFORE: SERVERS" or change 
named "REQUIRE: mountall".

[...snip...]
/etc/rc.d/SERVERS
/etc/rc.d/named
/etc/rc.d/rtclocaltime
/etc/rc.d/ntpdate
/etc/rc.d/rpcbind
/etc/rc.d/ypserv
/etc/rc.d/ypbind
/etc/rc.d/yppasswdd
/etc/rc.d/lkm2
/etc/rc.d/mountall
[...]


l8*
 	-lava