https://bugzilla.novell.com/show_bug.cgi?id=755627 https://bugzilla.novell.com/show_bug.cgi?id=755627#c8 --- Comment #8 from Johannes Meixner <jsmeix@suse.com> 2012-04-04 13:27:22 UTC --- Run this command and you will get interesting results: -------------------------------------------------------------------------------- for L in $( locale -a | grep utf8 ) ; do echo $L ; LC_ALL=$L ; lpstat -r ; done -------------------------------------------------------------------------------- It seems it works in particular when there is no translation available (i.e. when the output is the original "scheduler is running" text) but it seems to fail when translation is available - or something like this - i.e. I guess the root cause is somehow translations. As far as I remember there is a matching bug at upstream CUPS... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.