From owner-freebsd-current@FreeBSD.ORG Mon Dec 8 08:20:43 2003 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 989F316A4CF for ; Mon, 8 Dec 2003 08:20:43 -0800 (PST) Received: from odot.okladot.state.ok.us (odot.okladot.state.ok.us [192.149.244.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B279443FAF for ; Mon, 8 Dec 2003 08:20:40 -0800 (PST) (envelope-from root@techpc04.okladot.state.ok.us) Received: from notes9c.okladot.state.ok.us (notes9a.okladot.state.ok.us [10.36.36.31])KAA19702; Mon, 8 Dec 2003 10:20:05 -0600 Received: from techpc04.okladot.state.ok.us ([199.27.9.37]) by notes9c.okladot.state.ok.us (Lotus Domino Release 5.0.12) with ESMTP id 2003120810200863:251910 ; Mon, 8 Dec 2003 10:20:08 -0600 Received: by techpc04.okladot.state.ok.us (Postfix, from userid 0) id BE3B15C0E; Mon, 8 Dec 2003 10:20:24 -0600 (CST) From: pseniura@techie.com To: Doug White , Wesley Morgan In-Reply-To: <20031207212911.B16351@volatile.chemikals.org> References: <20031204165637.H76565@volatile.chemikals.org> <20031204233917.S83022@volatile.chemikals.org> <20031206122742.W576@volatile.chemikals.org> <20031207125516.A7085@carver.gumbysoft.com> <20031207212911.B16351@volatile.chemikals.org> Message-Id: <20031208162024.BE3B15C0E@techpc04.okladot.state.ok.us> Date: Mon, 8 Dec 2003 10:20:24 -0600 (CST) X-MIMETrack: Itemize by SMTP Server on Notes9c/ODOT(Release 5.0.12 |February 13, 2003) at 12/08/2003 10:20:08 AM,2003) at 12/08/2003 10:20:18 AM, Serialize complete at 12/08/2003 10:20:18 AM cc: current@freebsd.org cc: pseniura@techie.com Subject: please see PR 59688 (re: [solved] Re: kernel hangs during boot) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pseniura@techie.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 16:20:43 -0000 I filed a PR several weeks ago on this 'device-md'-in-the-kernel bug. The PR has yet to be assigned. Now it's gone out to 5.2-Release, I bet everyone is going to see this bug. ________ On Sun, 7 Dec 2003, Doug White wrote: > On Sat, 6 Dec 2003, Wesley Morgan wrote: > > > > Eh, this is you hitting the gdb key. how about 'ps'? > > > > Hooray for serial consoles! > > You didn't compile with BREAK_TO_DEBUGGER? you still hit the ddb key :) > > I'm still not seeing anything hanging. Have you tried booting with -v and > seeing if ata is trying anything, for instance? Ok, I've found the culprit: options MD_ROOT_SIZE=10 Removing that from my kernel config allows it to boot (this is some cruft left over from previous experiments). As for WHY it won't boot, I'll leave that to those with much more knowledge than me! -- Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! ________