From owner-freebsd-current Fri May 22 18:24:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA07332 for freebsd-current-outgoing; Fri, 22 May 1998 18:24:44 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp03.primenet.com (daemon@smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07312 for ; Fri, 22 May 1998 18:24:35 -0700 (PDT) (envelope-from tlambert@usr02.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id SAA14395; Fri, 22 May 1998 18:24:26 -0700 (MST) Received: from usr02.primenet.com(206.165.6.202) via SMTP by smtp03.primenet.com, id smtpd014357; Fri May 22 18:24:17 1998 Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id SAA22740; Fri, 22 May 1998 18:24:16 -0700 (MST) From: Terry Lambert Message-Id: <199805230124.SAA22740@usr02.primenet.com> Subject: Re: May 17th UP machine 'panic' To: scrappy@hub.org (The Hermit Hacker) Date: Sat, 23 May 1998 01:24:16 +0000 (GMT) Cc: freebsd-current@FreeBSD.ORG In-Reply-To: from "The Hermit Hacker" at May 22, 98 08:16:49 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > syncing disks... 68 51 25 done > panic: lockmgr: pid 26748, not exclusive lock holder 1 unlocking > > When I reported this the first time through, the comment had to do with > multiple CPUs...except this is a UP motherboard... > > Does anyone know why I would be getting this, or if there has been a fix > for it in the past 5 days that I haven't clued into on the commit list? Are you using quotas? Whoever made the recent lock changes failed to maintain the quota code correctly, and you will get a panic on shutdown when it tries to vput() the quota file that isn't being quotaoff()'ed. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message