From owner-freebsd-current@FreeBSD.ORG Wed Jul 22 07:57:01 2009 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 9F529106564A for ; Wed, 22 Jul 2009 07:57:01 +0000 (UTC) (envelope-from simon@siel.si) Received: from mail.siel.si (mail.siel.si [85.10.14.26]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9CC8FC12 for ; Wed, 22 Jul 2009 07:57:01 +0000 (UTC) (envelope-from simon@siel.si) Received: from localhost (localhost [85.10.14.26]) by mail.siel.si (Postfix) with ESMTP id 0CA6F393628 for ; Wed, 22 Jul 2009 09:39:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at siel.si Received: from mail.siel.si ([85.10.14.26]) by localhost (pu1b.siel.si [85.10.14.26]) (amavisd-new, port 10024) with ESMTP id zecvoUxXlkil for ; Wed, 22 Jul 2009 09:39:01 +0200 (CEST) Received: from [10.0.1.20] (cpe-77.38.25.175.cable.t-1.si [77.38.25.175]) by mail.siel.si (Postfix) with ESMTP id EFD9B393283 for ; Wed, 22 Jul 2009 09:39:00 +0200 (CEST) Message-Id: From: =?WINDOWS-1252?Q?Simon_=8Eekar?= To: List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Wed, 22 Jul 2009 09:39:00 +0200 X-Mailer: Apple Mail (2.935.3) Subject: run_interrupt_driven_hooks - waiting for xpt_config - booting on DL380 G6 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: Wed, 22 Jul 2009 07:57:01 -0000 Hello, I'm running into difficulties booting FreeBSD 8.0 BETA2 amd64 CD image on a HP DL380 G6. it freezes right after USB hubs & CD initialization with the messsage: umass0: on usbus5 umass0: 8070i (ATAPI) over Bulk-Only; quirks = 0x0000 umass0:2:0:-1: Attached to scbus2 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+0x3d: movq $0,0x687f60(%rip) db> keyboard freezes here, so no way I can do backtrace. The same error is with 7.2-RELEASE bootable CD, but there it just freezes, no messages about waiting for xpt_config. What's there to be done ? I can provide remote access to iLO of this server if this would somehow help fix things. Thank you, Simon.