From owner-freebsd-stable@FreeBSD.ORG Wed Apr 25 01:57:37 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F239116A401 for ; Wed, 25 Apr 2007 01:57:37 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from mail.transactionware.com (mail.transactionware.com [203.14.245.7]) by mx1.freebsd.org (Postfix) with SMTP id 2F5AE13C448 for ; Wed, 25 Apr 2007 01:57:36 +0000 (UTC) (envelope-from janm@transactionware.com) Received: (qmail 28199 invoked from network); 25 Apr 2007 01:57:57 -0000 Received: from midgard.transactionware.com (192.168.1.55) by dm.transactionware.com with SMTP; 25 Apr 2007 01:57:57 -0000 Received: (qmail 18290 invoked by uid 907); 25 Apr 2007 01:57:34 -0000 Received: from midgard.transactionware.com (HELO IBMA618C20271E) (192.168.1.55) by midgard.transactionware.com (qpsmtpd/0.32) with ESMTP; Wed, 25 Apr 2007 11:57:34 +1000 From: "Jan Mikkelsen" To: "'Oleg Derevenetz'" , "'LI Xin'" Date: Wed, 25 Apr 2007 11:57:31 +1000 Message-ID: <003301c786dd$168e08d0$0502a8c0@IBMA618C20271E> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6822 Thread-Index: AceGpmm8depa5rfnRtqf+gGJd9+HiAANkQgg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Importance: Normal In-Reply-To: <1177442585.462e5919c71f0@webmail.vsi.ru> Cc: freebsd-stable@freebsd.org Subject: RE: 6.2-STABLE deadlock? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 01:57:38 -0000 Oleg Derevenetz wrote: > [ ... ] > I reported simular issue for FreeBSD 6.2 in audit-trail for > kern/104406: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=104406&cat= > > and there should be a thread related to this. Briefly, I > suspects that this is > related to nullfs filesystems on my server and when I cvsuped > to FreeBSD 6.2- > STABLE with Daichi's unionfs-related patches and replaced > nullfs-mounted fs > with unionfs-mounted (that was done 10.03.07) problem is gone > (seems to be so, > at least). Interesting. In the instance I saw, there were also nullfs filesystems mounted. Regards, Jan.