From owner-freebsd-current@FreeBSD.ORG Sun Jul 17 06:10:11 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 0B16F16A41C for ; Sun, 17 Jul 2005 06:10:11 +0000 (GMT) (envelope-from samuel.pierson@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F52B43D48 for ; Sun, 17 Jul 2005 06:10:10 +0000 (GMT) (envelope-from samuel.pierson@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so862698wri for ; Sat, 16 Jul 2005 23:10:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RmcByl6C08hRPyRKc4QQyzCIq01aPybGhsgG7YaA3ENMHvSAw8wHTMd8peMIgaF8RxtB00bkrcH0rvliyMUg/aiYHXHVE0OE/y+5UtDeNtxCvapsVPTiA1K/X7lAol2Z4xznYgCtNixU0vrhs4lNFwIUT6zn0x7Veyzq+iCgUi4= Received: by 10.54.24.31 with SMTP id 31mr27478wrx; Sat, 16 Jul 2005 23:10:10 -0700 (PDT) Received: by 10.54.144.1 with HTTP; Sat, 16 Jul 2005 23:10:09 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 01:10:09 -0500 From: Sam Pierson To: FreeBSD Current Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: UDF broken? thought it was fixed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sam Pierson List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 06:10:11 -0000 Hello all, Attempting to upgrade from 5.3-release to 6.0. Everything is fine until I boot into the newly created kernel/world and it tries to mount the root file system. It says: "panic: lockmgr: locking against myself". =20 and forces me to reboot. I believe there was a similar problem around the 12th of July, so this should have been fixed already. I cvsup'd to get the source from cvs1.us.freebsd.org and it appears that it has been all been updated, although I haven't checked the udf files yet.