https://bugzilla.novell.com/show_bug.cgi?id=792182 https://bugzilla.novell.com/show_bug.cgi?id=792182#c0 Summary: systemd uses wrong locale Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: seife@novell.slipkontur.de QAContact: qa-bugs@suse.de CC: fcrozat@suse.com Found By: Third Party Developer/Partner Blocker: --- I have set my locale to german, but root should only use LC_CTYPE: susi:~ # grep -v ^# /etc/sysconfig/language|grep -v '""'|grep -v ^$ RC_LANG="de_DE.UTF-8" ROOT_USES_LANG="ctype" AUTO_DETECT_UTF8="no" However, systemd-started services use LANG=de_DE.UTF-8: susi:~ # pidof libvirtd 1216 susi:~ # cat /proc/1216/environ|xargs -0 -n1 echo ROOTFS_FSTYPE=ext4 ROOTFS_FSCK=0 OLDPWD=/ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin vga=0x367 splash=silent ROOTFS_BLKDEV=/dev/disk/by-label/root-FACTORY LANG=de_DE.UTF-8 LIBVIRTD_CONFIG=/etc/libvirt/libvirtd.conf LIBVIRTD_ARGS=--listen And thus pollute syslog etc. with german messages. IMVHO, systemd should respect teh ROOT_USES_LANG setting. -- 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.