Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 449438

Summary: net-analyzer/munin-2.0.9-r1: munin-cron fails after an update
Product: Gentoo Linux Reporter: Juan David Ibáñez Palomar <jdavid.ibp>
Component: [OLD] ServerAssignee: Sysadmin Bugs <sysadmin>
Status: VERIFIED FIXED    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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!