Your message dated Wed, 26 Dec 2012 14:01:04 +0100
with message-id <[email protected]>
and subject line definitly gone in 2.0.0...
has caused the Debian Bug report #600343,
regarding munin-plugins-extra: filter problem in iostat_ios
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
600343: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600343
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munin-plugins-extra
Version: 1.2.6-10~lenny2
Severity: important
The filter function does not initialize its parameters correctly. It generates
a lot of warnings and off course the filter fonctionality itself doesn't work.
-- System Information:
Debian Release: 5.0.6
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages munin-plugins-extra depends on:
ii munin-node 1.2.6-10~lenny2 network-wide graphing framework (n
ii perl 5.10.0-19lenny2 Larry Wall's Practical Extraction
munin-plugins-extra recommends no packages.
Versions of packages munin-plugins-extra suggests:
pn libnet-netmask-perl <none> (no description available)
pn logtail <none> (no description available)
-- no debconf information
--- /tmp/iostat_ios 2010-10-16 11:21:02.000000000 +0200
+++ /usr/share/munin/plugins/iostat_ios 2009-11-25 11:38:05.000000000 +0100
@@ -75,7 +75,7 @@
sub filter {
- my ($major, $minor, $tmpnam) = @_;
+ my ($major, $minor, $tmpnam);
return 0 if ($major == 1); # RAM devices
return 0 if ($major == 9); # MD devices
return 0 if ($major == 58); # LVM devices
--- End Message ---
--- Begin Message ---
fixed 600343 2.0.0-1
# the reporter said in 2010 it was fixed upstream...
thanks
--- End Message ---