Bug 982144
Summary: | [ALL LANG] [RHSM CLI] identity --regenerate module with wrong username or password produces unexpected message: ''ascii' codec can't decode byte 0xe3 in position 0: ordinal not in range(128)' | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Lijun Li <lijli> |
Component: | subscription-manager | Assignee: | Carter Kozak <ckozak> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.10 | CC: | bkearney, ckozak, fsharath, jesusr, qe-i18n-bugs |
Target Milestone: | rc | Keywords: | i18n |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-01 13:49:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 840995 |
Description
Lijun Li
2013-07-08 09:06:17 UTC
I cannot reproduce this on the latest build, I assume this patch fixed the issue. commit d3b2a827e8db6e47ae298ce5cae8fbe55b690964 Author: ckozak <ckozak> Date: Tue Jul 2 11:14:14 2013 -0400 977535: cli uses utf8 too Version: # rpm -qa | egrep "subscription-manager|python-rhsm" subscription-manager-1.8.13-1.el5_9 subscription-manager-migration-1.8.13-1.el5_9 python-rhsm-1.8.13-1.el5_9 subscription-manager-migration-data-1.11.3.1-1.git.1.78afd75.el5 subscription-manager-firstboot-1.8.13-1.el5_9 subscription-manager-debuginfo-1.8.13-1.el5_9 subscription-manager-gui-1.8.13-1.el5_9 Verification: # subscription-manager identity Current identity is: 1895c4cf-560a-4ee8-af8e-28f00b93f3f9 name: dhcp129-119.rdu.redhat.com org name: 6752574 org ID: 6752574 (INVALID CREDENTIALS) # subscription-manager identity --regenerate --username stage_test_12 --password test --force Invalid username or password. To create a login, please visit https://www.redhat.com/wapps/ugc/register.html VERIFIED Additional Information: # LANG=zh_CN.UTF-8 subscription-manager identity --regenerate --username stage_test_12 --password test --force 无效用户名或者密码。要创建登录,请访问 https://www.redhat.com/wapps/ugc/register.html [root@dhcp129-119 ~]# LANG=zh_TW.UTF-8 subscription-manager identity --regenerate --username stage_test_12 --password test --force 無效的使用者名稱或密碼。若要建立登錄帳號,請至 https://www.redhat.com/wapps/ugc/register.html Works for UTF8 chars as well |