RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 589126 - I18N settings not correctly set for countries like Switzerland
Summary: I18N settings not correctly set for countries like Switzerland
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: anaconda
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-05 12:58 UTC by Simon Matter
Modified: 2010-05-05 13:48 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-05 13:48:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Simon Matter 2010-05-05 12:58:22 UTC
Description of problem:
The installer asks for the installation language and later for the keyboard mapping. I choose "German" first and then Swiss-German keyboard "sg-latin1". The system ends up with LANG="de_DE.UTF-8" which is clearly wrong.

Version-Release number of selected component (if applicable):
RHEL6-Beta

How reproducible:
Always

Steps to Reproduce:
1. install using boot.iso with "askmethod" option
2. bhoose "German" as install language and Swiss-German keyboard "sg-latin1"
3. boot the newly installed system
  
Actual results:
/etc/grub shows:
kernel /vmlinuz-2.6.32-19.el6.i686 ro root=/dev/mapper/vg_client140-lv_root rd_LVM_LV=vg_client140/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=de_DE.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=sg-latin1 rhgb quiet

/etc/sysconfig/i18n shows:
LANG="de_DE.UTF-8"

Expected results:
LANG="de_CH.UTF-8"

Additional info:
I have only tested de_CH but expect things to go wrong with many other languages as well, like fr_CH, it_CH, de_AT and so on.

Comment 2 Chris Lumens 2010-05-05 13:48:00 UTC
Yeah, anaconda does not support languages quite to that granularity.  We do support the main languages but do not support the local variants like that, nor are we going to be able to reliably synthesize the variant out of a keyboard and language setting.  That's extremely prone to failure and mistake.  Sorry.

As a workaround, it's quite easy for you to change those settings post-install via system-config-language (globally) or gdm (on a per-user basis).


Note You need to log in before you can comment on or make changes to this bug.