Vesta hacked?
Vesta hacked?
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?
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?
Hi. do you have free space in the server?
Re: Vesta hacked?
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?

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?

Re: Vesta hacked?
Try
Code: Select all
cd /
du -sch *
Re: Vesta hacked?
Code: Select all
quotaoff -a
Re: Vesta hacked?
Can I delete the tmp.xxx folders?


Re: Vesta hacked?
Run out disk space or quota.matuh wrote:How can I get in to Vesta to check what's going on with the database connections?
viewtopic.php?t=11290#p43238
viewtopic.php?t=10174#p36781
viewtopic.php?f=40&t=9037
viewtopic.php?t=9638#p34348
Re: Vesta hacked?
"quota admin" said: Disk quotas for user admin (uid 501): none
So not a quota problem, but space problem?
How can I free space?
So not a quota problem, but space problem?
How can I free space?
Re: Vesta hacked?
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?
Is it okay to delete tmp.xxx folders?

