Page 1 of 2

Vesta hacked?

Posted: Sun May 15, 2016 10:51 am
by matuh
I can't login to Vesta anymore. I get an error: NO LANGUAGE DEFINED

And all my sites on the server give an error: Error establishing a database connection

How can I get in to Vesta to check what's going on with the database connections?

Re: Vesta hacked?

Posted: Sun May 15, 2016 1:39 pm
by Sanity
Hi. do you have free space in the server?

Re: Vesta hacked?

Posted: Sun May 15, 2016 3:40 pm
by matuh
Thanks, Sanity!
Yes, for my surprise I'm out of disk space.
I found strange files from my Wordpress installations, I deleted them, but I'm still out of space.
How to figure out what is taking the space and how could I free space?

Image

Re: Vesta hacked?

Posted: Sun May 15, 2016 6:59 pm
by skamasle
Try

Code: Select all

cd /
du -sch *

Re: Vesta hacked?

Posted: Sun May 15, 2016 7:50 pm
by Mr.Erbutw

Code: Select all

quotaoff -a
You a team and you need to log in to the control panel.

Re: Vesta hacked?

Posted: Sun May 15, 2016 8:14 pm
by matuh
Can I delete the tmp.xxx folders?

Image

Re: Vesta hacked?

Posted: Mon May 16, 2016 7:15 am
by skurudo
matuh wrote:How can I get in to Vesta to check what's going on with the database connections?
Run out disk space or quota.

viewtopic.php?t=11290#p43238
viewtopic.php?t=10174#p36781
viewtopic.php?f=40&t=9037
viewtopic.php?t=9638#p34348

Re: Vesta hacked?

Posted: Mon May 16, 2016 10:43 am
by matuh
"quota admin" said: Disk quotas for user admin (uid 501): none

So not a quota problem, but space problem?

How can I free space?

Re: Vesta hacked?

Posted: Mon May 16, 2016 11:10 am
by skurudo
matuh wrote:"quota admin" said: Disk quotas for user admin (uid 501): none
So not a quota problem, but space problem?
How can I free space?

Code: Select all

df -h
df -i

Re: Vesta hacked?

Posted: Mon May 16, 2016 12:26 pm
by matuh
Is it okay to delete tmp.xxx folders?

Image