James Colannino <[EMAIL PROTECTED]> writes: > shabanip wrote: > >>is there any way to capture and log kernel panics on disk or ...? > > My guess would be, at the very least, it depends on what part of the > kernel is causing the panic.
A kernel panic means that the kernel no longer knows what it's doing, and therefore stops doing anything immediately. Hence it won't use the filesystems and cannot log the panic to anything but the console. I would think the best solution to your problem is to set up a serial console to another machine, and log everything to disk on that machine. See Documentation/serial-console.txt for how to set up a serial console. Regards, -- Trond Hasle Amundsen <[EMAIL PROTECTED]> Center for Information Technology Services, University of Oslo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/