From: Matt Mackall <mpm@selenic.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: Jon Burgess <mplayer@jburgess.uklinux.net>,
linux kernel <linux-kernel@vger.kernel.org>,
netdev@oss.sgi.com
Subject: Re: [PATCH][RFC] Netconsole debugging tool for 2.6
Date: Tue, 12 Aug 2003 12:39:17 -0500 [thread overview]
Message-ID: <20030812173917.GM31810@waste.org> (raw)
In-Reply-To: <20030812170920.GB24774@gtf.org>
On Tue, Aug 12, 2003 at 01:09:20PM -0400, Jeff Garzik wrote:
> On Tue, Aug 12, 2003 at 11:33:11AM -0500, Matt Mackall wrote:
> > On Tue, Aug 12, 2003 at 03:13:00PM +0100, Jon Burgess wrote:
> > > Matt Mackall wrote:
> > > > I've decided to take a stab at resurrecting Ingo's netconsole patch.
> > >
> > > Is this different from the netdump patch which RedHat include in their
> > > kernel?
> > >
> > > The RH kernel patch is at
> > > http://www.kernelnewbies.org/kernels/rh9/SOURCES/linux-2.4.18-netdump.patch
> >
> > Ahh, so that's what's become of it.
> >
> > Theirs:
> > - does crashdumps
> > - does syslog without levels
> > - has hooks for receive
> >
> > Mine:
> > - works in 2.6
> > - has non-appalling configuration
> > - works as a built-in and is available earlier in boot
> > - does syslog with levels (haven't posted this though)
>
> netconsole does syslog with levels, too. I agree netdump/netconsole
> have complete awful configuration. I was thinking netlink would be a
> good configurator.
My personal goal is to have it configured in time to catch stuff in
the boot process so I can avoid plugging into the serial console,
which means everything on the command line. So I've got code to parse
the following:
netconsole=[src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
> The kernel printk <foo> prefixes map into syslog quite nicely.
..and are stripped by printk before the console code is called. The
netdump patch logs everything at level 5:
+ send_syslog_skb(dev, syslog_line, syslog_chars, 5);
My patch adds another entry to console struct for writing with levels.
And adds hostname to messages. Still needs timestamp.
> In any case, there is my own active effort into cleaning up netdump to
> be less x86-specific, and get it ready for mainline.
>
> Maybe we can start discussing converging all these implementations on
> netdev@oss.sgi.com? (that's where the networking developers live)
Not sure that's the right place for it, simply because that's the one
group of people it's not terribly useful for. Especially when I start
talking about hooking it up to kgdb. And the network bits are pretty
much there already.
--
Matt Mackall : http://www.selenic.com : of or relating to the moon
prev parent reply other threads:[~2003-08-12 17:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <3F38F5EC.2060003@jburgess.uklinux.net>
[not found] ` <20030812163311.GL31810@waste.org>
2003-08-12 17:09 ` [PATCH][RFC] Netconsole debugging tool for 2.6 Jeff Garzik
2003-08-12 17:39 ` Matt Mackall [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030812173917.GM31810@waste.org \
--to=mpm@selenic.com \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mplayer@jburgess.uklinux.net \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).