Page 1 of 1

problem install vestacp in ubuntu 16.04

Posted: Tue Nov 28, 2017 5:25 pm
by Sanity
when i try to install vestacp

root@xxx:~# bash vst-install.sh
--2017-11-28 18:23:32-- http://vestacp.com/pub/vst-install-rhel.sh
Resolving vestacp.com (vestacp.com)... 104.236.66.100
Connecting to vestacp.com (vestacp.com)|104.236.66.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 46135 (45K) [text/plain]
Saving to: ‘vst-install-rhel.sh’

vst-install-rhel.sh 100%[===================>] 45,05K --.-KB/s in 0,1s

2017-11-28 18:23:32 (304 KB/s) - ‘vst-install-rhel.sh’ saved [46135/46135]

cut: /etc/redhat-release: No such file or directory
grep: /etc/redhat-release: No such file or directory
vst-install-rhel.sh: line 21: [: : integer expression expected
Error: No access to Vesta repository


Why it happens?

Re: problem install vestacp in ubuntu 16.04

Posted: Tue Nov 28, 2017 7:46 pm
by mehargags
Is your filesystem mounted Read only ?
check if you can make a directory in your root

Code: Select all

mkdir /ABC

Re: problem install vestacp in ubuntu 16.04

Posted: Tue Nov 28, 2017 8:38 pm
by Sanity
Of course I can do this.

Re: problem install vestacp in ubuntu 16.04

Posted: Wed Nov 29, 2017 11:41 am
by mehargags
What is your exact OS release version ?

do yum update && yum upgrade -y and then try to install VestaCP ?

The error means it is trying read version of your OS but it cannot find this file /etc/redhat-release

Is this a Dedicated Server or a VPS ?

Re: problem install vestacp in ubuntu 16.04

Posted: Wed Dec 06, 2017 10:43 am
by Sanity
I was finally able to install vestacp on ubuntu 16.04 as follows

curl -O https://raw.githubusercontent.com/sergh ... -ubuntu.sh
bash vst-install-ubuntu.sh