Can't access FOG Management Portal after clean OS and FOG install
-
@Tom-Elliott
Using the instructions at https://wiki.fogproject.org/wiki/index.php?title=Installation#Current_development_version I ran the installation. The only problem I noted during installation was a failure of backing up database. There was no prompt for ‘Press [Enter] key when database is updated/installed.’ I still get a blank page when trying to go to http://<ipaddress>/fog/management and mysql still shows the same four databases (none for FOG). -
@Tom-Elliott
Just installed version 1.3.3 / SVN Revision: 6061 — installed without a hitch. -
@Tom-Elliott
Running that command, I get - Status: inactiveI’m seeing the same issue with Ubuntu 14.04 and 16.04 in a VMware environment with 1.3.4.
-
@Tom-Elliott I’m having the same problem after a new install using CentOS. I tried running sudo ufw status but it says the command isn’t found. The website wouldn’t work during or after install.
-
@EricZ Seeing as this post if from 2017, can you provide more details and start a new thread?
For example:
What version of fog are you installing?What CentOS version is installed?
When, and where is UFW referenced for a CentOS installation to begin with?
-
@EricZ said in Can't access FOG Management Portal after clean OS and FOG install:
I tried running sudo ufw status
ufw is a Ubuntu “thing”, under centos its
systemctl status firewalld
. To follow on what Tom said, since this thread is 2 years old, please create a new thread because your conditions are probably different. Include enough detail so we know how you have things setup.In your case I would ensure that selinux is set to permissive and you issue a
systemctl disable firwalld
then reboot the system and rerun the FOG installer one more time. -
@Tom-Elliott Please ignore my previous post about this. I gave up on my current installation and reinstalled CentOS 8 and then tried to reinstall FOG again. I found a very useful Wiki article for CentOS7 and followed that. I posted a new issue elsewere in the forum so this particular problem no longer exists after a system re-install. I would post a new thread but I don’t know how. I don’t use forms much so I don’t know enough about them. To be honest, I wasn’t expecting folks to be so responsive on here (based on my previous experience with message boards) and I thank you for taking the time to reply.