No auto reboot after panic

2006-03-31 Thread Alex Zbyslaw
Setup: Dell 2850 running i386 FreeBSD 5.4-p5 (or so), ACPI enabled and 
apparently working (shutdown -p or -r work fine).


After a kernel panic, the console showed Automatic reboot in 60 seconds 
or press any key to interrupt, (or words to that effect), but actually 
the machine just sat there for several hours.


When I got to the console, pressing a key said it was interrupting the 
automatic reboot (as if the key press had happened in the 60 second 
window) and pressing another key rebooted the server.


Does anyone have any idea why the server didn't reboot automatically, 
and what might make it reboot next time it panics (if there is a next time).


I'm sure I've seen a similar problem mentioned before, but searching the 
mail archives and google didn't turn up anything useful that I could see.


Thanks,

--Alex

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Auto Reboot after Panic?

2005-07-19 Thread Greg 'groggy' Lehey
On Tuesday, 19 July 2005 at 13:25:39 +1000, Warren Toomey wrote:
 Hi, I have recently installed FreeBSD 5.3 on a Dell Poweredge 650 server,
 and it has panicked twice in the past 3 weeks. Unfortunately, the box is
 in a server room for which I don't have a key, and access can take hours.

 I would like the box to dump core and reboot on a panic. I think I have set
 the box up to do this, but on the last panic it didn't reboot. I followed the
 information at http://www.bsdatwork.com/2002/03/29/system_panics_part_1/,
 and I have compiled a kernel with makeoptions DEBUG=-g, options KDB,
 options KDB_UNATTENDED.

 /etc/rc.conf has these lines: dumpdev=/dev/ad6s1b,
 dumpdir=/usr/local/var/crash. The box has 768M of RAM, ad6s1b has
 at least that much space, and is configured as swap.

 Can anybody tell me what have forgotten to do to make the box reboot on
 a panic? Many thanks in advance,

Where does it hang?

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
The virus contained in this message was detected, clubbed to death and
distributed throughout the Internet as vaccine by LEMIS anti-virus.
For further details see http://www.lemis.com/grog/lemis-virus.html

Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.


pgpfDW9ChwKkV.pgp
Description: PGP signature


Auto Reboot after Panic?

2005-07-18 Thread Warren Toomey
Hi, I have recently installed FreeBSD 5.3 on a Dell Poweredge 650 server,
and it has panicked twice in the past 3 weeks. Unfortunately, the box is
in a server room for which I don't have a key, and access can take hours.
 
I would like the box to dump core and reboot on a panic. I think I have set
the box up to do this, but on the last panic it didn't reboot. I followed the
information at http://www.bsdatwork.com/2002/03/29/system_panics_part_1/,
and I have compiled a kernel with makeoptions DEBUG=-g, options KDB,
options KDB_UNATTENDED.
 
/etc/rc.conf has these lines: dumpdev=/dev/ad6s1b, 
dumpdir=/usr/local/var/crash. The box has 768M of RAM, ad6s1b has
at least that much space, and is configured as swap. 
 
Can anybody tell me what have forgotten to do to make the box reboot on
a panic? Many thanks in advance,
 
Warren
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]