(11-12-2018, 09:24 AM)republicus Wrote: I've installed on Centos 7 without those problems.
If you have further issues I'll setup a 6.8 server to test.
It looks like its failing on epel and uzip. Try installing those first.
Code:# yum -y update
Install dependancies
Code:install wget unzip
Install Epel repo for CentOS 6.x 32-bit:
Code:# wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm
or; 64-bit:
Code:# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm
Try running the Sentora install again.
Let me know if you have further problems. If so ill setup a test environment.
Rather than setting up test environments etc., this is probably related to an installation script issue I pointed out a few months ago.
OP, you need to say which installation script you are using - there is the "official" one linked from the Sentora documentation, and there is also the current "master" one in the Github repository which has a few differences (there are probably more floating around in Github too...)
So, can you link to the EXACT installation script you used and we can take it from there.
Keith.