From owner-freebsd-current@FreeBSD.ORG Wed Oct 13 07:17:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F302316A4CE for ; Wed, 13 Oct 2004 07:17:18 +0000 (GMT) Received: from mail06.syd.optusnet.com.au (mail06.syd.optusnet.com.au [211.29.132.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C71D43D46 for ; Wed, 13 Oct 2004 07:17:18 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i9D7H6Qw020048 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 13 Oct 2004 17:17:06 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i9D7H5xP042909; Wed, 13 Oct 2004 17:17:05 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i9D7H5aZ042908; Wed, 13 Oct 2004 17:17:05 +1000 (EST) (envelope-from pjeremy) Date: Wed, 13 Oct 2004 17:17:05 +1000 From: Peter Jeremy To: Doug White Message-ID: <20041013071704.GQ83620@cirb503493.alcatel.com.au> References: <20041011074219.GA39251@cirb503493.alcatel.com.au> <20041011191812.A34886@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041011191812.A34886@carver.gumbysoft.com> User-Agent: Mutt/1.4.2i cc: current@freebsd.org cc: Andrew Li Subject: Re: HP DL380 hangs on reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 13 Oct 2004 07:17:19 -0000 On Mon, 2004-Oct-11 19:18:52 -0700, Doug White wrote: >On Mon, 11 Oct 2004, Peter Jeremy wrote: >> I have an HP DL380 running 5.3 and it will not reboot from multi-user >> mode - it hangs after printing "Rebooting..." and needs to be power- >> cycled (since there's no reset button). > >BIOS up to date? I tried updating to the latest version on the HP website with no effect. I've narrowed it down to loading kernel modules - the problem does not occur if I don't "kldload digi". I've tried commenting out the digi probe routine so it always immediately fails (meaning it never accesses the PCI bus or attaches) with no effect. I think the problem also occurs if I kldload usb but I need to confirm that. -- Peter Jeremy