Fresh install of Build 6333 on CentOS 7.1
-
@sudburr Can you try to run a
yum -y --enablerepo=remi-php5-56 update
-
In behind the installer? This is what FOG is installing, not me.
* Installing package: httpd...................................OK * Installing package: php.....................................OK
Dumping:
yum -y --enablerepo=remi-php5-56 update
… behind the installer through a second session I get:
Error getting repository data for remi-php5-56, repository not found
-
Can you try one more time? I edited to allow adjustments for the repo and call out specifically for remi,remi-php56.
-
Build 6347, no change.
And before you ask, the firewall is inactive (dead).
Apache2 is working. I can reach the default page.
-
I guess it should be
yum -y --enablerepo=remi-php56 update
(instead of ‘… remi-php5-56 …’), hmm? -
That did the trick. But this still means the FOG installer itself is forcing the incorrect version yes?
-
@sudburr No.
the 6347 should be forcing 56 as per what Sebastian found.
-
It didn’t, but I’ll try it again.
-
@sudburr Try again, i’m a freaking idiot. (update then install please?)
-
Build 6349 passes muster. A big thank you for your prompt attention.
-
Sorry, marking unsolved again as I see this same issue happening on my fresh CentOS 7 install right now!
$ rpm -qa | grep php php-common-5.4.16-36.el7_1.x86_64 ...
Fixing it by hand - not sure if this is what we want people to do by themselves?!?
rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum-config-manager --enable remi-php70 yum -y update
-
@Sebastian-Roth Please try re-updating? I found a typo on the remi installation file.
-
@Tom-Elliott ok seams fixed in current:
$ rpm -qa | grep php php-common-5.6.19-1.el7.remi.x86_64 ...
Schemaupdater / web gui running nicely after the fresh install!