DragonFly users List (threaded) for 2009-05
DragonFly BSD
DragonFly users List (threaded) for 2009-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Crash in 2.2.2


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 May 2009 13:09:17 -0700 (PDT)

:
:I have a machine that is a pf firewall, dns, ntp, and dhcp server
:(nothing else running), which was running 2.0.  Last week, I did a
:fresh install of 2.2.2 on it.  Yesterday, it crashed to the debugger
:prompt with an uptime of approximately 4 days.  Unfortunately, the
:person who rebooted it didn't note the error message on the screen.  I
:never had a crash under 2.0.  I realize this report is pretty useless.
: If the machine does this again, what should I do at the debug prompt
:to collect more info?
:
:Tim

    The best thing to do is to is to set the machine up to generate
    a kernel dump and automatically reboot.

    options	DDB
    options	DDB_UNATTENDED

    In /etc/rc.conf, set the dump device to point to your swap partition
    (make sure it is the swap partition).  e.g.:

	dumpdev="/dev/da0s1b"

    The swap partition must be at least as large as main memory.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]