Re: Panics need better handling

From: Willy Tarreau
Date: Mon Jun 14 2004 - 00:51:49 EST


On Mon, Jun 14, 2004 at 12:19:15AM -0500, ndiamond@xxxxxxxxxxxxx wrote:
> Willy Tarreau replied to me:
>
> >> 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
> [...]
> > Clearly what you need it seems,
>
> Partly, yes it looks clearly what I
> need (though I need it for 2.4).

OK, so download the original 2.4 version here :

http://w.ods.org/linux/kernel/kmsgdump/0.4.4/

It still applies to 2.4.27-pre5.

> But surely every developer or maintainer
> of every driver or other part of the
> kernel also has a clear need for every
> Linux user to install this. I am not
> the only one who needs to get these
> reports, right? Shouldn't this be in
> the main kernel tree by now, and enabled
> by default?

Well, yes and no. Yes because it's useful, no because there are so many
other useful tools which would largely replace it and be more complete
(kdb, lkcd, ...) that one could wonder why it's in the kernel at all.
Since it's mainly useful to developers, and not too much intrusive, people
who need it can easily apply it to their tree.

Cheers,
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/