From owner-freebsd-current@FreeBSD.ORG Fri Aug 8 08:58:40 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 9CFDD37B401 for ; Fri, 8 Aug 2003 08:58:40 -0700 (PDT) Received: from mail.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D00843F85 for ; Fri, 8 Aug 2003 08:58:39 -0700 (PDT) (envelope-from freebsd@soith.com) Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 876C68D619; Fri, 8 Aug 2003 11:58:38 -0400 (EDT) Received: from 10.202.2.132 ([10.202.2.132] helo=www.fastmail.fm) by messagingengine.com with SMTP; Fri, 08 Aug 2003 11:58:38 -0400 Received: by www.fastmail.fm (Postfix, from userid 99) id 555F037F3B; Fri, 8 Aug 2003 11:58:37 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: "Poul-Henning Kamp" Date: Fri, 08 Aug 2003 09:58:37 -0600 X-Epoch: 1060358318 X-Sasl-enc: v+BLa0+iPSrN//k5TIpJaQ References: <8938.1060349049@critter.freebsd.dk> In-Reply-To: <8938.1060349049@critter.freebsd.dk> Message-Id: <20030808155837.555F037F3B@www.fastmail.fm> cc: freebsd-current@freebsd.org Subject: Re: vinum lock panic at startup -current 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: Fri, 08 Aug 2003 15:58:40 -0000 Its wierd though that it works on intel/p4 but gets taht panic: Giant on amd... My 2 amd systems panic with vinum start but the P4 works ok built from the same sources. All with no vinum volumes, just trying vinum start t test for this bug. ----- Original message ----- From: "Poul-Henning Kamp" To: "Aaron Wohl" Date: Fri, 08 Aug 2003 15:24:09 +0200 Subject: Re: vinum lock panic at startup -current In message <20030808130912.A429138CCB@www.fastmail.fm>, "Aaron Wohl" writes: > Panicstring: mutex Giant owned at /usr/src/sys/geom/geom_dev.c:198 Ok, then I think I know what it is. Vinum appearantly does not go through SPECFS but rather calls into the disk device drivers directly. That is a pretty wrong thing to do, and it seems that vinum does not respect the D_NOGIANT flag which GEOM recently started setting. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.