Each time I open a terminal I get 13 lines of message saying:
locale fr.UTF8 catalog libshell message 3.682 “%s: mauvaises options” does not m atch “on”
I do not find any information nor in this forum nor with google.
My system is:
Opensuse 11.0, Linux 2.6.25.16-0.1-default, x86_64
Thanks for your advices.
Patrick
swerdna
October 21, 2008, 11:19pm
2
samontetro:
Each time I open a terminal I get 13 lines of message saying:
locale fr.UTF8 catalog libshell message 3.682 “%s: mauvaises options” does not m atch “on”
I do not find any information nor in this forum nor with google.
My system is:
Opensuse 11.0, Linux 2.6.25.16-0.1-default, x86_64
Thanks for your advices.
Patrick
Hi there – welcome to the Forums.
Here’s two guesses from me:
Check that you have the rpm package “glibc-locale” installed.
Check also that exactly fr.UTF8 appears when you execute this command in a console:
locale -a | grep fr
Check that you have the rpm package “glibc-locale” installed.
Yes, it is.
rpm -qa |grep -i glibc
glibc-info-2.8-14.1
glibc-32bit-2.8-14.1
glibc-2.8-14.1
glibc-locale-32bit-2.8-14.1
glibc-locale-2.8-14.1
glibc-devel-2.8-14.1
glibc-devel-32bit-2.8-14.1
Check also that exactly fr.UTF8 appears when…
No, I have only fr_FR.utf8, not fr.UTF8
I do not know where it is set. It do not exist in my environment:
env |grep -i utf8
and the default value for LANG is set to POSIX.
echo $LANG
POSIX
Patrick
user
December 29, 2008, 11:09pm
4
Are you using ksh ?
Try a minimal ~/.kshrc, mine is containing :
PS1='${PWD} $ '
set -o vi
also remove /etc/ksh.kshrc
user
December 29, 2008, 11:16pm
5
Are you using ksh ?
Try a minimal ~/.kshrc, mine is containing :
Code:
PS1=’${PWD} $ ’
set -o vi
also remove /etc/ksh.kshrc
–
pgen
pgen’s Profile: http://forums.opensuse.org/member.php?userid=18642
View this thread: http://forums.opensuse.org/showthread.php?t=397954