Subject: Re: auto-reboot on crash?
To: Carl Brewer <carl@bl.echidna.id.au>
From: Adrian Portelli <adrianp@stindustries.net>
List: netbsd-users
Date: 09/15/2005 15:46:07
Carl Brewer wrote:
> rudolf wrote:
> 
>> http://mail-index.netbsd.org/netbsd-help/2005/08/19/0012.html
>> http://mail-index.netbsd.org/netbsd-help/2005/08/19/0013.html
>>
>> disable 'options DDB' (kernel config) or set ddb.onpanic=0 (sysctl).
> 

Also, don't forget you could bump into problems on the reboot with fsck
if you have a hard shutdown happen.  I'm not saying anything about the
goodness or badness of this option but I have seen ppl put this in their
rc.conf:

fsck_flags="-p -y"

adrian.