Re: Netconsole scripts for Debian

2014-08-28 Thread Marc Haber
On Wed, Aug 27, 2014 at 11:11:53PM -0700, Ben Hutchings wrote: > I think the problem you're seeing is that the physical link is down > immediately after the interface is brought up. This should be expected > because the link may have be turned off or limited to low speed to save > power when the o

Re: Netconsole scripts for Debian

2014-08-27 Thread Ben Hutchings
On Tue, 2014-06-17 at 13:30 +0400, Pavel Odintsov wrote: > Hello, folks! > > I'm prepared and thoroughly tested scripts for managing netconsole > kernel facility in Debian 6/7. Netconsole facility is very useful for > debugging kernel bugs. > > These scripts are inspired by CentOS 6 netconsole sc

Re: Netconsole scripts for Debian

2014-06-19 Thread Ritesh Raj Sarraf
On 06/19/2014 06:39 PM, Pavel Odintsov wrote: > It's very important for debugging kernel oops when syslog over network > running, because syslog can't send any information on dead kernel. > When you haven't persistent kvm/idrac/ilo it's only one way for > getting debug information about kernel hang

Re: Netconsole scripts for Debian

2014-06-19 Thread Bjørn Mork
Pavel Odintsov writes: > Hello! > > At now I configure netconsole dynamically and got network > configuration from ip route command. For getting netconsole server MAC > address I use arping to it. > > But I can generate modprobe configuration file with current > configuration and integrate it to

Re: Netconsole scripts for Debian

2014-06-19 Thread Pavel Odintsov
Hello! At now I configure netconsole dynamically and got network configuration from ip route command. For getting netconsole server MAC address I use arping to it. But I can generate modprobe configuration file with current configuration and integrate it to initrd. You can check my approach here

Re: Netconsole scripts for Debian

2014-06-19 Thread Pavel Odintsov
Hello! It's very important for debugging kernel oops when syslog over network running, because syslog can't send any information on dead kernel. When you haven't persistent kvm/idrac/ilo it's only one way for getting debug information about kernel hang. But why I need to integrate it with initrd?

Re: Netconsole scripts for Debian

2014-06-18 Thread Bjørn Mork
Ritesh Raj Sarraf writes: > On 06/17/2014 03:00 PM, Pavel Odintsov wrote: >> Hello, folks! >> >> I'm prepared and thoroughly tested scripts for managing netconsole >> kernel facility in Debian 6/7. Netconsole facility is very useful for >> debugging kernel bugs. >> >> These scripts are inspired

Re: Netconsole scripts for Debian

2014-06-17 Thread Ritesh Raj Sarraf
On 06/17/2014 03:00 PM, Pavel Odintsov wrote: > Hello, folks! > > I'm prepared and thoroughly tested scripts for managing netconsole > kernel facility in Debian 6/7. Netconsole facility is very useful for > debugging kernel bugs. > > These scripts are inspired by CentOS 6 netconsole scripts in

Netconsole scripts for Debian

2014-06-17 Thread Pavel Odintsov
Hello, folks! I'm prepared and thoroughly tested scripts for managing netconsole kernel facility in Debian 6/7. Netconsole facility is very useful for debugging kernel bugs. These scripts are inspired by CentOS 6 netconsole scripts in some cases and work in same way. Scripts are written in clean