Server Error 500
-
This morning I ran a SVN update and now the web portal is not loading with an error message:
-
Can you make sure Apache is running?
-
What’s the Apache error logs showing?
-
@Tom-Elliott @Wayne-Workman How would I make sure of that? I figured it must be Apache but I am not sure how to check if it is running or where the error logs are?
-
@szecca1 What OS are you running FOG on?
-
@Wayne-Workman Fedora Server
-
Error logs are at /var/log/httpd/error_log
-
This is what i get when I type that in. Is there somewhere else I need to type this, this server is not a GUI so I cant just go into the OS.
-
@szecca1 you missed the d in httpd
-
@Tom-Elliott add to that and you have to read the file the command becomes
tail -100 /var/log/httpd/error_log
-
Theres more if you’d like
-
@szecca1 are you sure you have updated? What’s the revision on the cloud showing?
-
@Tom-Elliott I apologize I was out yesterday sick. I just updated again today and still getting the same error. When I run the svn up command it is revision 4193 but thats all I see.
-
@szecca1 where are you running the svn up command
-
@Tom-Elliott From putty remoted on to the FOG server
-
By where, I mean:
/root/trunk
/root/trunk/bin
etc…
-
@Tom-Elliott cd /home/fog/svn/trunk/
basically copying what you told me in a message to run I believe -
@szecca1 can you try to run the fog installer like this?
./installfog.sh -y
The “y” argument will automate it, and use your previous settings from the last install.
-
@Wayne-Workman This is how I run the updates every time as per my conversation with Tom a few weeks ago:
cd /home/fog/svn/trunk
svn up
cd bin
./installfog.sh -y -
@szecca1 Randomly, everything just came back. Not sure why this occurred but everything seems to be fine now. Not sure if you guys changed something or what i randomly hit refresh and now the page works fine. Ugh thanks