From owner-freebsd-questions Wed Feb 19 11:36:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA13852 for questions-outgoing; Wed, 19 Feb 1997 11:36:58 -0800 (PST) Received: from tu.kielce.pl (andrzej@eden.tu.kielce.pl [193.59.4.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA13842 for ; Wed, 19 Feb 1997 11:36:45 -0800 (PST) Received: (from andrzej@localhost) by tu.kielce.pl (8.7.5/8.7.3/ts-ugUA.960515) id UAA04527; Wed, 19 Feb 1997 20:33:53 +0100 (MET) From: Andrzej Szydlo Message-Id: <199702191933.UAA04527@tu.kielce.pl> Subject: Re: quota's? To: shawn@computerstopusa.com (Shawn Ramsey) Date: Wed, 19 Feb 1997 20:33:53 +0100 (MET) Cc: freebsd-questions@freebsd.org In-Reply-To: from "Shawn Ramsey" at Feb 16, 97 04:59:46 pm X-Mailer: ELM [version 2.4 PL24 ME8] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I tried it on both 2.2-ALPHA and 2.2-GAMMA. The effects are mostly as described by you Shawn, but I've got one more problem. At system startup it says "checking quotas:" and hangs after a while. When I press the startup continues, the remaining services start and quotas work as you describe (say "none", but limit space). It only happens when I enable quota for the /usr filesystem (689999 kB, 451731 kB, 71% used). With the / (31775, 21463, 73%) and /var (29727, 2099, 8%) enabled and the /usr quotas disabled the system starts without problems. Have you seen such problem? What can it be caused by? TIA Andrzej > > > > > On Feb 02, 1997 at 05:35:43PM, Shawn Ramsey wrote: > > > > > One thing I noticed, when I compiled a kernel under 2.1.5, one of the > > > > > flags I saw was -DQUOTA. This isnt happening in 2.2-GAMMA. > > > > > > > > You have to compile your kernel with "options QUOTA" enabled. > > > > > > > > > > I did this. I even took it out to make sure it was compiling properly. > > > When I took it out, told me the kernel didnt have quota support. > > > > > > When I "edquota -u test" it shows the quota's, but if I type "quota -u > > > test" it says the user has no quota. :( > > > > > > > > > > > > > Did you try "quotaon -u /filesystem"? Just checking > > > > It appears as if quotas are actually working. It just SAYS they arnt.. If > I type 'quota' from the command line, it outputs this: > > Disk quotas for user shawn (uid 1003): none > > > But if I assign myself a quota then try to exceed it, I can't. Oh well, at > least it is is working... > > > >