PDA

View Full Version : [all variants] find out reason for a kernel panic!


Brazen
May 2nd, 2008, 05:00 PM
I had a server lock up and the screen said "kernel panic" on it (along with some other stuff). It's a production server so I didn't waste any time and just quick power cycled it and it came back up just fine. Is there any way to find out the reason for the kernel panic? Some logs I could look at or something?

lemming465
May 2nd, 2008, 11:24 PM
Unfortunately, kernel panics tend to suppress message logging, So when you rebooted and lost the console contents you probably erased a lot of the useful evidence.

The first place to look is /var/log/messages. Also /var/log/kern.log.

Brazen
May 7th, 2008, 10:03 AM
Unfortunately, kernel panics tend to suppress message logging, So when you rebooted and lost the console contents you probably erased a lot of the useful evidence.

The first place to look is /var/log/messages. Also /var/log/kern.log.

I couldn't really find anything useful in those, but thanks anyway.