PDA

View Full Version : Quota works but no limit noticed with edquota


tom
23rd April 2006, 12:36
If installed quote an quotatool according to the Perfect Debian Setup.

With ISPC I've created the user web3_abc and have set a Spacelimit and a Trafficlimit.

That I wanted to control with
edquota -u web3_abc but it show this result:
Disk quotas for user web3_abc (uid 10002):
Filesystem blocks soft hard inodes soft hard
/dev/hda3 32 0 0 8 0 0
Why it doesn't shows the quotalimits?

tom

oliver.blaha
23rd April 2006, 13:52
Space quotas for the whole web are set for the user's group, not for the user itself.

Try:


repquota -g

tom
23rd April 2006, 14:06
Space quotas for the whole web are set for the user's group, not for the user itself.

Try:


repquota -g



ok, I got it with:
repquota -avug


Group used soft hard grace used soft hard grace
----------------------------------------------------------------------
web3 -- 96 10240 10240 26 0 0

thanks

tom