Hi, We have close to 20 clientes and sites with quota limit set, but no working. That happened because ubuntu aws ami images didn't come with quote kernel module installed, so what I did: Code: aptitude install linux-image-extra-virtual modprobe quota_v1 modprobe quota_v2 rm /quota.user && rm /quota.group quotacheck -avugm quotaon -avug Environment ISPConfig Version: 3.0.5.2 OS Ubuntu 11.10 oneiric Kernel linux-image-3.0.0-32-virtual * quota-4.00~pre1-7ubuntu1 * quotatool-1.4.11-1 But I can't see any quota configured yet: Code: root@panel:~# repquota -a *** Report for user quotas on device /dev/disk/by-label/cloudimg-rootfs Block grace time: 7days; Inode grace time: 7days Block limits File limits User used soft hard grace used soft hard grace ---------------------------------------------------------------------- root -- 1625044 0 0 89608 0 0 daemon -- 84 0 0 8 0 0 www-data -- 660 0 0 1 0 0 libuuid -- 16 0 0 1 0 0 landscape -- 4 0 0 1 0 0 ubuntu -- 202580 0 0 109 0 0 clamav -- 4 0 0 1 0 0 bind -- 4 0 0 1 0 0 getmail -- 8 0 0 2 0 0 ispconfig -- 68260 0 0 8675 0 0 postgres -- 48 0 0 8 0 0 smmta -- 52 0 0 9 0 0 Where should I look for more hints?