Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Description of problem:
When specify "LANG" opention and it's not "eng", rhsm will throw a error message then quit.
Version-Release number of selected component (if applicable):
subscription-manager-firstboot-1.10.10-1.el7.x86_64
subscription-manager-1.10.10-1.el7.x86_64
subscription-manager-gui-1.10.10-1.el7.x86_64
python-rhsm-1.10.10-1.el7.x86_64
How reproducible:
always
How reproducible:
always
Steps to Reproduce:
1.run cmd with "LANG=***"
Actual results:
[root@dhcp-13-59 ~]# LANG=zh subscription-manager register
'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
[root@dhcp-13-59 ~]# LANG=fr subscription-manager list --available
'ascii' codec can't encode character u'\xe8' in position 7: ordinal not in range(128)
[root@dhcp-13-59 ~]# LANG=ml subscription-manager facts
'ascii' codec can't encode characters in position 0-7: ordinal not in range(128)
[root@dhcp-13-59 ~]# LANG=ja subscription-manager repos
'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
[root@dhcp-13-59 ~]# LANG=eng subscription-manager status <----LANG=eng rhsm works fine.
+-------------------------------------------+
System Status Details
+-------------------------------------------+
Overall Status: Current
Expected results:
No error will show and the rhsm should work fine when use LANG=***.
Additional info:
The help doc works fine with "LANG=***" option like:
[root@dhcp-13-59 ~]# LANG=zh subscription-manager status
'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
[root@dhcp-13-59 ~]# LANG=zh subscription-manager status --help
使用:subscription-manager status [选项]
显示这个系统订阅和产品的状态信息
选项:
-h, --help 显示此帮助信息并退出
--proxy=PROXY_URL proxy URL 的格式为 proxy_hostname:proxy_port
--proxyuser=PROXY_USER
使用基本验证的 HTTP proxy 用户
--proxypassword=PROXY_PASSWORD
使用基本验证的 HTTP proxy 密码
--ondate=ON_DATE 以后要查看状态的日期,默认为今天的日期(例如:2014-01-14)
Description of problem: When specify "LANG" opention and it's not "eng", rhsm will throw a error message then quit. Version-Release number of selected component (if applicable): subscription-manager-firstboot-1.10.10-1.el7.x86_64 subscription-manager-1.10.10-1.el7.x86_64 subscription-manager-gui-1.10.10-1.el7.x86_64 python-rhsm-1.10.10-1.el7.x86_64 How reproducible: always How reproducible: always Steps to Reproduce: 1.run cmd with "LANG=***" Actual results: [root@dhcp-13-59 ~]# LANG=zh subscription-manager register 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128) [root@dhcp-13-59 ~]# LANG=fr subscription-manager list --available 'ascii' codec can't encode character u'\xe8' in position 7: ordinal not in range(128) [root@dhcp-13-59 ~]# LANG=ml subscription-manager facts 'ascii' codec can't encode characters in position 0-7: ordinal not in range(128) [root@dhcp-13-59 ~]# LANG=ja subscription-manager repos 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128) [root@dhcp-13-59 ~]# LANG=eng subscription-manager status <----LANG=eng rhsm works fine. +-------------------------------------------+ System Status Details +-------------------------------------------+ Overall Status: Current Expected results: No error will show and the rhsm should work fine when use LANG=***. Additional info: The help doc works fine with "LANG=***" option like: [root@dhcp-13-59 ~]# LANG=zh subscription-manager status 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128) [root@dhcp-13-59 ~]# LANG=zh subscription-manager status --help 使用:subscription-manager status [选项] 显示这个系统订阅和产品的状态信息 选项: -h, --help 显示此帮助信息并退出 --proxy=PROXY_URL proxy URL 的格式为 proxy_hostname:proxy_port --proxyuser=PROXY_USER 使用基本验证的 HTTP proxy 用户 --proxypassword=PROXY_PASSWORD 使用基本验证的 HTTP proxy 密码 --ondate=ON_DATE 以后要查看状态的日期,默认为今天的日期(例如:2014-01-14)