Page 1 of 1

can't login to vesta

Posted: Sat Aug 22, 2015 9:03 pm
by helyos
strange i can t log in to vesta.
all that appears is NO LANGUAGE DEFINED.

i rebooted the server but the same. do you have any ideea why? i use centos 6.6

Re: can't login to vesta

Posted: Sun Aug 23, 2015 9:28 am
by imperio
show me please result of this command

Code: Select all

df -h

Code: Select all

free -m

Re: can't login to vesta

Posted: Sun Aug 23, 2015 11:03 am
by helyos
Yes, yes... this was the issue.
I had an error log of 14 GB and all my root partition was full. After delete the login works. Thanks imperio.

Re: can't login to vesta

Posted: Tue Sep 01, 2015 6:14 pm
by skurudo
helyos wrote:Yes, yes... this was the issue.
I had an error log of 14 GB and all my root partition was full. After delete the login works. Thanks imperio.
You can limit log size, if you want:
viewtopic.php?f=10&t=8803#p29216

Re: can't login to vesta

Posted: Sat Mar 26, 2016 5:37 pm
by PadsCraft
Hi!

How do I add more space?

Image

Re: can't login to vesta

Posted: Sat Mar 26, 2016 9:48 pm
by skamasle
PadsCraft wrote:Hi!

How do I add more space?

Image
Ask your provider / hosting compatny, that not is vestacp issue,

Also check /var/log if you have big log files.

Re: can't login to vesta

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

Re: can't login to vesta

Posted: Mon Jun 20, 2016 7:35 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