From owner-freebsd-current@FreeBSD.ORG Sun Oct 31 21:31:47 2004 Return-Path: Delivered-To: freebsd-current@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC87C16A4CE for ; Sun, 31 Oct 2004 21:31:47 +0000 (GMT) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5DF43D60 for ; Sun, 31 Oct 2004 21:31:47 +0000 (GMT) (envelope-from bascule@gmail.com) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id AFA9F556B2 for ; Sun, 31 Oct 2004 21:31:47 +0000 (GMT) (envelope-from bascule@gmail.com) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD5FE16A4CE for ; Sun, 31 Oct 2004 21:31:47 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA9343D5D for ; Sun, 31 Oct 2004 21:31:47 +0000 (GMT) (envelope-from bascule@gmail.com) Received: by rproxy.gmail.com with SMTP id 73so88640rnk for ; Sun, 31 Oct 2004 13:31:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Ad6sQV1fTbvz6Rji7ulKhWbySF/wy7H2Nexjx1I0qFjV202Sti6JHX1S+ELPar5ZdkNE38lZZYVV/E/iiTXRNM8A7mnUcz0/vbRRz305B9WBAECTiZim9pc54tWjVEutHcEJR1aGKd9p/i15qZgt9OJghkMaQWQxrH41F1iFH4A= Received: by 10.38.72.5 with SMTP id u5mr353549rna; Sun, 31 Oct 2004 13:31:44 -0800 (PST) Received: by 10.38.81.22 with HTTP; Sun, 31 Oct 2004 13:31:44 -0800 (PST) Message-ID: Date: Sun, 31 Oct 2004 14:31:44 -0700 From: Tony Arcieri To: freebsd-current@lists.freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 01 Nov 2004 13:19:44 +0000 Subject: FreeBSD 5.3-RC1 loopback filesystem + quota hangups X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tarcieri@pdtp.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 21:31:47 -0000 X-List-Received-Date: Sun, 31 Oct 2004 21:31:47 -0000 Any process attempting to access loopback filesystem created with dd if=/dev/zero, configured with mdconfig -a -t vnode -f file, initialized with newfs, and mounted with the userquota option on FreeBSD 5.3-RC1 hangs in the D state. Hand specifying a userquota=/anywhere/outside/the/loopback/filesystem however, seems to work fine. Is there any way to allow the default quota.user and quota.group to be located in the root directory of the loopback filesystem itself without experiencing these D state hangups? Tony Arcieri