problem install vestacp in ubuntu 16.04
problem install vestacp in ubuntu 16.04
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?
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?
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: problem install vestacp in ubuntu 16.04
Is your filesystem mounted Read only ?
check if you can make a directory in your root
check if you can make a directory in your root
Code: Select all
mkdir /ABC
Re: problem install vestacp in ubuntu 16.04
Of course I can do this.
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: problem install vestacp in ubuntu 16.04
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 ?
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
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
curl -O https://raw.githubusercontent.com/sergh ... -ubuntu.sh
bash vst-install-ubuntu.sh