[Solved] - Munin CRON error

General eFa discussion
Post Reply
jogomes
Posts: 21
Joined: 12 Oct 2016 15:59

[Solved] - Munin CRON error

Post by jogomes »

HI, I', getting a lot of these messages on admin email:

Cron <munin@host> test -x /usr/bin/munin-cron && /usr/bin/munin-cron

File is not a perl storable at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/fd_retrieve.al) line 398, at /usr/share/perl5/vendor_perl/Munin/Master/Utils.pm line 279
File is not a perl storable at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/fd_retrieve.al) line 398, at /usr/share/perl5/vendor_perl/Munin/Master/Utils.pm line 279

I've searched a few topics on Google, and tried a few things, but since these is 'EFA implementation' I don't to break it.

So, what can I do to solve this?

PS - This was caused by the 'faulty EFA server being replaced, not by the new on. My Bad and thanks for all the replyx.

Regards.
JG
Last edited by jogomes on 29 Sep 2017 14:52, edited 1 time in total.
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Munin CRON error

Post by shawniverson »

Latest version of eFa?

(I'm not sure how you are even able to execute munin-cron that way)

Code: Select all

sudo test -x /usr/bin/munin-cron && sudo su - munin --shell=/bin/bash -c /usr/bin/munin-cron
jogomes
Posts: 21
Joined: 12 Oct 2016 15:59

Re: Munin CRON error

Post by jogomes »

shawniverson wrote: 24 Sep 2017 10:44 Latest version of eFa?

(I'm not sure how you are even able to execute munin-cron that way)

Code: Select all

sudo test -x /usr/bin/munin-cron && sudo su - munin --shell=/bin/bash -c /usr/bin/munin-cron
Yes, It's the latest version of EFA, and me neither, thats why I posted it here ....
This is sending an email to admin every 5 minutes ....
Post Reply