On Mon, 2006-10-02 at 18:42, nsintern wrote:
Hi i am sorry i did not give enough information regarding the OS.Anyways
you did guess right i am using Red Hat Enterprise 4 with SE Linux.As you
mentioned i disabled the SELinux feature But when i click on that it
says larrd is accumulating for a very long time without any display of
graphs anyways when i click on any of the accumulating phrases like
larrd is accumulating disk
I get the following error message
/var/www/cgi-bin/larrd-grapher.cgi: LARRDTMP directory is not writable at /var/www/cgi-bin/larrd-grapher.cgi line 66
Hope this is not something big..
This is a more common problem and is usually easier to fix. By default
LARRDTMP is the "tmp" directory in the place where you installed Larrd.
You can either make that directory world writable, or change the
definition to point to a different directory that is world writable.
More specifically, the web server will run the CGI script as a user
with restricted permissions (e.g. nobody). That user needs to be
able to write to the directory which is defined as LARRDTMP. If you
wanted to avoid making that world writable, you might create a
"larrd" group (which includes the restricted user) and make it group
writable.
Cheers, Phil.