Updating to SVN 3542 - hung
-
Found the issue. Just forgot a number in the code. It shouldn’t cause any major problems.
Now keep in mind, for some reason, your machine is unable to query the web server during the install. I still need to figure out what’s going on with that…
-
What’s the url for the client download?
I can try a manual wget and see what happens. -
-
It just sits there.
wget http://127.0.0.1/fog/service/getclient.php --2015-06-12 15:12:13-- http://127.0.0.1/fog/service/getclient.php Connecting to 127.0.0.1:80... connected. HTTP request sent, awaiting response...
-
@Matt-Rozema said:
It just sits there.
wget http://127.0.0.1/fog/service/getclient.php --2015-06-12 15:12:13-- http://127.0.0.1/fog/service/getclient.php Connecting to 127.0.0.1:80... connected. HTTP request sent, awaiting response...
Can you do the same thing but with the IP swapped out for the one you said FOG would use?
-
Done.
I got exactly the same result. -
@Matt-Rozema Are you, by chance, behind a proxy?
-
It is happening to me as well. Confirmed that the webserver is completely unresponsive, no matter what fog-specific URL is requested. (The default apache page responds just fine).
Also confirmed the issue was introduced in r3542 (3541 works fine)
-
@Tom-Elliott Nope, no proxy here.
-
I think i found the problem; MYSQL.class.php changed its method to require a valid queryResult from reap_async_query before incrementing the processed counter. I admit to hypothesizing since i’m not intimately familiar with the code, but the return value of reap_async_query is only useful for queries that have return data. If an insert/update/etc query is getting passed in, i think it will always return FALSE - which will cause the process counter to never be incremented, causing an infinite loop.
</speculation>
-
Perhaps it’s time to start hosting the FOG revisions and kernels and inits on the new web service?
-
Should I give 3557 a shot? Thoughts?
-
@Matt-Rozema yes please.
-
Thanks Tom.
3557 works like a charm. My Fog server is back up and running.