https://bugzilla.novell.com/show_bug.cgi?id=755627 https://bugzilla.novell.com/show_bug.cgi?id=755627#c4 Johannes Meixner <jsmeix@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Found By|--- |Community User InfoProvider|snr@lmv-hartmannsdorf.de | Resolution| |INVALID Summary|"lpstat -h [server]" shows |depending on locale "lpstat |empty lines as result and |-h [server]" shows empty |no printer information in |lines (no printer |apllications print menu |information in aplications) --- Comment #4 from Johannes Meixner <jsmeix@suse.com> 2012-04-04 12:44:23 UTC --- I am not at all a localization expert. For some basic information see http://en.opensuse.org/SDB:Plain_Text_versus_Locale Regarding "How to fix?": Basically the locale setting of all involved components (here in particular the terminal program and the shell running in this terminal program) must match - otherwise there could be arbitrary issues. What results locale when you log in anew as user lmv_ws4 on the 12.1 client? The lpstat output differs depending on the locale. E.g. on my workstation: ----------------------------------------------------------------------- $ locale LANG=en_GB.iso885915 LC_CTYPE="en_GB.iso885915" LC_NUMERIC="en_GB.iso885915" LC_TIME="en_GB.iso885915" LC_COLLATE="en_GB.iso885915" LC_MONETARY="en_GB.iso885915" LC_MESSAGES="en_GB.iso885915" LC_PAPER="en_GB.iso885915" LC_NAME="en_GB.iso885915" LC_ADDRESS="en_GB.iso885915" LC_TELEPHONE="en_GB.iso885915" LC_MEASUREMENT="en_GB.iso885915" LC_IDENTIFICATION="en_GB.iso885915" LC_ALL=en_GB.iso885915 $ lpstat -h server -t >/tmp/lpstat.out1 $ file /tmp/lpstat.out1 /tmp/lpstat.out1: ISO-8859 text $ ls -l /tmp/lpstat.out1 ... 6252 2012-04-04 14:25 /tmp/lpstat.out1 $ export LC_ALL=POSIX $ export LANG=POSIX $ lpstat -h server -t >/tmp/lpstat.out2 $ file /tmp/lpstat.out2 /tmp/lpstat.out2: UTF-8 Unicode text $ ls -l /tmp/lpstat.out2 ... 5951 Apr 4 14:26 /tmp/lpstat.out2 ----------------------------------------------------------------------- Check yout lpstat output for non-ASCII characters because only non-ASCII characters can cause issues which depend on the locale. I assume that non-ASCII characters in your lpstat output cause the issue in your particular environment. At least for now I close the issue as "invalid" because from my current point of view it is no "Printing" issue (i.e. no issue in the base printing system). Regardless that it is closed you can still add comments. It can be re-opened if we find out later that there is actually a bug in the printing system or elsewhere. -- 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.