Backing up database... Failed!
-
as I said, this is before I update SVN. Will run svn upgrade now
-
@Tom-Elliott all right, I ran svn up
Now I need to run ./installfog.sh again right? -
@WourN That’s correct.
-
@Tom-Elliott @quazz All right so now I ran installfog.
I got the php… Failed!! as expected because I have the 5.6 version.
so I uninstalled it, and now it’s installing the 5.3.3 version again.
So, running ./installfog.sh right now, and Backing up database… Failed!!
Also, the webGUI is now blank.What now?
-
@WourN I believe this is an issue due to Centos 6 officially only supporting PHP5.3 so that’s what’s in the default repo. However, FOG should be able to install the correct version.
Only thing I can think off is that you have to remove the packages= line from /opt/fog/.fogsettings
-
@WourN What do you mean?
“Failed!! as expected because I have the 5.6 version.”?
That is supposed to be the case.
-
Try this:
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm sudo rpm -Uvh epel-release-6*.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm sudo rpm -Uvh remi-release-6*.rpm
Then retry installing FOG.
-
@Tom-Elliott @Quazz
Running yum update or yum install php will install the 5.3.3 version. If I let fog install php, it will still be the 5.3.3 version.
I found a way to install 5.6, so that the webgui could work. But running ./installfog with the 5.6 installed, results in Php… Failed!
Anyway, I’ve remove the packages line from fogsettings, but I’m still getting failed on backing up database -
I know I need to be patient, but did you try the commands I just posted?
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm sudo rpm -Uvh epel-release-6*.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm sudo rpm -Uvh remi-release-6*.rpm
-
@Tom-Elliott Sorry I was at lunch.
But Elliot, you are a legend. It works now. No errors, and the webgui works. Gonna make a new image and try upload/download and all that.
I’m not good with linux in general, what did those commands do exactly? -
@WourN The installer should have taken care of it for you (but most people installing fog tend toward fresh which means they’re likely installing CentOS 7). Basically, those commands downloaded and installed the repositories FOG is supposed to be installing for you.