From owner-freebsd-current@FreeBSD.ORG Tue Oct 12 08:17:49 2010 Return-Path: <owner-freebsd-current@FreeBSD.ORG> 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 C67951065674 for <freebsd-current@FreeBSD.org>; Tue, 12 Oct 2010 08:17:49 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from gw02.mail.saunalahti.fi (gw02.mail.saunalahti.fi [195.197.172.116]) by mx1.freebsd.org (Postfix) with ESMTP id 8273D8FC08 for <freebsd-current@FreeBSD.org>; Tue, 12 Oct 2010 08:17:49 +0000 (UTC) Received: from jh (a91-153-115-208.elisa-laajakaista.fi [91.153.115.208]) by gw02.mail.saunalahti.fi (Postfix) with SMTP id B7DF6176097; Tue, 12 Oct 2010 11:17:45 +0300 (EEST) Date: Tue, 12 Oct 2010 11:17:45 +0300 From: Jaakko Heinonen <jh@FreeBSD.org> To: barbara <barbara.xxx1975@libero.it> Message-ID: <20101012081744.GA48485@jh> References: <LA593D$584FAABD3BF6073282A094BECDF03362@libero.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <LA593D$584FAABD3BF6073282A094BECDF03362@libero.it> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current <freebsd-current@FreeBSD.org> Subject: Re: HEADS UP: device name checking on device registration X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 12 Oct 2010 08:17:49 -0000 On 2010-10-11, barbara wrote: > The panic is caused by: > g_dev_taste(): make_dev_p() failed (gp->name=ext2fs//, error=22) > as I have a linux partition (I swear, it's for my mom!) on the same machine. > As I don't care about that partition (being ext4 I can't even mount > it), is there any solution other then applying the patch after every > csup? If you don't need ext2fs labels you can put the following line to /boot/loader.conf as a workaround: kern.geom.label.ext2fs.enable=0 -- Jaakko