Bug 684245
Summary: | When running with non-English locales, selection of subscription-manager in firstboot fails | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
Component: | rhn-client-tools | Assignee: | Milan Zázrivec <mzazrivec> |
Status: | CLOSED ERRATA | QA Contact: | Martin Minar <mminar> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.1 | CC: | case-diagnostics, cperry, dkutalek, dyordano, mkoci, mminar, msuchy |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | firstboot_trace_hash:6d44e19ca2db0efe505626a2a0bb1ac24866748fbebd977d0a83d38fa0fe94fa | ||
Fixed In Version: | rhn-client-tools-1.0.0-54.el6 | Doc Type: | Bug Fix |
Doc Text: |
Choosing subscription-manager in
firstboot fails in non-English locale failed. This was due different translation in subscription-manager and rhn-client-tools. This was fixed by not depending on translated string.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 13:06:18 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jan Pazdziora (Red Hat)
2011-03-11 15:19:10 UTC
The problem is caused by the fact that rhn_choose_server_gui.py does interface.moveToPage(moduleTitle=_("Entitlement Platform Registration")) -- selecting the subscription manager page to jump to using its localized name. And presumably we (rhn-client-tools) localize it differently than subscription manager. We need better way to find the page (firstboot submodule) to jump to. Fix is in Spacewalk master, 5fe434f0802e6d242d706870ff5c79c9e360ca55. Verified in rhn-client-tools-1.0.0-54.el6 Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Choosing subscription-manager in firstboot fails in non-English locale failed. This was due different translation in subscription-manager and rhn-client-tools. This was fixed by not depending on translated string. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0565.html *** Bug 728818 has been marked as a duplicate of this bug. *** *** Bug 744847 has been marked as a duplicate of this bug. *** |