public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: Shane Wegner <shane-keyword-kernel.a35a91@cm.nu>
Cc: Marcelo Tosatti <marcelo.tosatti@cyclades.com>,
	linux-kernel@vger.kernel.org
Subject: Re: 2.4.23 crash on Intel SDS2
Date: Sat, 15 Nov 2003 22:12:01 +0100	[thread overview]
Message-ID: <20031115211201.GC9634@alpha.home.local> (raw)
In-Reply-To: <20031115205828.GA1367@cm.nu>

Hi,

On Sat, Nov 15, 2003 at 12:58:28PM -0800, Shane Wegner wrote:
 
> I did and unfortunately, it was of little help.  If
> anything though, it made the lockup more consistent.  The
> three times I tried to boot with nmi_watchdog=1, it locked
> up when starting SpamAssassin.  Nothing special about that
> process but just above that it started the hotplug
> subsystem which I use to automatically insert various usb
> drivers as needed.  Could that have anything to do with it?

Would it be possible to print a "starting XXX" and
"XXX started" before and after every service ? And please
also try to disable automatic modprobe, or change it to
something which logs what is loaded. Eg:

   echo /root/mymodprobe >/proc/sys/kernel/modprobe

with mymodprobe basically looking like :

#!/bin/bash
{date;echo "starting $@"} >> /tmp/modprobe.log
sync
exec modprobe $@

> Btw, to clarify, when the lockup occurs with nmi_watchdog,
> no oops gets printed.

You may try nmi_watchdog=2. I once was adviced to try =1,
but it never worked for me, while =2 worked as expected.
Don't ask me why, all I know is that there are a few other
people out there happily using it this way too.

Regards,
Willy


  reply	other threads:[~2003-11-15 21:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-09 21:05 2.4.23 crash on Intel SDS2 Shane Wegner
2003-11-10 10:46 ` Marcelo Tosatti
2003-11-12  7:07   ` Shane Wegner
2003-11-11 10:46 ` Marcelo Tosatti
2003-11-12 11:02 ` Marcelo Tosatti
2003-11-12 11:21   ` Marcelo Tosatti
2003-11-12 18:22     ` Shane Wegner
2003-11-15 12:31       ` Marcelo Tosatti
2003-11-15 20:58         ` Shane Wegner
2003-11-15 21:12           ` Willy Tarreau [this message]
2003-11-16  0:13             ` Keith Owens
2003-11-16 22:02         ` Shane Wegner
2003-11-17 11:29           ` Marcelo Tosatti
2003-11-17 17:29             ` Shane Wegner
  -- strict thread matches above, loose matches on Subject: below --
2003-11-10 11:20 Mikael Pettersson

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=20031115211201.GC9634@alpha.home.local \
    --to=willy@w.ods.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    --cc=shane-keyword-kernel.a35a91@cm.nu \
    /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