Subject: Re: bin/34979: -current libc causes boot failure
To: None <gnats-bugs@NetBSD.org>
From: Scott Ellis <scotte@warped.com>
List: netbsd-bugs
Date: 11/11/2006 14:03:45
This appears to be related to syslogd, as setting syslogd=NO in rc.conf 
allows the system to boot and be more-or-less fully functional.

This was deduced by noting:

Enabling pf firewall.
Building databases...
Starting syslogd.
Starting pflogd.
Nov 11 13:35:59 pflogd[570]: [priv]: msg PRIV_OPEN_LOG received
Starting named.
Starting named.
Stopped in pid 632.1 (syslogd) at       netbsd:cpu_Debugger+0x5: 
leave
db> step
Stopped in pid 632.1 (syslogd) at       netbsd:cpu_Debugger+0x6:        ret
db>

Basically the pflogd message isn't set to syslog like it was previously, 
and dropping to the debugger shows that syslogd is the current process.