From owner-freebsd-questions Thu Aug 5 16:24: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id B393F1566D for ; Thu, 5 Aug 1999 16:24:03 -0700 (PDT) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.9.3/8.9.3) id QAA02907 for questions@freebsd.org; Thu, 5 Aug 1999 16:25:13 -0700 (PDT) Date: Thu, 5 Aug 1999 16:25:13 -0700 From: Shawn Ramsey To: questions@freebsd.org Subject: quotas Message-ID: <19990805162512.B1105@cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get quotas working. I edited the quota for the user like so : edquota -u test That user looks like so : Quotas for user test: /disk4: blocks in use: 5117, limits (soft = 20000, hard = 5120) inodes in use: 15, limits (soft = 0, hard = 0) It only lets the hard quota through... it will not let it go to 20000 until the grace period which I set for 7 days. Is there anything else I need to do? I compiled support into the kernel, and enabled the appropiate details in rc.conf. It was working before, I don't know if is just a config problem, or maybe a problem with the system... thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message