Package: munin
Version: 1.4.3-2
Severity: important
Hello,
updated squeeze munin to 1.4 and got every 5 minute the following error:
unlink failed: Datei oder Verzeichnis nicht gefunden at
/usr/share/perl5/Munin/Master/Update.pm line 162
"Datei oder Verzeichnis nicht gefunden" is "File or directory not found"
The system is running with LANG=de_DE.UTF-8
If changed to C then there is no problem.
As a workaround I changed the cron script:
--- /etc/cron.d/munin.bak 2010-01-25 10:08:09.000000000 +0100
+++ /etc/cron.d/munin 2010-01-25 10:08:21.000000000 +0100
@@ -4,5 +4,5 @@
MAILTO=root
-*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron;
fi
+*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then LC_ALL=C
/usr/bin/munin-cron; fi
14 10 * * * munin if [ -x /usr/share/munin/munin-limits ]; then
/usr/share/munin/munin-limits --force --contact nagios --contact old-nagios; fi
I think its important because on a non C or en_US system it breaks the
munin installation.
Regards
Noèl
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages munin depends on:
ii adduser 3.112 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
pn librrds-perl <none> (no description available)
pn libstorable-perl <none> (no description available)
ii perl [libtime-hires-perl] 5.10.1-9 Larry Wall's Practical Extraction
ii perl-modules 5.10.1-9 Core Perl modules
pn rrdtool <none> (no description available)
Versions of packages munin recommends:
ii libdate-manip-perl 6.05-1 module for manipulating dates
pn munin-node <none> (no description available)
Versions of packages munin suggests:
ii epiphany-browser [www-brows 2.29.5-3 Intuitive GNOME web browser
pn httpd <none> (no description available)
ii iceweasel [www-browser] 3.5.6-1 lightweight web browser based on M
ii lynx-cur [www-browser] 2.8.8dev.2-1 Text-mode WWW Browser with NLS sup
ii w3m [www-browser] 0.5.2-2.1 WWW browsable pager with excellent
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]