On Mon, 25 Jan 2010 10:13:28 +0100, Noèl Köthe wrote:

> 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 stumbled over the same problem on a friends machine today, good to
find the solution here :)
 
> I think its important because on a non C or en_US system it breaks the
> munin installation.

IMO this bug is serious, it makes munin useless on non-english
systems.

Please, dear maintainers, apply the simple workaround.

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Rolling Stones: Family

Attachment: signature.asc
Description: Digital signature

Reply via email to