Page 2 of 2
Re: internal error page when setting something into maintena
Posted: Tue Nov 19, 2013 5:48 pm
by tmcdonald
So it's working now? The garbled log had the raw HTTP headers I wanted to take a look at. I had seen some issues before where cgi scripts/executables would cut off HTTP headers in the middle for some weird reason, thought that was happening here.
Re: internal error page when setting something into maintena
Posted: Tue Nov 19, 2013 6:46 pm
by vivithemage
Similiar symptoms? What'd you do to fix it ... I fixed it by 0777 that rw file.
Re: internal error page when setting something into maintena
Posted: Wed Nov 20, 2013 10:26 am
by tmcdonald
vivithemage wrote:Similiar symptoms? What'd you do to fix it ... I fixed it by 0777 that rw file.
In the past I had just replaced the binary. It likely became corrupted and crashed in the middle of sending the HTTP header, which sometimes causes a 500 server error. This wasn't in Nagios though, and I could be wrong about the cause but it would make sense in that context.
Re: internal error page when setting something into maintena
Posted: Wed Nov 20, 2013 10:43 am
by vivithemage
I gotcha. I think it is working now after chmod 0777 to that file.
Re: internal error page when setting something into maintena
Posted: Wed Nov 20, 2013 10:50 am
by tmcdonald
vivithemage wrote:I gotcha. I think it is working now after chmod 0777 to that file.
Awesome. Gonna lock up this thread now. Feel free to open another if you have any more questions.
Re: internal error page when setting something into maintena
Posted: Wed Nov 20, 2013 10:52 am
by slansing
Excellent, chime in if it fails again.