Installing FOG on Centos
-
Hi Dear
I am trying to install Fog Server on Centos Linux. It works fine until I have to update the database schema in the web browser accessing to IP Adresse/fog/management.I do try this but the management page is not coming up. (white screen on this).
The install script says: You still need to install/update your database schema.
- This can be done by opening a web browser and going to:
http://<IP Address>/fog/management - Press [Enter] key when database is updated/installed
What can I do?
thx for your helpRegards Sascha
- This can be done by opening a web browser and going to:
-
@sascha735 Which version of CentOS? Which version of FOG? Have you disabled SELinux?
-
Centos 8 with FOG 1.5.7. linux ist disabled.
Thank you
-
@Sebastian-Roth
Centos 8 with FOG 1.5.7
selinux is disabledThank you
-
@sascha735 According to this post, CentOS 8 is not supported by FOG 1.5.7.
-
@sascha735 If you installed FOG using the git method, switch to the dev branch and reinstall fog. That will put you on a prerelease version of 1.5.8 that does support Centos 8 and Debian 10.2 (I think).
cd /root/fogproject git checkout dev-branch git pull cd bin ./installfog.sh
That should put you on version 1.5.7.85 (or later)
When FOG 1.5.8 is released (should be some time later this month) you will then need to do the following to switch back to the master branch.
cd /root/fogproject git checkout master git pull cd bin ./installfog.sh