Page 1 of 1

Custom install of Vesta with NGINX + PHP-FPM failed

Posted: Sun Apr 28, 2019 8:25 pm
by lotnomore
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:

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
Basically when I reponded y to proceed, I got this error:
-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
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.

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

Posted: Sun Apr 28, 2019 11:59 pm
by lotnomore
My VPS vendor Hostwinds did the custom install for me.

Re: Custom install of Vesta with NGINX + PHP-FPM failed

Posted: Sat Jun 01, 2019 11:13 am
by dcweb
lotnomore wrote:
Sun Apr 28, 2019 8:25 pm
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:

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
Basically when I reponded y to proceed, I got this error:
-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
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.

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!
Genarate the install command without hostname, email & password. Then run the command and input the mail, hostname manually. That way worked for me.