2002-09-29 20:34:36

by Shawn Starr

[permalink] [raw]
Subject: Kernel panic/exception dump support in 2.5?


It would really be nice if I could capture kernel exceptions/and oopsies
on a file, or over a network connection. Redirecting console=lp0 to
printer doesnt really let me paste dumps to LKML =)

Any solutions? Will we have a way to properly dump kernel failures
(exceptions/oopies) somewhere?

--
Shawn Starr, sh0n.net, <[email protected]>
Maintainer: -shawn kernel patches: http://xfs.sh0n.net/2.4/


2002-09-29 21:06:39

by Alan

[permalink] [raw]
Subject: Re: Kernel panic/exception dump support in 2.5?

On Sun, 2002-09-29 at 21:42, Shawn Starr wrote:
>
> It would really be nice if I could capture kernel exceptions/and oopsies
> on a file, or over a network connection. Redirecting console=lp0 to
> printer doesnt really let me paste dumps to LKML =)
>
> Any solutions? Will we have a way to properly dump kernel failures
> (exceptions/oopies) somewhere?

The netdump patch can do this, including the actual kernel image

2002-09-29 21:14:34

by Shawn Starr

[permalink] [raw]
Subject: Re: Kernel panic/exception dump support in 2.5?

Is there a 2.5 patch floating around?

Shawn.

On September 29, 2002 05:18 pm, Alan Cox wrote:
> On Sun, 2002-09-29 at 21:42, Shawn Starr wrote:
> > It would really be nice if I could capture kernel exceptions/and oopsies
> > on a file, or over a network connection. Redirecting console=lp0 to
> > printer doesnt really let me paste dumps to LKML =)
> >
> > Any solutions? Will we have a way to properly dump kernel failures
> > (exceptions/oopies) somewhere?
>
> The netdump patch can do this, including the actual kernel image

2002-09-29 21:15:13

by Jeff Garzik

[permalink] [raw]
Subject: Re: Kernel panic/exception dump support in 2.5?

Alan Cox wrote:
> On Sun, 2002-09-29 at 21:42, Shawn Starr wrote:
>
>>It would really be nice if I could capture kernel exceptions/and oopsies
>>on a file, or over a network connection. Redirecting console=lp0 to
>>printer doesnt really let me paste dumps to LKML =)
>>
>>Any solutions? Will we have a way to properly dump kernel failures
>>(exceptions/oopies) somewhere?
>
>
> The netdump patch can do this, including the actual kernel image


I hear mention of netdump and netconsole now and again... is anyone
moving them towards the mainline kernel? is there a stable URL?

Curious,

Jeff



2002-09-30 04:00:04

by Randy.Dunlap

[permalink] [raw]
Subject: Re: Kernel panic/exception dump support in 2.5?

On 29 Sep 2002, Alan Cox wrote:

| On Sun, 2002-09-29 at 21:42, Shawn Starr wrote:
| >
| > It would really be nice if I could capture kernel exceptions/and oopsies
| > on a file, or over a network connection. Redirecting console=lp0 to
| > printer doesnt really let me paste dumps to LKML =)
| >
| > Any solutions? Will we have a way to properly dump kernel failures
| > (exceptions/oopies) somewhere?
|
| The netdump patch can do this, including the actual kernel image
| -

Is this something different from netconsole?
Where can I find netdump?

Thanks,
--
~Randy

2002-09-30 06:11:11

by Marc-Christian Petersen

[permalink] [raw]
Subject: Re: Kernel panic/exception dump support in 2.5?

Hi Randy,

> | On Sun, 2002-09-29 at 21:42, Shawn Starr wrote:
> | >
> | > It would really be nice if I could capture kernel exceptions/and oopsies
> | > on a file, or over a network connection. Redirecting console=lp0 to
> | > printer doesnt really let me paste dumps to LKML =)
> | >
> | > Any solutions? Will we have a way to properly dump kernel failures
> | > (exceptions/oopies) somewhere?
> |
> | The netdump patch can do this, including the actual kernel image
> | -

> Is this something different from netconsole?
> Where can I find netdump?
netdump == netconsole.

Find it here: http://people.redhat.com/mingo/netconsole-patches/

Another work done by Ingo =) ... Works great, is a part of WOLK too.

--
Kind regards
Marc-Christian Petersen

http://sourceforge.net/projects/wolk

PGP/GnuPG Key: 1024D/569DE2E3DB441A16
Fingerprint: 3469 0CF8 CA7E 0042 7824 080A 569D E2E3 DB44 1A16
Key available at http://www.keyserver.net. Encrypted e-mail preferred.

2002-09-30 17:27:46

by Randy.Dunlap

[permalink] [raw]
Subject: Re: Kernel panic/exception dump support in 2.5?

On Mon, 30 Sep 2002, Marc-Christian Petersen wrote:

| Hi Randy,
|
| > | On Sun, 2002-09-29 at 21:42, Shawn Starr wrote:
| > | >
| > | > It would really be nice if I could capture kernel exceptions/and oopsies
| > | > on a file, or over a network connection. Redirecting console=lp0 to
| > | > printer doesnt really let me paste dumps to LKML =)
| > | >
| > | > Any solutions? Will we have a way to properly dump kernel failures
| > | > (exceptions/oopies) somewhere?
| > |
| > | The netdump patch can do this, including the actual kernel image
| > | -
|
| > Is this something different from netconsole?
| > Where can I find netdump?
| netdump == netconsole.
|
| Find it here: http://people.redhat.com/mingo/netconsole-patches/
|
| Another work done by Ingo =) ... Works great, is a part of WOLK too.

Yes, I know about netconsole; just confused by the netdump name.

Thanks.
--
~Randy