From owner-freebsd-current@FreeBSD.ORG Sun Mar 13 23:35:54 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CCEC106575F for ; Sun, 13 Mar 2011 23:35:53 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 4D27B8FC08 for ; Sun, 13 Mar 2011 23:35:53 +0000 (UTC) Received: from [192.168.1.100] (m206-63.dsl.tsoft.com [198.144.206.63]) by ns1.feral.com (8.14.4/8.14.3) with ESMTP id p2DNZqh1097970 for ; Sun, 13 Mar 2011 15:35:52 -0800 (PST) (envelope-from mj@feral.com) Message-ID: <4D7D54DA.7060908@feral.com> Date: Sun, 13 Mar 2011 16:35:54 -0700 From: Matthew Jacob Organization: Feral Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20110313230138.GA1291@darklight.org.ru> In-Reply-To: <20110313230138.GA1291@darklight.org.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.2.6 (ns1.feral.com [192.67.166.1]); Sun, 13 Mar 2011 15:35:52 -0800 (PST) Subject: Re: `panic: run_interrupt_driven_config_hooks: waited too long' on HP DV8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2011 23:35:54 -0000 This usually has to do with a hung SCSI command. That this is a notebook indicates to me that it's possibly a USB device. A boot -v with 8.2RELEASE and then a boot -v with this snapshot might tell us what's up. > Hi, > > I'm getting the following panic trying to boot March 5 snapshot on > HP Pavilion DV8 notebook (8.2-RELEASE GENERIC kernel seems to boot on > the same hardware just fine): > > run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config > run_interrupt_driven_hooks: still waiting after 120 seconds for xpt_config > run_interrupt_driven_hooks: still waiting after 180 seconds for xpt_config > run_interrupt_driven_hooks: still waiting after 240 seconds for xpt_config > 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 100000 ] > Stopped at kdb_enter+03xb: movq $0,0x800ab2(%rip) > db> bt > Tracing pid 0 tid 100000 td 0xffffffff80ee83e30 > kdb_enter() at kdb_enter+0x3b > panic() at panic+0x180 > boot_run_interrupt_driven_config_hooks() at boot_run_interrupt_driven_config_hooks+0xb3 > mi_startup() at mi_startup+0x77 > btext() at btext+0x2c > > Any hints or additional information I should provide to troubleshoot > this? > > > TIA, > Yuri > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"