Search found 8 matches
- Tue Jun 26, 2018 9:20 am
- Forum: General Discussion
- Topic: have been HACKED ! by xaxaxa.eu
- Replies: 40
- Views: 51206
Re: have been HACKED ! by xaxaxa.eu
please open another thread for this issue - with release 20 you should be also save for now. As a last reply; I have fixed the issue by adding the right repositories to apt: CHOST='c.vestacp.com' RHOST='apt.vestacp.com' codename="$(lsb_release -s -c)" apt=/etc/apt/sources.list.d echo "deb http://$R...
- Tue Jun 26, 2018 8:11 am
- Forum: General Discussion
- Topic: have been HACKED ! by xaxaxa.eu
- Replies: 40
- Views: 51206
Re: have been HACKED ! by xaxaxa.eu
did you tried to upgrade like i wrote? -> https://forum.vestacp.com/viewtopic.php?f=10&t=17183#p71558 If yes, please share the output of ./v-list-sys-vesta-updates. I did exactly as you wrote. PKG VER REL ARCH UPDT DATE --- --- --- ---- ---- ---- vesta 0.9.8 20 amd64 no 2018-04-09 vesta-php 0.9.8 1...
- Tue Jun 26, 2018 7:25 am
- Forum: General Discussion
- Topic: have been HACKED ! by xaxaxa.eu
- Replies: 40
- Views: 51206
Re: have been HACKED ! by xaxaxa.eu
I've updated the system without errors. But still i'm on version .20. /usr/local/vesta/bin doesn't seem to update anything for me, nor does apt-get update vesta. Any ideas?
- Tue Jun 26, 2018 6:43 am
- Forum: General Discussion
- Topic: have been HACKED ! by xaxaxa.eu
- Replies: 40
- Views: 51206
Re: have been HACKED ! by xaxaxa.eu
I have the same problem.
Running: and
Gives me:
But that's not the latest version, is it?
Running:
Code: Select all
apt-get update
Code: Select all
apt-get install vesta
Code: Select all
vesta is already the newest version (0.9.8-20)
- Sat Apr 22, 2017 7:11 am
- Forum: General Discussion
- Topic: [SOLVED] Backups fails on mysql
- Replies: 3
- Views: 4684
Re: Backups fails on mysql
Solved the problem:
The mysql backup failed for `admin_bar`. In order to fix it, I logged in to phpmyadmin and noticed something was wrong in the `admin_bar` database. After repairing all tables (and in my case, dropping one weird table), all was good.
The mysql backup failed for `admin_bar`. In order to fix it, I logged in to phpmyadmin and noticed something was wrong in the `admin_bar` database. After repairing all tables (and in my case, dropping one weird table), all was good.
- Sun Apr 16, 2017 10:28 pm
- Forum: General Discussion
- Topic: [SOLVED] Backups fails on mysql
- Replies: 3
- Views: 4684
[SOLVED] Backups fails on mysql
The automatic backups are failing, and keeps trying to create a new backup, causing high server load. I see this in the log: -- DB -- 2017-04-17 00:22:17 admin_foo (mysql) 2017-04-17 00:22:18 admin_bar (mysql) sh: 0: getcwd() failed: No such file or directory shell-init: error retrieving current dir...
- Sun Dec 06, 2015 10:52 am
- Forum: DNS Server
- Topic: zone example.com/IN: loading from master file /home/admin/conf/dns/example.com.db failed: permission denied
- Replies: 3
- Views: 14695
Re: zone example.com/IN: loading from master file /home/admin/conf/dns/example.com.db failed: permission denied
Thanks! This solution works. For those who try, you should also restart apparmor:avivco94 wrote:I have found solution for this problem.
In /etc/apparmor.d/usr.sbin.named
Add this lineUnderneathCode: Select all
/home/** rwm,
Code: Select all
/etc/bind/** rw,
Code: Select all
service apparmor restart
- Sat Nov 28, 2015 12:31 pm
- Forum: DNS Server
- Topic: zone example.com/IN: loading from master file /home/admin/conf/dns/example.com.db failed: permission denied
- Replies: 3
- Views: 14695
zone example.com/IN: loading from master file /home/admin/conf/dns/example.com.db failed: permission denied
Bind refuses to load the zone configuration files. In the log files i see: zone example.com/IN: loading from master file /home/admin/conf/dns/example.com.db failed: permission denied Permissions seem fine: root@ns:/home/admin/conf/dns# ll total 12 drwxr-x--x 2 root root 4096 Nov 28 13:09 ./ drwxr-xr...