From owner-freebsd-stable@FreeBSD.ORG Tue May 2 17:18:56 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D227016A402 for ; Tue, 2 May 2006 17:18:56 +0000 (UTC) (envelope-from dkirhlarov@localhost.oilspace.com) Received: from office.oilspace.com (ns2.oilspace.com [194.129.65.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2055543D46 for ; Tue, 2 May 2006 17:18:55 +0000 (GMT) (envelope-from dkirhlarov@localhost.oilspace.com) Received: from dimma.mow.oilspace.com (hq.oilspace.com [81.222.156.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by office.oilspace.com (Postfix) with ESMTP id 23B47136CF3 for ; Tue, 2 May 2006 18:18:54 +0100 (BST) Received: from dimma.mow.oilspace.com (localhost [127.0.0.1]) by dimma.mow.oilspace.com (8.13.4/8.13.3) with ESMTP id k42HIroY005174 for ; Tue, 2 May 2006 21:18:53 +0400 (MSD) (envelope-from dkirhlarov@localhost.oilspace.com) Received: (from dkirhlarov@localhost) by dimma.mow.oilspace.com (8.13.4/8.13.3/Submit) id k42HIrAC005173 for stable@freebsd.org; Tue, 2 May 2006 21:18:53 +0400 (MSD) (envelope-from dkirhlarov) Date: Tue, 2 May 2006 21:18:53 +0400 From: Dmitriy Kirhlarov To: stable@freebsd.org Message-ID: <20060502171853.GG753@dimma.mow.oilspace.com> Mail-Followup-To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt-ng devel (2005-03-13) based on Mutt 1.5.9 X-Operating-System: FreeBSD 5.4-STABLE User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: Subject: quota deadlock on 6.1-RC1 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: Tue, 02 May 2006 17:18:57 -0000 Hi, list I install FreeBSD 6.1-RC1 (from 11 Apr). I use gstripe for /home volume. Also, I use quota on this volume. After 6-8 hours without activities I can't read any data from filesystem -- ls, pwd and any other commands hanging. But, when I run cat < /dev/stripe/st0 > /dev/null I can see disk activiti in systat -vm I think it's same problem as in thread "fsck_ufs locked in snaplk". Is this problem fixed in fresh 6.1-PRE? By. Dmitriy