Page 1 of 1

NO Language Defined - Disk Quota Filled up... ?

Posted: Sat Mar 26, 2016 4:34 pm
by PadsCraft
Hi!

I have sometimes had issues with this and by just emptying root have always worked.. but not this time. I believe the problem is that a users quota is filled up, but how do I give it more quota if I can't even login to the panel... ? It seemes like other programs can't access the database either, such as Multicraft.

Image

Image

Re: NO Language Defined - Disk Quota Filled up... ?

Posted: Sun Mar 27, 2016 6:02 pm
by tjebbeke
Try to log in by SSH. Disable quota for a moment and change your settings if needed. Or you can use the commands.

Re: NO Language Defined - Disk Quota Filled up... ?

Posted: Mon May 16, 2016 7:15 am
by skurudo

Re: NO Language Defined - Disk Quota Filled up... ?

Posted: Mon Jun 20, 2016 7:34 pm
by skurudo
Popular reason - you don't have free disk space or inode. Check with commands:

Code: Select all

df -h
df -i
But error can be with disk quota.. to fix this there is option:

Code: Select all

nano /usr/local/vesta/data/users/admin/user.conf

Code: Select all

DISK_QUOTA='unlimited'

Code: Select all

v-update-user-quota admin
For votes and ideas:
https://bugs.vestacp.com/issues/261