Search found 8 matches
- Fri Feb 13, 2015 11:11 am
- Forum: General Discussion
- Topic: Backup error, dump failed
- Replies: 5
- Views: 11602
Re: Backup error, dump failed
No, i dont think so: /etc/sudoers: # Members of the admin group may gain root privileges %admin ALL=(ALL) ALL # Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) ALL I created a new database and deleted admin_argnu, and made user rebuild on all options. But i still get the same ...
- Thu Feb 12, 2015 1:50 pm
- Forum: General Discussion
- Topic: Backup error, dump failed
- Replies: 5
- Views: 11602
Backup error, dump failed
My daily backups suddenly stopped working. Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-43-generic x86_64) I have updated Ubuntu, made several restarts and user rebuild on all options. Anyone got an idea where to start looking? From: /var/log/vesta/backup.log -- DB -- 2015-02-10 05:35:08 admin_argnu (mysql)...
- Wed Jan 21, 2015 3:14 pm
- Forum: Database Server
- Topic: Reboot and Mysql Problem
- Replies: 11
- Views: 28354
Re: Reboot and Mysql Problem
I have the exact same problem. After reboot, MySQL is trying to start when it is already running. I have to manual stop and start mysql from terminal. And then everything works again.
VPS DigitalOcean
2 GB Ram
40GB SSD Disk
Ubuntu 14.04 x64 + Vesta Install, nothing else.
VPS DigitalOcean
2 GB Ram
40GB SSD Disk
Ubuntu 14.04 x64 + Vesta Install, nothing else.
- Sun Nov 02, 2014 4:56 pm
- Forum: Web Server
- Topic: firewall and fail2ban
- Replies: 2
- Views: 4703
Re: firewall and fail2ban
sudo nano /etc/fail2ban/jail.local
add this (3600 sec or if you want 31536000 seconds=1 year):
[DEFAULT]
bantime = 3600
sudo service fail2ban stop
sudo service fail2ban start
add this (3600 sec or if you want 31536000 seconds=1 year):
[DEFAULT]
bantime = 3600
sudo service fail2ban stop
sudo service fail2ban start
- Wed Oct 29, 2014 10:04 am
- Forum: General Discussion
- Topic: #2002 Cannot log in to the MySQL server
- Replies: 7
- Views: 9046
Re: #2002 Cannot log in to the MySQL server
Did you install vestacp as root? I had the same problem when i created a new user, stopped root ssh access and installed vesta with the new user. I got #2002 Cannot log in to the MySQL server and backups didn't work. I made a new clean Ubuntu 14.04 build, no new user only root and installed vesta. A...
- Mon Oct 27, 2014 12:56 pm
- Forum: CLI
- Topic: v-backup-users crashes
- Replies: 0
- Views: 5068
v-backup-users crashes
Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-32-generic x86_64) vesta Version: 0.9.8 (amd64) Release: 12 Fresh Install, haven't changed anything. Just Ubuntu and Vesta nothing else, added two domains and created two databases with Vesta GUI. But v-backup-users can't run, crashes every time. backup.log: ====...
- Sun Apr 06, 2014 11:50 am
- Forum: Web Server
- Topic: Auto renaming of apache error.log and .log
- Replies: 1
- Views: 3050
Auto renaming of apache error.log and .log
Good morning My log-files are renamed with some interval, where is this controlled? Cron or? Can I change max size of .log files? Can I access old .log files, ex domain.com.log.1 from vesta ui? Ex of renamed files in /var/log/apache2/domains/ domain.com.error.log domain.com.error.log.1 domain.com.lo...
- Wed Apr 02, 2014 10:54 am
- Forum: Web Server
- Topic: WP Super Cache, Missing Apache Modules
- Replies: 3
- Views: 8354
WP Super Cache, Missing Apache Modules
I'm running Vesta on Ubuntu 12.04.3 x64 and everything is working perfect except for one problem with a plugin in Wordpress. WP Super Cache reports following problem: Missing Apache Modules mod_headers - Required to set caching information on supercache pages. IE7 users will see old pages without th...