From owner-freebsd-current@FreeBSD.ORG Tue Sep 20 01:28:27 2005 Return-Path: X-Original-To: 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 0D3D316A437 for ; Tue, 20 Sep 2005 01:28:27 +0000 (GMT) (envelope-from david.kleiner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC72043D53 for ; Tue, 20 Sep 2005 01:28:25 +0000 (GMT) (envelope-from david.kleiner@gmail.com) Received: by xproxy.gmail.com with SMTP id i29so1178902wxd for ; Mon, 19 Sep 2005 18:28:25 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M/I0T+q5MKd/k3Cqrt/zNC2v9nhxkZs/FWDjcWhHCxRnYRwl5XZR8bnqnGeIVrJZ7KLbOoXe97nc8PdBqq8eotZAiVs1JeP58A1kVi6dfTC3ACT8sTRoOHQbIsxpa/N3Sr0bTgSVQHcIktatn8HAWSv7puh91ERoWklAkKeI8PE= Received: by 10.70.60.14 with SMTP id i14mr1730803wxa; Mon, 19 Sep 2005 18:28:24 -0700 (PDT) Received: by 10.70.66.11 with HTTP; Mon, 19 Sep 2005 18:28:24 -0700 (PDT) Message-ID: Date: Mon, 19 Sep 2005 18:28:24 -0700 From: David Kleiner To: Kris Kennaway In-Reply-To: <20050920005027.GA89491@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050920005027.GA89491@xor.obsecurity.org> Cc: FreeBSD current mailing list Subject: Re: amd64-current - lockmgr: thread 0xDEADBEEF unlocking unheld lock X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: david.kleiner@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 01:28:27 -0000 On 9/19/05, Kris Kennaway wrote: > On Mon, Sep 19, 2005 at 04:45:28PM -0700, David Kleiner wrote: > > Hi, > > > > I've been getting those after updated to last night's -current on my am= d64 box. > > > > Please let me know if I can send any additional information. > > > > Thank you, >=20 > Details of filesystem usage would be important - you're presumably > using a non-ufs filesystem here. >=20 > Kris >=20 Kris, Here's what I have ---------------------------------------------------------------------------= -------- wallaby# mount /dev/ad0s2a on / (ufs, local) devfs on /dev (devfs, local) /dev/md0 on /tmp (ufs, local, soft-updates) /dev/ad0s2f on /usr (ufs, local, soft-updates) /dev/ad0s2d on /var (ufs, local, soft-updates) /dev/ad0s3d on /usr/home (ufs, local, soft-updates) fdescfs on /dev/fd (fdescfs) procfs on /proc (procfs, local) linprocfs on /usr/compat/linux/proc (linprocfs, local) devfs on /var/named/dev (devfs, local) devfs on /var/db/dhcpd/dev (devfs, local) wallaby# ---------------------------------------------------------------------------= -------- Thank you, David