Bug#761366: [Packaging] Bug#761366: apt-all - run failed with "/bin/sh: 1: munin-run: not found"

2014-10-16 Thread Holger Levsen
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

Bug#761366: apt-all - run failed with "/bin/sh: 1: munin-run: not found"

2014-10-16 Thread Thomas Schmidt
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

Bug#761366: apt-all - run failed with "/bin/sh: 1: munin-run: not found"

2014-09-23 Thread Christian Schrötter
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

Bug#761366: apt-all - run failed with "/bin/sh: 1: munin-run: not found"

2014-09-22 Thread Christian Schrötter
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

Bug#761366: apt-all - run failed with "/bin/sh: 1: munin-run: not found"

2014-09-13 Thread Joerg Frings-Fuerst
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 >/