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 1235726 - installer should not present unsupported languages
Summary: installer should not present unsupported languages
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: anaconda
Version: 7.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Martin Kolman
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 1203710 1295926 1313485
TreeView+ depends on / blocked
 
Reported: 2015-06-25 15:10 UTC by Micah Abbott
Modified: 2020-12-11 11:51 UTC (History)
8 users (show)

Fixed In Version: anaconda-21.48.22.71-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-03 23:07:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1186757 0 medium CLOSED Atomic Host only supports the en_US locale 2021-02-22 00:41:40 UTC
Red Hat Knowledge Base (Solution) 1562963 0 None None None Never
Red Hat Product Errata RHEA-2016:2158 0 normal SHIPPED_LIVE anaconda bug fix and enhancement update 2016-11-03 13:13:55 UTC

Internal Links: 1186757

Description Micah Abbott 2015-06-25 15:10:39 UTC
The current RHEL Atomic Host installer presents the user a list of languages to select that can be used for the install process.  This also causes the default locale to be set on the system after the install.

Per BZ1186757, RHEL Atomic Host only supports the en_US.UTF-8, so any other locale/language that is chosen during the install process will cause errors on system after the install is completed.

I believe the installer should be modified so that no language selection is possible and it defaults to the supported locale of en_US.UTF-8.

Comment 2 Alexander Todorov 2015-08-06 10:11:53 UTC
Colin,
shouldn't we move this one to anaconda ?

Comment 3 Alexander Todorov 2015-10-01 08:00:44 UTC
This is still valid with latest 7.2 ISO.

Comment 8 Martin Kolman 2016-05-09 12:40:04 UTC
The fix has been posted for review:
https://github.com/rhinstaller/anaconda/pull/622

Comment 10 Alexander Todorov 2016-09-15 11:06:27 UTC
This is verified with the 0912.0 Atomic build.

Comment 12 errata-xmlrpc 2016-11-03 23:07:40 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHEA-2016-2158.html

Comment 13 Jonathan Lebon 2016-11-15 21:26:51 UTC
This is going to have to be reverted once supported locales are added back into RHELAH trees, as discussed in #1186757. Will open an RHBZ once that happens.

Comment 14 Martin Kolman 2016-11-15 21:44:41 UTC
(In reply to Jonathan Lebon from comment #13)
> This is going to have to be reverted once supported locales are added back
> into RHELAH trees, as discussed in #1186757. Will open an RHBZ once that
> happens.

Well, the single language mode that has been implemented for this can is not on by default and needs to be enabled by the inst.singlelang boot option. So just dropping usage of the inst.singlelang boot option on the Atomic Host side should be enough.

Comment 15 Jonathan Lebon 2016-11-15 21:51:36 UTC
(In reply to Martin Kolman from comment #14)
> Well, the single language mode that has been implemented for this can is not
> on by default and needs to be enabled by the inst.singlelang boot option. So
> just dropping usage of the inst.singlelang boot option on the Atomic Host
> side should be enough.

AFAIK, no inst.singlelang boot options are used. I thought this worked by being unconditionally enabled on RHELAH?

https://github.com/rhinstaller/anaconda/pull/622/files#diff-e258799d591833100128109ecd6e5a0bR80

It seems like it's just a matter of reverting that hunk only, right? I can submit the PR when the time is right if that's the case. :)

Comment 16 Martin Kolman 2016-11-15 22:29:33 UTC
(In reply to Jonathan Lebon from comment #15)
> (In reply to Martin Kolman from comment #14)
> > Well, the single language mode that has been implemented for this can is not
> > on by default and needs to be enabled by the inst.singlelang boot option. So
> > just dropping usage of the inst.singlelang boot option on the Atomic Host
> > side should be enough.
> 
> AFAIK, no inst.singlelang boot options are used. I thought this worked by
> being unconditionally enabled on RHELAH?
> 
> https://github.com/rhinstaller/anaconda/pull/622/files#diff-
> e258799d591833100128109ecd6e5a0bR80
Oh, right - forgot about that.

> 
> It seems like it's just a matter of reverting that hunk only, right? I can
> submit the PR when the time is right if that's the case. :)
Sure! :)


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