Package: munin-node
Version: 1.4.0-1
Severity: normal

Hi!

I've found the following problems in the new munin-node package:

- Someone tried to use shell-style variable expansion in the
  postfix_mailstats plugin, which is a perl script:

--- /usr/share/munin/plugins/postfix_mailstats.orig     2009-11-30 
18:21:49.000000000 +0100
+++ /usr/share/munin/plugins/postfix_mailstats  2009-12-02 13:02:54.000000000 
+0100
@@ -51,7 +51,7 @@
 
 =cut
 
-my $statefile = "$MUNIN_PLUGSTATE/munin-plugin-postfix_mailstats.state";
+my $statefile = $ENV{'MUNIN_PLUGSTATE'} . 
"/munin-plugin-postfix_mailstats.state";
 my $pos;
 my $delivered = 0;
 my $rejects = {};

- munin-node complains about unknown user '(postfix)':

--- /etc/munin/plugin-conf.d/munin-node (revision 153)
+++ /etc/munin/plugin-conf.d/munin-node (working copy)
@@ -76,7 +76,7 @@
 
 
 [postfix_mailqueue]
-user (postfix)
+user postfix
 
 [postfix_mailstats]
 group adm

- the ipmi_* plugins need to run as root because:

# ls -l /dev/ipmi0 
crw-rw---- 1 root root 248, 0 2009-07-23 17:54 /dev/ipmi0

  so I suggest adding

        [ipmi_*]
        user root

  to /etc/munin/plugin-conf.d/munin-node

Otherwise nice work :-)

Gabor

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (110, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.6 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages munin depends on:
ii  adduser                       3.111             add and remove users and 
groups
pn  libdigest-md5-perl            <none>            (no description available)
ii  libhtml-template-perl         2.9-1             HTML::Template : A module 
for usin
ii  librrds-perl                  1.3.4-4           (no description available)
pn  libstorable-perl              <none>            (no description available)
ii  perl [libtime-hires-perl]     5.10.0-19lenny2   Larry Wall's Practical 
Extraction 
ii  perl-modules                  5.10.0-19lenny2   Core Perl modules
ii  rrdtool                       1.3.1-4           Time-series data storage 
and displ

Versions of packages munin recommends:
ii  libdate-manip-perl            5.54-1     (no description available)
ii  munin-node                    1.4.0-1    network-wide graphing framework (n

Versions of packages munin suggests:
ii  apache2-mpm-prefork  2.2.9-10+lenny6     Apache HTTP Server - traditional n



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to