FOG Interface Completely Unresponsive
-
Once you are back on 1.5.4, then navigate to /etc/apache2
Then we need to search for the php handler, so key in the following line
grep -R -e "127.0.0.1:9000" *
You should see the file where this line exists.
Now edit that file and search for
and move the comment from this#SetHandler application/x-httpd-php SetHandler "proxy:fcgi://127.0.0.1:9000"
to this
SetHandler application/x-httpd-php #SetHandler "proxy:fcgi://127.0.0.1:9000"
Save and exit your text editor
Then restart apache
run the info.php url I mentioned in the other thread. Now your setting should look like this:
See if that reacts any differently.
-
So… I after re-install things were still not happy. I got things back up to 1.5.4 and checked out the SetHandler settings. In Sites-Available, the setting was not commented out. In Sites-Enabled, it was commented out. As soon as I did that and re-started Apache, things came back up. I then checked the setting for FOG Client Check In Interval and it was set to 60. I upped that to 300.
Note - As soon as I restarted Apache, I had a multicast session that was stuck in tasking before all of this happend. That task took off and began imaging. So far so good!
-
As soon as I commented out the setting in SItes-Available, things worked.
-
I have several tasks I will be running this afternoon. I will report back as to whether this fixed things. Previously, the issue would come back and haunt me after more than one multitask session.
Thank you for the help!!!
-
@joe-gill Is your fog server debian based?
-
@george1421
It is Debian 9.4.And so far everything is working just fine since the change. I’ll let you know as time goes. But so far so good!
Thanks again!
-
@joe-gill so you disabled php-fpm and its OK? In the other thread the OP there has sluggish responses, but php-fpm was not enabled on his system and he had Debian 9.4 installed. Once I turned it on, then his web ui started responding normally.
If its working for you now, then we’ll just hold off making any changes.
-
@george1421
Yes php-fpm is off currently. I am going to leave it that way for a bit. I may play with it more later this Summer but for now I’m leaving it turned off.What would happen with mine, when php-fpm was turned on, was it would appear to be working OK and then bomb out when I ran a multitask session. Most of the time, if I ran a single task here and there, things would be OK. As soon as I threw something that was memory intensive, things would crash.
Glad we’re up and going again. I imaged two labs and didn’t have any problems with FOG.
-
@joe-gill Ah OK, when you get back to it, we may need to up the memory settings in php-fpm since the php.ini settings are ignored by php-fpm. Understand we are still tuning the php-fpm settings. We need real world feedback to get the most appropriate settings for everyone.
-
@george1421
As always, I appreciate the help! I am happy to help out where I can.