From owner-freebsd-questions@FreeBSD.ORG Fri Mar 10 02:13:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFD2116A420 for ; Fri, 10 Mar 2006 02:13:23 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E7C43D72 for ; Fri, 10 Mar 2006 02:13:08 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so767256wra for ; Thu, 09 Mar 2006 18:13:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=U49XinB/buX2SViqDUqId6H5cWdOb3RS8DdJgTgM2GFsVrz50y+UICjrXt/Z/Y6b1I+wu4a+Jqn0ViVh8EESQIu3tSQGYYvvS3qDIlUtVTNL5NDdJrEkN8n5D6KHyAFe3qrEz/gbLhfgXz9fB0WjEZLsUUFw3Tb+C2WMrRrUPgQ= Received: by 10.64.181.16 with SMTP id d16mr254705qbf; Thu, 09 Mar 2006 18:06:58 -0800 (PST) Received: by 10.64.180.6 with HTTP; Thu, 9 Mar 2006 18:06:57 -0800 (PST) Message-ID: Date: Fri, 10 Mar 2006 10:06:57 +0800 From: Jahilliya To: "Kris Kennaway" In-Reply-To: <20060310020330.GA919@xor.obsecurity.org> MIME-Version: 1.0 References: <20060310014140.GA681@xor.obsecurity.org> <20060310020330.GA919@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: System Panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2006 02:13:24 -0000 On 3/10/06, Kris Kennaway wrote: > > On Fri, Mar 10, 2006 at 09:48:08AM +0800, Jahilliya wrote: > > On 3/10/06, Kris Kennaway wrote: > > > > > > On Fri, Mar 10, 2006 at 08:38:35AM +0800, Jahilliya wrote: > > > > Hey, > > > > > > > > Got this error on FreeBSD 6.0-RELEASE-p5 > > > > > > > > panic: lockmgr: locking against myself > > > > > > Try updating to 6.1, many of these panics have been fixed. > > > > > > It's going to be for a production server and 6.1 is still under > development > > so I'd rather not at this time > > > > I did however find out what caused the panic, it was my friend unionfs. > I > > had a unionfs mount setup for the system distfiles to mount over the > > distfiles directory in one of my ports. > > OK, that's documented to be broken. I know now, is a shame it worked fine for me under 4.x and now it spits the dummy under 6 :(