From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 17:41:38 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 C8B1D16A4CE for ; Wed, 7 Jul 2004 17:41:38 +0000 (GMT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3022143D2D for ; Wed, 7 Jul 2004 17:41:38 +0000 (GMT) (envelope-from lukas@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:lukas@mx.freeshell.org [192.94.73.21]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i67HfOFC017869 for ; Wed, 7 Jul 2004 17:41:24 GMT Received: (from lukas@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i67HfOLc021137; Wed, 7 Jul 2004 10:41:24 -0700 (PDT) Date: Wed, 7 Jul 2004 10:41:24 -0700 (PDT) From: Luke X-X-Sender: lukas@mx.freeshell.org In-Reply-To: Message-ID: References: <86wu1iikc5.fsf@PECTOPAH.shenton.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: current@freebsd.org Subject: [fixed] Re: Yesterday's code panics: Don't call insmntque(foo, NULL) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: LukeD@pobox.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 17:41:38 -0000 Since I said something... I got the latest source again yesterday, built a kernel, and I don't see this problem anymore. Thanks you! On Mon, 5 Jul 2004, Luke wrote: > Date: Mon, 5 Jul 2004 12:08:52 -0700 (PDT) > From: Luke > Cc: current@freebsd.org > Subject: Re: Yesterday's code panics: Don't call insmntque(foo, NULL) > >> On Mon, 5 Jul 2004, Chris Shenton wrote: >>> I built a kernel from CVS yesterday, installed it and rebooted this >>> morning. It panicked with the message (manually copied): >>> >>> ... >>> mounting root from ufs:/dev/amrd0s1a >>> panic: Don't call insmntque(foo, NULL) >>> Debugger("panic") >>> Stopped at Debugger+0x45: xchgl %ebx, in_Debugger.0 >>> >>> This message appears in /usr/src/sys/kern/vfs_subr.c >>> >>> Any suggestions? >>> >>> Thanks. >> >> Perhaps I don't have the right debugging options turned on, but I'm >> getting a page fault at that same spot (mounting root) with kernels built >> on source from about fifteen minutes ago. >> Kernels built from source from June 26 work. >> >> I've tried different kernel options trying to find something that doesn't >> crash, but no luck so far. > > Sorry, I spoke too soon. Disabling ACPI at the loader allows the system to > mount root. > _______________________________________________ > 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" >