Re: how to capture kernel panics

2005-02-25 Thread Jeff Moyer
==> Regarding Re: how to capture kernel panics; "shabanip" <[EMAIL PROTECTED]> adds: shabanip> thanks for the help. does anything else left to configure? On the log target system, you will probably want to run something similar to netcat to capture the logs. To simpl

Re: how to capture kernel panics

2005-02-25 Thread shabanip
thanks for the help. does anything else left to configure? Payam Shabanian shabanip -at- avapajoohesh.com > ==> Regarding Re: how to capture kernel panics; "shabanip" > <[EMAIL PROTECTED]> adds: > > shabanip> as i see netconsole is a kernel module. so i just n

Re: how to capture kernel panics

2005-02-25 Thread Jeff Moyer
==> Regarding Re: how to capture kernel panics; "shabanip" <[EMAIL PROTECTED]> adds: shabanip> as i see netconsole is a kernel module. so i just need to load shabanip> netconsole module with server:port parameters. am i right? MODULE_PARM_DESC(netconsole, " [EMA

Re: how to capture kernel panics

2005-02-25 Thread shabanip
as i see netconsole is a kernel module. so i just need to load netconsole module with server:port parameters. am i right? Payam Shabanian shabanip -at- avapajoohesh.com > ==> Regarding Re: how to capture kernel panics; Christian Borntraeger > <[EMAIL PROTECTED]> adds: > > l

Re: how to capture kernel panics

2005-02-25 Thread Jeff Moyer
==> Regarding Re: how to capture kernel panics; Christian Borntraeger <[EMAIL PROTECTED]> adds: linux-kernel> shabanip wrote: >> is there any way to capture and log kernel panics on disk or ...? linux-kernel> In former times, the Linux kernel tried to sync in the panic l

Re: how to capture kernel panics

2005-02-25 Thread Christian Borntraeger
shabanip wrote: > is there any way to capture and log kernel panics on disk or ...? In former times, the Linux kernel tried to sync in the panic function. (If the panic did not happen in interrupt context) Unfortunately this had severe side effects in cases where the panic was triggered by file

Re: how to capture kernel panics

2005-02-25 Thread Trond Hasle Amundsen
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

Re: how to capture kernel panics

2005-02-25 Thread Trond Hasle Amundsen
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,

Re: how to capture kernel panics

2005-02-25 Thread Christian Borntraeger
shabanip wrote: is there any way to capture and log kernel panics on disk or ...? In former times, the Linux kernel tried to sync in the panic function. (If the panic did not happen in interrupt context) Unfortunately this had severe side effects in cases where the panic was triggered by file

Re: how to capture kernel panics

2005-02-25 Thread Jeff Moyer
== Regarding Re: how to capture kernel panics; Christian Borntraeger [EMAIL PROTECTED] adds: linux-kernel shabanip wrote: is there any way to capture and log kernel panics on disk or ...? linux-kernel In former times, the Linux kernel tried to sync in the panic linux-kernel function

Re: how to capture kernel panics

2005-02-25 Thread shabanip
as i see netconsole is a kernel module. so i just need to load netconsole module with server:port parameters. am i right? Payam Shabanian shabanip -at- avapajoohesh.com == Regarding Re: how to capture kernel panics; Christian Borntraeger [EMAIL PROTECTED] adds: linux-kernel shabanip wrote

Re: how to capture kernel panics

2005-02-25 Thread Jeff Moyer
== Regarding Re: how to capture kernel panics; shabanip [EMAIL PROTECTED] adds: shabanip as i see netconsole is a kernel module. so i just need to load shabanip netconsole module with server:port parameters. am i right? MODULE_PARM_DESC(netconsole, [EMAIL PROTECTED]/[dev],[tgt-port]@tgt-ip

Re: how to capture kernel panics

2005-02-25 Thread shabanip
thanks for the help. does anything else left to configure? Payam Shabanian shabanip -at- avapajoohesh.com == Regarding Re: how to capture kernel panics; shabanip [EMAIL PROTECTED] adds: shabanip as i see netconsole is a kernel module. so i just need to load shabanip netconsole module

Re: how to capture kernel panics

2005-02-25 Thread Jeff Moyer
== Regarding Re: how to capture kernel panics; shabanip [EMAIL PROTECTED] adds: shabanip thanks for the help. does anything else left to configure? On the log target system, you will probably want to run something similar to netcat to capture the logs. To simply output to a terminal, you

Re: how to capture kernel panics

2005-02-24 Thread James Colannino
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. Most likely I would say no, although here's another question: if running a second kernel under user-mode Linux,

how to capture kernel panics

2005-02-24 Thread shabanip
is there any way to capture and log kernel panics on disk or ...? - 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

how to capture kernel panics

2005-02-24 Thread shabanip
is there any way to capture and log kernel panics on disk or ...? - 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

Re: how to capture kernel panics

2005-02-24 Thread James Colannino
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. Most likely I would say no, although here's another question: if running a second kernel under user-mode Linux,