control: tags -1 + patch
On Donnerstag, 16. Oktober 2014, Thomas Schmidt wrote:
> Reverting the commit b80f5f7299ec9444dcd27f39f64286d1471688fa in munin's
> git packaging repo will fix this bug.
Thanks, Thomas!
cheers,
Holger
signature.asc
Description: This is a digitally signed messa
Package: munin-node
Version: 2.0.21-2
Followup-For: Bug #761366
apart from the missing PATH-entry for /usr/sbin, munin-run only passes
one argument to a plugin, additional arguments are ignored, so
calling
"munin-run apt update 7200 12"
is similiar to calling "/etc/munin/plugins/apt update" wh
Sorry, my last reply was 100% wrong…
if [ -x /etc/munin/plugins/apt_all ];
then /etc/munin/plugins/apt_all update 7200 12 >/dev/null;
elif [ -x /etc/munin/plugins/apt ];
then /etc/munin/plugins/apt update 7200 12 >/dev/null; fi
This is the right line for the crontab. Anything else will fail ag
I'm also affected on every fresh Debian Jessie system.
The problem is the missing "/usr/sbin/" part before "munin-run" –
because the sbin-directory is not in cron's $PATH.
--
With kind regards,
Christian Schrötter
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a s
Package: munin-plugins-core
Version: 2.0.21-2
Severity: important
Hello,
on a fresh install I get every 5 minutes a mail from:
Cron if [ -x /etc/munin/plugins/apt_all ]; then munin-run apt_all
update 7200 12 >/dev/null; elif [ -x /etc/munin/plugins/apt ]; then munin-run
apt update 7200 12 >/
5 matches
Mail list logo