Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449438 - net-analyzer/munin-2.0.9-r1: munin-cron fails after an update
Summary: net-analyzer/munin-2.0.9-r1: munin-cron fails after an update
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-31 11:45 UTC by Juan David Ibáñez Palomar
Modified: 2012-12-31 14:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juan David Ibáñez Palomar 2012-12-31 11:45:13 UTC
After upgrading munin from 2.0.8-r2 to 2.0.9-r1 to fix bug 448414, munin-cron stopped working.

Reproducible: Always

Steps to Reproduce:
1. Install munin-2.0.9-r1
2. Run "sudo -u munin /usr/bin/munin-cron"
3.
Actual Results:  
Failed to create rundir (/var/run/munin): Permission denied at /usr/libexec/munin/munin-update line 39



I tried to unmerge / emerge again munin, with the same results.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-12-31 12:51:08 UTC
Ah, Portage likely removed /var/run/munin during the update, I see what's going on there. Will fix.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-12-31 12:53:42 UTC
Fixed without revbump (a reboot would solve the problem anyway).
Comment 3 Juan David Ibáñez Palomar 2012-12-31 14:07:52 UTC
Verified, thanks!