You are not logged in.
Pages: 1
For a little while, I randomly get kernel panics during shutdown. It doesn't happen every time, just occasionally. Maybe a couple times a week. I can't detect any pattern to it or anything specific that I did, before the panic happened.
How would I go about troubleshooting this? I don't know where the logs are to check or anything like that.
I'm running Arch64, with kernel 2.6.30.
Offline
The logs are in /var/log{kernel,messages,everything}.log
I would boot a different OS (liveCD if needs be), mount the partition containing /var/log and then do ls -lrt to see which file was modified last.
Good ideas do not need lots of lies told about them in order to gain public acceptance.
Offline
Thanks.
I looked into kernel.log, messages.log, everything.log, and errors.log, but didn't see anything about the kernel panic. Do you know which file has the verbose messages you see when shutting down? When I get the panic, basically there's suddenly a whole couple pages of errors, one saying "panic," and then the computer freezes. But in the log files, it seems like I'm just seeing the verbose messages from startup, not shutdown. Or is it because of the kernel panic that the messages don't get logged?
Offline
Pages: 1