No Language Defined after changing vesta server time?
-
- Posts: 2
- Joined: Wed Aug 26, 2015 12:08 pm
No Language Defined after changing vesta server time?
My server time in the vesta panel was set to New York so I went in an changed it to London.
It then logged me out and whenever I try to login I get "No Language Defined"
Could someone please help me? I have to much data and users on the panel to do a fresh install!
What would be causing this problem?
Please help!
Thanks
It then logged me out and whenever I try to login I get "No Language Defined"
Could someone please help me? I have to much data and users on the panel to do a fresh install!
What would be causing this problem?
Please help!
Thanks
Re: No Language Defined after changing vesta server time?
Show output, please.
The error occurs when disk space outs
Code: Select all
df -h
Code: Select all
df -i
Code: Select all
free -m
-
- Posts: 2
- Joined: Wed Aug 26, 2015 12:08 pm
Re: No Language Defined after changing vesta server time?
This is what i'm getting
Code: Select all
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 40G 9.9G 28G 27% /
tmpfs 1004M 0 1004M 0% /dev/shm
Code: Select all
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/vda1 2621440 95860 2525580 4% /
tmpfs 256803 1 256802 1% /dev/shm
Code: Select all
total used free shared buffers cached
Mem: 2006 1915 90 1 107 1188
-/+ buffers/cache: 619 1386
Swap: 0 0 0
Re: No Language Defined after changing vesta server time?
darkdeva92, Two options:
- Try this: remove everything from the /tmp folder.
- Broken sudo: viewtopic.php?f=10&t=8349&p=27113#p27113
- Try this: remove everything from the /tmp folder.
- Broken sudo: viewtopic.php?f=10&t=8349&p=27113#p27113
Re: No Language Defined after changing vesta server time?
What about:
?
Code: Select all
quota -v -u admin
Re: No Language Defined after changing vesta server time?
SCelik, nice remark!
There was topic lately about quota problem for admin user:
viewtopic.php?f=40&t=9037&p=30983#p31032
There was topic lately about quota problem for admin user:
viewtopic.php?f=40&t=9037&p=30983#p31032
Re: No Language Defined after changing vesta server time?
skurudo, there is a bug with quota system. When you set quota on user, softlimit is set correctly but hardlimit is always 40.000. At least on Centos 6.7
I don't know if it's related with Vesta or Centos..
I don't know if it's related with Vesta or Centos..
Re: No Language Defined after changing vesta server time?
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