Problem on Quota Activation after Several Months

mraja

New member
Joined
Aug 31, 2013
Messages
3
Dear All

Some Months after server activation and account creations we asked the VPS provider to enable usrquota and grpquota

Now all users have problem with email. There are many errors occurred

1-
/usr/sbin/setquota hyicniex 1024 1024 0 0 /
setquota: Cannot set quota for user 566 from kernel on /dev/simfs: No such process
setquota: Cannot write quota for 566 on /dev/simfs: No such process

2-
/sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.
quotacheck: Quota for users is enabled on mountpoint / so quotacheck might damage the file.
Please turn quotas off or use -f to force checking.

3-
(USER HAS 1000MB SPACE BUT 100MB USED)
Aug 31 11:41:21 server2620 dovecot[840]: imap(marketing@xxxxx): Error: open(/home/hyicniex/imap/xxxxx/marketing/Maildir/.INBOX.Trash/dovecot-uidlist.lock) failed: Disk quota exceeded
Aug 31 11:41:21 server2620 dovecot[840]: imap(marketing@xxxxx): Error: file_dotlock_create(/home/hyicniex/imap/xxxxx/marketing/Maildir/.INBOX.Trash/dovecot-uidlist) failed: Disk quota exceeded
Aug 31 11:41:21 server2620 dovecot[840]: imap(marketing@xxxxx): Error: open(/home/hyicniex/imap/xxxxx/marketing/Maildir/.INBOX.Trash/dovecot-uidlist.lock) failed: Disk quota exceeded
Aug 31 11:41:21 server2620 dovecot[840]: imap(marketing@xxxxx): Error: file_dotlock_create(/home/hyicniex/imap/xxxxx/marketing/Maildir/.INBOX.Trash/dovecot-uidlist) failed: Disk quota exceeded
Aug 31 11:41:21 server2620 dovecot[840]: imap(marketing@xxxxx): Error: open(/home/hyicniex/imap/xxxxx/marketing/Maildir/.INBOX.Trash/dovecot-uidlist.lock) failed: Disk quota exceeded
Aug 31 11:41:21 server2620 dovecot[840]: imap(marketing@xxxxx): Error: file_dotlock_create(/home/hyicniex/imap/xxxxx/marketing/Maildir/.INBOX.Trash/dovecot-uidlist) failed: Disk quota exceeded
Aug 31 11:41:21 server2620 dovecot[840]: imap(marketing@xxxxx): Disconnected: Internal error occurred. Refer to server log for more information. [2013-08-31 11:41:21] in=314 out=2203


Anyone had the same issue on DirectAdmin Server ?

Regards.
 
New INFO !!!

I was updating the DA
and see this :

Error restoring file /usr/local/directadmin/update.tar.gz : /bin/tar: data/templates/apache.logrotate: Cannot change ownership to uid 101, gid 101: Disk quota exceeded
/bin/tar: data/templates/brute_filter.list: Cannot change ownership to uid 101, gid 101: Disk quota exceeded
/bin/tar: data/templates/config.inc.php: Cannot change ownership to uid 101, gid 101: Disk quota exceeded
/bin/tar: data/templates/config.inc.php.backup: Cannot change ownership to uid 101, gid 101: Disk quota exceeded
/bin/tar: data/templates/conf.sysbk: Cannot change ownership to uid 101, gid 101: Disk quota exceeded
/bin/tar: data/templates/custom: Cannot change ownership to uid 101, gid 101: Disk quota exceeded
/bin/tar: data/templates/da-popb4smtp: Cannot change ownership to uid 101, gid 101: Disk quota exceeded
/bin/tar: data/templates/default/404.shtml: Cannot change ownership to uid 101, gid 101: Disk quota exceeded
 
My first thought is that quotas are not properly supported on your VPS. Have you tried any standard quota commands from the shell, to see if they return errors?

Jeff
 
Back
Top