NO Language Defined - Disk Quota Filled up... ?
NO Language Defined - Disk Quota Filled up... ?
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.


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.


-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: NO Language Defined - Disk Quota Filled up... ?
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... ?
Popular reason - you don't have free disk space or inode. Check with commands:
But error can be with disk quota.. to fix this there is option:
For votes and ideas:
https://bugs.vestacp.com/issues/261
Code: Select all
df -h
df -i
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
https://bugs.vestacp.com/issues/261