ddb.log was missing from sysctl.conf Here is a guess at a description and a value.
/Lars Index: sysctl.conf =================================================================== RCS file: /cvs/src/etc/sysctl.conf,v retrieving revision 1.47 diff -u -p -r1.47 sysctl.conf --- sysctl.conf 9 Jun 2009 11:52:54 -0000 1.47 +++ sysctl.conf 14 Jan 2010 16:40:03 -0000 @@ -25,6 +25,7 @@ #net.inet.carp.log=1 # 1=Enable logging of carp(4) packets #ddb.panic=0 # 0=Do not drop into ddb on a kernel panic #ddb.console=1 # 1=Permit entry of ddb from the console +#ddb.log=0 # 0=Disable logging of ddb output via syslog #fs.posix.setuid=0 # 0=Traditional BSD chown() semantics #vm.swapencrypt.enable=0 # 0=Do not encrypt pages that go to swap #vfs.nfs.iothreads=4 # Number of nfsio kernel threads
