From owner-freebsd-isp Mon Nov 12 11: 4:22 2001 Delivered-To: freebsd-isp@freebsd.org Received: from hawk-systems.com (hawk-systems.com [161.58.152.235]) by hub.freebsd.org (Postfix) with ESMTP id 90C5537B405 for ; Mon, 12 Nov 2001 11:04:16 -0800 (PST) Received: from cr159591a (cr159591-a.pr1.on.wave.home.com [24.102.18.54]) by hawk-systems.com (8.11.6) id fACJ4Fw77651 for ; Mon, 12 Nov 2001 12:04:15 -0700 (MST) From: "Dave VanAuken" To: Subject: SETQUOTA generates GETQUOTA(username) - Invalid Argument Date: Mon, 12 Nov 2001 14:06:08 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We use scripts and interfaces to manage user quotas on our servers. Recently had this break on one of our web servers. --- svr4# setquota -g -f /usr -bh52000 -bs50000 -ih10000 -is9000 user1 setquota : GETQUOTA(mjsd) - Invalid argument --- No idea why it isn't functioning as designed. Quotas are enabled in the kernel, set on that partition, and workin correctly. Using "edquota" we can still properly edit the quotas manually, this doesn't solve our need for command line add/update of quotas though. Is there a syntax error in my usage that I am just not seeing? Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message