Custom install of Vesta with NGINX + PHP-FPM failed
Custom install of Vesta with NGINX + PHP-FPM failed
I am new to Vesta but since I have heard many good things about it, I chose to install it on a fresh VPS running Dedian 9. But I had problems running the following custom install command generated at https://vestacp.com/install - it is just a custom install with NGINX + PHP-FPM:
Basically when I reponded y to proceed, I got this error:
I wonder if this is a Vesta installation script problem or a sort of custom install resctirction enforced by my VPS vendor.
So far I have tried it on Unbuntu 18 and Debian 9, both have this problem. I get stuck and cannot go further. Help!
Code: Select all
bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin no --clamav no --softaculous yes --mysql yes --postgresql no --hostname host.mydomain.com --email [email protected] --password xxxxx
When I force stopped the script with ctrl-C and restarted it by responding yes to proceed, then the process seems to go but the terminal screen is filled with y on every line. And this went several hours like this.-bash: y: command not found
[3]+ Stopped bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin no --clamav no --softaculous yes --mysql yes --postgresql no --hostname host.mydomain.com --email [email protected] --password c
I wonder if this is a Vesta installation script problem or a sort of custom install resctirction enforced by my VPS vendor.
So far I have tried it on Unbuntu 18 and Debian 9, both have this problem. I get stuck and cannot go further. Help!
Solved Re: Custom install of Vesta with NGINX + PHP-FPM failed
My VPS vendor Hostwinds did the custom install for me.
Re: Custom install of Vesta with NGINX + PHP-FPM failed
Genarate the install command without hostname, email & password. Then run the command and input the mail, hostname manually. That way worked for me.lotnomore wrote: ↑Sun Apr 28, 2019 8:25 pmI am new to Vesta but since I have heard many good things about it, I chose to install it on a fresh VPS running Dedian 9. But I had problems running the following custom install command generated at https://vestacp.com/install - it is just a custom install with NGINX + PHP-FPM:
Basically when I reponded y to proceed, I got this error:Code: Select all
bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin no --clamav no --softaculous yes --mysql yes --postgresql no --hostname host.mydomain.com --email [email protected] --password xxxxx
When I force stopped the script with ctrl-C and restarted it by responding yes to proceed, then the process seems to go but the terminal screen is filled with y on every line. And this went several hours like this.-bash: y: command not found
[3]+ Stopped bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin no --clamav no --softaculous yes --mysql yes --postgresql no --hostname host.mydomain.com --email [email protected] --password c
I wonder if this is a Vesta installation script problem or a sort of custom install resctirction enforced by my VPS vendor.
So far I have tried it on Unbuntu 18 and Debian 9, both have this problem. I get stuck and cannot go further. Help!