From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 10:53:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2621116A41F for ; Sat, 14 Jan 2006 10:53:38 +0000 (GMT) (envelope-from don@lizardhill.com) Received: from bigbird.whtech.com (bigbird.whtech.com [64.125.72.2]) by mx1.FreeBSD.org (Postfix) with SMTP id D1DBE43D45 for ; Sat, 14 Jan 2006 10:53:37 +0000 (GMT) (envelope-from don@lizardhill.com) Received: (qmail 40501 invoked by uid 0); 14 Jan 2006 10:52:31 -0000 Received: from unknown (HELO mickey) (unknown) by unknown with SMTP; 14 Jan 2006 10:52:31 -0000 From: "Don O'Neil" To: Date: Sat, 14 Jan 2006 02:53:39 -0800 Message-ID: <003301c618f8$c712ec60$0b00020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcYY+MbsNyU/gXmQQOyQme7rcqjinw== Subject: Setquota on FreeBSD 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 10:53:38 -0000 I'm having problems getting the port 'setquota' to work on my FBSD 4.11 box... When I type: setquota -g -f /array01 -bh51200K root I get setquota : /array01 does not have quotas enabled. Or when I type: setquota -u -f /array01 -bh51200K root I get setquota : GETQUOTA(root) - Invalid argument Even though I have built the kernel w/ the option, enabled quotas in rc, etc... quota -v shows: Disk quotas for user root (uid 0): Filesystem usage quota limit grace files quota limit grace /array01 0 0 0 0 0 0 I can edit quotas using edquota no problems. I had to build setquota from sources, as the port package for 4.11 isn't available anymore. Any ideas what might be going on here? Don