From owner-freebsd-current@FreeBSD.ORG Thu Jul 3 19:17:50 2008 Return-Path: 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 3A400106567D for ; Thu, 3 Jul 2008 19:17:50 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from gw.sandvine.com (gw.sandvine.com [199.243.201.138]) by mx1.freebsd.org (Postfix) with ESMTP id C224E8FC1B for ; Thu, 3 Jul 2008 19:17:49 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from labgw2.phaedrus.sandvine.com ([192.168.3.11]) by gw.sandvine.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 3 Jul 2008 15:16:48 -0400 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 12627) id 842B611610; Thu, 3 Jul 2008 15:16:48 -0400 (EDT) Date: Thu, 3 Jul 2008 15:16:48 -0400 From: Ed Maste To: Kostik Belousov Message-ID: <20080703191648.GA39891@sandvine.com> References: <20080703181431.GA10858@sandvine.com> <20080703185833.GQ17123@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080703185833.GQ17123@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 03 Jul 2008 19:16:48.0715 (UTC) FILETIME=[574A29B0:01C8DD41] Cc: freebsd-current@freebsd.org Subject: remove debug.mpsafevfs tunable? (was Re: head panic: mutex Giant owned at /d2/emaste/svn-head/src/sys/geom/geom_dev.c:184) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 03 Jul 2008 19:17:50 -0000 On Thu, Jul 03, 2008 at 09:58:33PM +0300, Kostik Belousov wrote: > On Thu, Jul 03, 2008 at 02:14:31PM -0400, Ed Maste wrote: > > > > Loading configuration files. > > panic: mutex Giant owned at /d2/emaste/svn-head/src/sys/geom/geom_dev.c:184 > > cpuid = 0 > > KDB: enter: panic > > [thread pid 35 tid 100069 ] > > Stopped at kdb_enter+0x3a: movl $0,kdb_why > > db> > > [...] > > Do you have sysctl debug.mpsafevfs=0 ? It turns out that due to an artifact of my lab environment, the tunable debug.mpsafevfs=0 was being set -- thanks for the suggestion! Since it seems the tunable doesn't work properly anymore, and probably isn't at needed at all, should we just remove it? -Ed