Bug 1044553

Summary: munin Can't load '/usr/lib64/perl5/vendor_perl/auto/RRDs/RRDs.so' for module RRDs: libGL.so.1:
Product: [Fedora] Fedora Reporter: madl <maximilianoadl>
Component: muninAssignee: d. johnson <drjohnson1>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: drjohnson1, ingvar, jvanek, maximilianoadl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-19 14:16:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description madl 2013-12-18 14:37:13 UTC
Description of problem:
munin not generating graphics.

Version-Release number of selected component (if applicable):
munin-2.0.19-1.fc20.noarch
munin-common-2.0.19-1.fc20.noarch
munin-node-2.0.19-1.fc20.noarch
rrdtool-perl-1.4.8-7.fc20.x86_64
mesa-libGL-9.2.4-1.20131128.fc20.x86_64

How reproducible:


Steps to Reproduce:
1. Install and configure munin / munin-node
2. Turn on service.
3. Wait 5 minutes.

Actual results:

No graphics nor html pages generated.

Expected results:

html and graphics in /munin dir.

Additional info:

journalctl shows the following error (every 5 minutes)

dic 18 09:55:01 box systemd[1]: Started Session 411 of user munin.
dic 18 09:55:01 box CROND[23046]: (munin) CMD (test -x /usr/bin/munin-cron && /usr/bin/munin-cron)
dic 18 09:55:02 box (munin) CMDOUT (Can't load '/usr/lib64/perl5/vendor_perl/auto/RRDs/RRDs.so' for module RRDs: libGL.so.1: fallo al asignar un segmento del objeto compartido: Permiso denegado at /usr/lib64/perl5/DynaLoader.pm line 190.)
dic 18 09:55:02 box CROND[23044]: (munin) CMDOUT ( at /usr/share/perl5/vendor_perl/Munin/Master/UpdateWorker.pm line 19.)
dic 18 09:55:02 box CROND[23044]: (munin) CMDOUT (Compilation failed in require at /usr/share/perl5/vendor_perl/Munin/Master/UpdateWorker.pm line 19.)
dic 18 09:55:02 box CROND[23044]: (munin) CMDOUT (BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Munin/Master/UpdateWorker.pm line 19.)
dic 18 09:55:02 box CROND[23044]: (munin) CMDOUT (Compilation failed in require at /usr/share/perl5/vendor_perl/Munin/Master/Update.pm line 17.)
dic 18 09:55:02 box CROND[23044]: (munin) CMDOUT (BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Munin/Master/Update.pm line 17.)
dic 18 09:55:02 box CROND[23044]: (munin) CMDOUT (Compilation failed in require at /usr/share/munin/munin-update line 14.)
dic 18 09:55:02 box CROND[23044]: (munin) CMDOUT (BEGIN failed--compilation aborted at /usr/share/munin/munin-update line 14.)

Comment 1 d. johnson 2013-12-19 02:00:36 UTC
That indicates a permissions issue.  Have you looked for AVC's?

For example, "ausearch -m avc -ts recent |audit2why" could look at your recent AVC's and report a possible fix.

Did you move the graph directory to something that is not the default?

Comment 2 madl 2013-12-19 14:16:08 UTC
(In reply to d. johnson from comment #1)
> That indicates a permissions issue.  Have you looked for AVC's?
> 
> For example, "ausearch -m avc -ts recent |audit2why" could look at your
> recent AVC's and report a possible fix.
It was a SELINUX issue, disabling it done the trick. My bad.
 
> Did you move the graph directory to something that is not the default?
No.