10.x.x.x/fog/management pulls up blank - Clean install - Fedora 29 / FOG 1.5.5
-
Hi All,
Just did a clean install of Fedora 29 workstation and FOG 1.5.5 and ran into no problems with it, up until the fact that I needed to pull up the management page (<IP>/fog/management/)
Any ideas?
-
@Louis-CSUSA Please take a look at the apache and possibly php-fpm log files (see my signature) to find out why it fails.
-
Hello Sebastian,
I did see errors on the error_log file, see attached.error.log
-
@Louis-CSUSA I am familiar with most of those messages and you can ignore much of it. But I am not exactly sure about those two:
... ... AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive ... ... avahi_entry_group_add_service_strlst("10.x.x.x") failed: Invalid host name ...
You you see the request in the access.log when you try to open the FOG web UI in your browser? Please post that line of the access log as well so we see what HTTP code is returned.
-
To rule out (my) user error, I reinstalled Fedora 29 client and FOG 1.5.5 again and this time I’m getting a 503 service unavailable error (tried to access it when the installer asks for you to). I’ve reattached the error log with this attempt.
IP is static assigned as 10.51.0.110.
-
-
I also tried messing with SELinux (setting it to passive/disabled) and the 503 error goes away (like the first time) enabling it back on puts me back at the 503 error.
-
@Louis-CSUSA Well this time we see that apache cannot communicate with php-fpm:
AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (*) failed AH01079: failed to make connection to backend: 127.0.0.1
Probably a firewall issue. Run
iptables -L -n -v
and post output here. If you are not an expert with SELinux I’d advise you to set to permissive (aka disable) it!! Should have asked you about this earlier.