From owner-freebsd-questions@FreeBSD.ORG Sun May 17 20:06:04 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 339E6106564A for ; Sun, 17 May 2009 20:06:04 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from april.london.02.net (april.london.02.net [87.194.255.143]) by mx1.freebsd.org (Postfix) with ESMTP id C457B8FC0A for ; Sun, 17 May 2009 20:06:03 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from eight.config (93.97.24.219) by april.london.02.net (8.5.016.1) id 49D3A09001B8B970 for questions@freebsd.org; Sun, 17 May 2009 21:06:02 +0100 Message-ID: <4A106E2E.9040807@onetel.com> Date: Sun, 17 May 2009 21:06:06 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.21 (X11/20090411) MIME-Version: 1.0 To: FreeBSD Questions References: <4A0F457F.6010606@onetel.com> In-Reply-To: <4A0F457F.6010606@onetel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: run_interrupt_driven_hooks: still waiting... for xpt_config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 20:06:04 -0000 Chris Whitehouse wrote: > > I can build a debug kernel on 7.2R or any recommended version onto a > spare hard disk and use it to boot this machine to get debugging info. > > Much thanks > > Chris > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Well I've got 7.2R booting on this motherboard so I guess it's safe to keep it. After some trial and error the problem seems to be device sbp in the kernel config file. Comment that out and rebuild kernel and it boots. Here's a backtrace from 7.2R using a GENERIC kernel (with sbp enabled) with debug options added. run_interrupt_driven_hooks: still waiting after 300 seconds for xpt_config panic: run_interrupt_driven_config_hooks: waited too long cpuid=0 KDB: enter: panic [thread pid 0 tid 0 ] stopped at kdb_enter_why+0x3a: movl $0,kdb_why db> bt Tracing pid 0 tid 0 td 0xc0cc1b40 kdb_enter_why(c0b87110,c0b87110,c0b89425,c1020d0c,0,...) at kdb_enter_why+0x3a panic(c0b89425,0,c0b893c0,71,ea60,...) at panic+0x136 run_interrupt_driven_config_hooks(0,101ec00,101ec00,101e000,1025000,...) at run_interrupt_driven_config_hooks+0x1b7 mi_startup() at mi_startup+0x96 begin()at begin+0x2c db> Chris