Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262040AbTKOVMS (ORCPT ); Sat, 15 Nov 2003 16:12:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262050AbTKOVMS (ORCPT ); Sat, 15 Nov 2003 16:12:18 -0500 Received: from willy.net1.nerim.net ([62.212.114.60]:30727 "EHLO w.ods.org") by vger.kernel.org with ESMTP id S262040AbTKOVMR (ORCPT ); Sat, 15 Nov 2003 16:12:17 -0500 Date: Sat, 15 Nov 2003 22:12:01 +0100 From: Willy Tarreau To: Shane Wegner Cc: Marcelo Tosatti , linux-kernel@vger.kernel.org Subject: Re: 2.4.23 crash on Intel SDS2 Message-ID: <20031115211201.GC9634@alpha.home.local> References: <20031112182219.GA2921@cm.nu> <20031115205828.GA1367@cm.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031115205828.GA1367@cm.nu> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1434 Lines: 42 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/