If you are using CPanel with VPS and getting Quota errors.
OK here is the solution for VPS.
Please try following:
1- First change the /etc/fstab file similar to as follows:
2 | LABEL=/ / ext3,usrquota defaults 1 |
3 | LABEL=/boot /boot ext3 defaults 1 2 |
4 | none /dev/pts devpts gid=5,mode=620 0 0 |
5 | none /dev/shm tmps defaults 0 0 |
6 | none /proc proc defaults 0 0 |
7 | none /sys sysfs defaults 0 0 |
8 | LABEL=SWAP-sda2 swap swap defaults 0 0 |
2- change in the
1 | /etc/sysconfig/vz-scripts/xxx.conf |
1 | setup it to QUOTAUGIDLIMIT= "3000" |
3- this command as well as in sequence :
it should solve the issue