Page 1 of 1

RHEL 6.x install broken, patch included

Posted: Mon Apr 27, 2015 1:31 pm
by enry
vst-[install-rhel.sh is broken on base install of 6.x this patch fixes it:

Code: Select all

--- vst-install-rhel.sh 2015-04-24 10:53:18.158106765 -0400
+++ vst-install-rhel.sh.new     2015-04-24 10:54:39.817107023 -0400
@@ -460,7 +460,7 @@

 # Install Vesta packages
 if [ -z "$disable_remi" ]; then
-    yum -y --disablerepo=* --enablerepo="base,updates,nginx,epel,vesta,remi" \
+    yum -y --disablerepo=* --enablerepo="base,updates,nginx,epel,vesta,remi,rhel-6-server-rpms" \
         install $software
 else
     yum -y --disablerepo=* --enablerepo="base,updates,nginx,epel,vesta" \

Re: RHEL 6.x install broken, patch included

Posted: Wed Feb 14, 2018 9:01 am
by skurudo
Closed due inactivity.