From owner-freebsd-current@FreeBSD.ORG Sat Dec 11 15:34:48 2004 Return-Path: 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 1E52616A4CE for ; Sat, 11 Dec 2004 15:34:48 +0000 (GMT) Received: from alternator.sgh.waw.pl (alternator.sgh.waw.pl [194.145.96.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5761443D39 for ; Sat, 11 Dec 2004 15:34:47 +0000 (GMT) (envelope-from dry@dry.pl) Received: from localhost (localhost [127.0.0.1]) by alternator.sgh.waw.pl (Postfix) with SMTP id 1E1002AA5D4 for ; Sat, 11 Dec 2004 16:34:45 +0100 (CET) Received: from prolongator.sgh.waw.pl (prolongator.sgh.waw.pl [194.145.96.30]) by alternator.sgh.waw.pl (Postfix) with ESMTP id 132502AA5C4 for ; Sat, 11 Dec 2004 16:34:45 +0100 (CET) Received: by prolongator.sgh.waw.pl (Postfix, from userid 5250) id 4FD0540EF; Sat, 11 Dec 2004 16:35:09 +0100 (CET) Date: Sat, 11 Dec 2004 16:35:09 +0100 From: Michal Suszko To: current@freebsd.org Message-ID: <20041211153509.GI1571@dry.pl> References: <20041208194721.GB1571@dry.pl> <20041210164407.E63382@carver.gumbysoft.com> <20041210164540.H63382@carver.gumbysoft.com> <20041211011032.GA10749@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041211011032.GA10749@xor.obsecurity.org> X-Organization: Dry User-Agent: Mutt/1.5.6i Subject: Re: deadlocks in recent 6-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 11 Dec 2004 15:34:48 -0000 On Fri, 10 December 2004 at 17:10:32 -0800, Kris Kennaway wrote: > On Fri, Dec 10, 2004 at 04:46:09PM -0800, Doug White wrote: > > Oops, ignore me. Didn't see that witness was enabled afterwards. > > > > > > PREEMPTION is on > > > > This is known to cause problems. You enable it at your own risk. > > Only on ULE, I thought. It's 4BSD in my case. > > > > WITNESS show two kinds of LOR's: > > If you're getting LORs, chances are good you'll also get deadlocks > (that's why lock order reversals are bad). Thanks to suggestions received off the list I removed 'user' rules from pf.conf and box runs fine for over 3 days. Michal