reassign 567168 sitesummary reopen 567168 found 567168 0.0.50 thanks [Holger Levsen] > grepping for "munin" in svn/trunk/debian-edu-config gave me this: > > ./etc/apache2/sites-available/debian-edu-default: # add alias for munin, > though it should really be handled by munin itself, > ./etc/apache2/sites-available/debian-edu-default: > Alias /munin "/var/www/munin/" > > Bingo.
The munin cron job uses the apache configuration to figure out where to store the resulting files? Sorry, I do not believe it. :) I tried to remove it in my test install, and as expected the munin cron job fail like this even without the apache alias in place: cp: cannot create regular file `/var/www/munin/': Is a directory [ERROR] Could not copy style.css from /etc/munin/templates to /var/www/munin I had a closer look using "grep -l /var/www/munin $(dpkg -L munin)", and found /var/www/munin listed in /etc/munin/munin.conf, which in this case is generated by sitesummary. This make me conclude that the error actually is in sitesummary, and reassign this bug there. > No. The default just changed. But there is nothing wrong with that > :) debian-edu-config needs to be changed for squeeze. Fine, if you can point to the value /var/www/munin/ being set in the debian-edu-config configuration for munin I understand what need to be changed. > (And there should be no need to set the alias, the munin package > does that since a really long time). Good. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

