Page 1 of 1

Can't install Vesta on Centos 7

Posted: Thu Dec 22, 2016 2:45 pm
by mandarino2
Hello,

I'm trying to install Vesta on CentOS Linux release 7.3.1611 but install terminates with the following message:

2016-12-18 09:30:09 (53.8 MB/s) - ‘/etc/named.conf’ saved [289/289]
Note: Forwarding request to 'systemctl enable named.service'.
Created symlink from /etc/systemd/system/multi-user.target.wants/named.servo /usr/lib/systemd/system/named.service.
Redirecting to /bin/systemctl start named.service
Job for named.service failed because a timeout was exceeded. See "systemctlus named.service" and "journalctl -xe" for details.
Error: named start failed

If I'm installing Vesta with Nginx, install terminates after trying to start Nginx with the same error as named.

Do anybody know how to solve this?

Re: Can't install Vesta on Centos 7

Posted: Fri Dec 23, 2016 3:44 pm
by n0rton
same error but with ubuntu 14.04 broken.

nginx + php + mysql.

Centos 7 with nginx + php + mysql work (option for upgrade maria db 10.1.20)

Re: Can't install Vesta on Centos 7

Posted: Mon Jan 02, 2017 3:46 pm
by mandarino2
Anyone? Please, help me.

Re: Can't install Vesta on Centos 7

Posted: Fri Jan 20, 2017 12:17 am
by revelnode
Could you post the specs of the server itself and what you installed with Vesta (the command line you used to install it)

Regards,
Koster

Re: Can't install Vesta on Centos 7

Posted: Sun Feb 19, 2017 12:49 pm
by brosky
I'm having the same problems here and sorry to say that the install wrapper needs some updates.

So, i'm on a container in Proxmox, CentOS7 , 8G ram, fresh minimal install

Installer hungs at several steps due to a missing path:
1st, nginx fails to restart because it looks for /var/run/nginx/nginx.pid but the folder does not exist.
Fix: create the folder or update the path in nginx.conf and edit the download line vst-install-rhel.sh
wget $vestacp/nginx/nginx.conf -O /etc/nginx/nginx.conf < - change the endfile
2nd, named fails to restart in the same way, apply the same fix:
wget $vestacp/named/named.conf -O /etc/named.conf.2
3rd, fail2ban fails to restart , same cause (wrong pid path). This one is simple, just create the path and after the force reinstall it will make it work.

So, after the reinstall, everything looks OK except roundcube - it can't connect to the database ... and after a few googling minutes it seems that roundcube+mariadb != love

I remember that I didn't had these problems on Centos6...

Re: Can't install Vesta on Centos 7

Posted: Sun Feb 19, 2017 1:40 pm
by brosky
Just tested a clean Centos 6 install .

Installation was smooth, everything was ok... except webmail: DATABASE ERROR: CONNECTION FAILED!

Dear developers, it seems that VestaCP is not working with lxc containers.
I'll get back with centos7 or 6, minimal install.

Re: Can't install Vesta on Centos 7

Posted: Sun Feb 19, 2017 6:11 pm
by supersuphot
Same problem here, I install with fresh droplet on DigitalOcean, Ram 2G, Centos 7.3.1611

Re: Can't install Vesta on Centos 7

Posted: Sun Feb 19, 2017 7:47 pm
by dpeca

Re: Can't install Vesta on Centos 7

Posted: Mon Feb 20, 2017 3:11 am
by supersuphot
dpeca wrote:Analize and solution - https://github.com/serghey-rodin/vesta/issues/1086
Confirm this method work, use temporary install script in there.

Thanks dpeca