GUI problem system info

I am having a problem with my Asterisk installation. I installed asterisk 1.4.22 and Gui 2.0. I can log into the web but once I am there at the top of the page I get a message Sytems Status: NOT FOUND The requested URL was not found on this server.

Everything is working fine except for this and the system info tab which is not showing anything at all. Am I missing something??? Please let me know.

Thanks.

ANy Help anybody???

You should post this in the AsteriskNOW Section.

The problem is that Asterisk probably isn’t running as root, and then when we execute the sysinfo script and redirect it to /var/lib/asterisk/static-http/config/whatever.html, we get permission denied.

-bk

Well that is weird because I read on some post that asterisk needed to run as “asterisk” user. Should this be changed if so how can I do that?

Thanks for your reply

No, just make sure that asterisk has write permissions to that directory.

(eg chown -R asterisk /var/lib/asterisk)

-bk

:smiley: That definitely solved the problem!!! apparently not all of the files were owned by asterisk user.

Thank you so much for the info!

No problem, I need to make a sticky about that anyways :stuck_out_tongue:

-bk