Page 1 of 1

Installation halts with 'Unknown job: php5-fpm'

Posted: Thu Oct 20, 2016 3:27 pm
by drsdre
I've tried to install VestaCP on a fresh Ubuntu 14.04 server (fully updated) using nginx+php-fpm as webserver. But unfortunately the installation procedure grinds to a halt mid-way with the message:

start: Unknown job: php5-fpm
Error: php-fpm start failed

I used the following installation parameters:
bash vst-install.sh --nginx yes --phpfpm yes --apache no --vsftpd no --proftpd no --exim no --dovecot no --spamassassin no --clamav no --named no --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota no --hostname dbserver03.mbricks.io --email [email protected] --password xxxx

Is this related to changes in the PPA from where PHP5 is being retrieved (https://launchpad.net/~ondrej/+archive/ubuntu/php)?