Quota works but no limit noticed with edquota

Discussion in 'Installation/Configuration' started by tom, Apr 23, 2006.

  1. tom

    tom Member

    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:
    Code:
     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
     
    Last edited: Apr 23, 2006
  2. oliver.blaha

    oliver.blaha ISPConfig Developer ISPConfig Developer

    Space quotas for the whole web are set for the user's group, not for the user itself.

    Try:

    Code:
    repquota -g
    
     
  3. tom

    tom Member

    Code:
    
    ok, I got it with:
    [B]repquota -avug[/B]
    
    
    Group           used    soft    hard  grace    used  soft  hard  grace
    ----------------------------------------------------------------------
    web3      --      96   10240   10240             26     0     0
    thanks

    tom
     

Share This Page