Re: Panics need better handling

From: Willy Tarreau
Date: Sun Jun 13 2004 - 23:26:07 EST


Hi,

On Sun, Jun 13, 2004 at 09:23:01PM -0500, ndiamond@xxxxxxxxxxxxx wrote:
> Is there
> any chance in getting the 24 most
> important lines of panic information
> displayed last, and putting the cursor
> at the end of the 24th line thereof, so
> that 24 valuable lines of panic
> information can be visible?

You could try kmsgdump, which Randy Dunlap ported to 2.6 :

http://developer.odsl.org/rddunlap/kmsgdump/

Upon panic, it switches real mode, uses the bios to change display to text
mode (which does not work for every video card, but still most of them),
then put you in an interactive screen in which you can scroll the last
32 kB of kernel messages, then decide to dump them on a floppy disk or
print them on a parallel printer. This can also be configured to dump
automatically without user interaction and automatically reboot once
done.

Clearly what you need it seems,
Willy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/