By dhartley
Someone please help me. I am new to DO and to all of this server panels. The websites that are related to my DO droplet are not working. I try to access Vesta CP and I get the error “NO LANGUAGE DEFINED”
Can anyone help a newbie?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Popular reason - you don’t have free disk space or inode. Check with commands:
df -h
df -i
But error can be with disk quota… to fix this there is option:
nano /usr/local/vesta/data/users/admin/user.conf
DISK_QUOTA='unlimited'
v-update-user-quota admin
If you look over some of the postings on this issue on VestaCP’s forum, that error is often a symptom of either running out of disk space or acidentally reaching your quota on the admin account. Either way, you’ll need to log into your server via SSH to debug the issue.
You can check the available disk space using:
df -h
You can check the admin quota with:
quota -v -u admin
What I do?
Filesystem Size Used Avail Use% Mounted on udev 2.0G 4.0K 2.0G 1% /dev tmpfs 396M 404K 395M 1% /run /dev/vda1 40G 18G 20G 48% / none 4.0K 0 4.0K 0% /sys/fs/cgroup none 5.0M 0 5.0M 0% /run/lock none 2.0G 0 2.0G 0% /run/shm none 100M 0 100M 0% /run/user
Please advice.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.