From owner-freebsd-stable@FreeBSD.ORG Mon May 5 18:29:21 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6CFC946 for ; Mon, 5 May 2014 18:29:21 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0205E3C for ; Mon, 5 May 2014 18:29:21 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id A68D4B989; Mon, 5 May 2014 14:29:20 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: Unable to mount the root fs on stable/8 r264339, GENERIC kernel, with MBR, FreeBSD slice, and UFS volume labels Date: Mon, 5 May 2014 13:50:13 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <534FAED5.7070703@orange.fr> <201404291603.20582.jhb@freebsd.org> In-Reply-To: <201404291603.20582.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201405051350.13973.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 05 May 2014 14:29:20 -0400 (EDT) Cc: Claude Buisson X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 18:29:21 -0000 On Tuesday, April 29, 2014 4:03:20 pm John Baldwin wrote: > > With this kernel, kldloading agp.ko has for only effect to lock the system > > (cannot switch vty, no answer to pings, ..) -> panic/power button. > > That is unexpected. :( To followup on this thread, Don Lewis tracked down the root bug in the rman code and committed a fix to HEAD today. -- John Baldwin