Package: munin
Version: 1.2.2-3
Severity: normal

Every update, I kept getting the following message emailed to me:

Use of uninitialized value in scalar chomp at
/usr/share/munin/munin-update line 753.

I dont know what causes that, but any of the following make it go away:

if ($res) { chomp $res; }

or:

chomp $res if ($res);

or:

($res) && chomp($res);

or run /usr/share/munin/munin-update with -w off the commandline ;)

Micah

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages munin depends on:
pn  libdigest-md5-perl                       Not found.
ii  libhtml-template-perl         2.6-2      HTML::Template : A module for usin
ii  librrds-perl                  1.0.49-1   Time-series data storage and displ
pn  libtime-hires-perl                       Not found.
ii  perl [libstorable-perl]       5.8.4-8    Larry Wall's Practical Extraction 
ii  perl-modules                  5.8.4-8    Core Perl modules

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to