Ticket #874 (closed defect: fixed)

Opened 2 years ago

Last modified 3 months ago

CGI cannot create its log file

Reported by: snide Assigned to: snide
Priority: normal Milestone: Munin 2.0
Component: web-interface Version: trunk
Severity: blocker Keywords:
Cc:

Description

/var/log/munin is owned by munin:adm.

The CGI script runs as the httpd user, usually nobody, so it cannot create the file, nor write in it.

So either :

  1. The install script should create the file with correct permissions (and configure {{{logrotate}})
  2. It should log in STDERR if it cannot open the logfile

Change History

03/13/10 13:37:52 changed by snide

  • status changed from new to closed.
  • resolution set to fixed.

corrected in r3416