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.
DescriptionDimitar Yordanov
2011-03-24 11:54:13 UTC
Created attachment 487291[details]
rhn_register --nox : reproducer notes
Description of problem:
Command rhn_register --nox fails.
Version-Release number of selected component (if applicable):
RHEL6.1
rhn-check-1.0.0-57.el6.noarch
rhn-client-tools-1.0.0-57.el6.noarch
rhn-setup-1.0.0-57.el6.noarch
rhn-setup-gnome-1.0.0-57.el6.noarch
yum-rhn-plugin-0.9.1-20.el6.noarch
How reproducible:
Always
Steps to Reproduce:
1.rhn_register --nox
Actual results:
No action and tracebak in /var/log/up2date
[Thu Mar 24 04:47:50 2011] rhn_register
Traceback (most recent call last):
File "/usr/sbin/rhn_register", line 75, in <module>
app.run()
File "/usr/share/rhn/up2date_client/rhncli.py", line 74, in run
sys.exit(self.main() or 0)
File "/usr/sbin/rhn_register", line 57, in main
ui.main()
File "/usr/share/rhn/up2date_client/tui.py", line 1271, in main
tui = Tui(screen, test)
File "/usr/share/rhn/up2date_client/tui.py", line 1127, in __init__
self.drawFrame()
File "/usr/share/rhn/up2date_client/tui.py", line 1171, in drawFrame
self.screen.drawRootText(0, 0, self.welcomeText)
File "/usr/lib64/python2.6/site-packages/snack.py", line 493, in drawRootText
return _snack.drawroottext(left, top, text)
<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xa9' in position 10: ordinal not in range(128)
Expected results:
Registration process is initiated.
Additional info:
See attachment.
Created attachment 487291 [details] rhn_register --nox : reproducer notes Description of problem: Command rhn_register --nox fails. Version-Release number of selected component (if applicable): RHEL6.1 rhn-check-1.0.0-57.el6.noarch rhn-client-tools-1.0.0-57.el6.noarch rhn-setup-1.0.0-57.el6.noarch rhn-setup-gnome-1.0.0-57.el6.noarch yum-rhn-plugin-0.9.1-20.el6.noarch How reproducible: Always Steps to Reproduce: 1.rhn_register --nox Actual results: No action and tracebak in /var/log/up2date [Thu Mar 24 04:47:50 2011] rhn_register Traceback (most recent call last): File "/usr/sbin/rhn_register", line 75, in <module> app.run() File "/usr/share/rhn/up2date_client/rhncli.py", line 74, in run sys.exit(self.main() or 0) File "/usr/sbin/rhn_register", line 57, in main ui.main() File "/usr/share/rhn/up2date_client/tui.py", line 1271, in main tui = Tui(screen, test) File "/usr/share/rhn/up2date_client/tui.py", line 1127, in __init__ self.drawFrame() File "/usr/share/rhn/up2date_client/tui.py", line 1171, in drawFrame self.screen.drawRootText(0, 0, self.welcomeText) File "/usr/lib64/python2.6/site-packages/snack.py", line 493, in drawRootText return _snack.drawroottext(left, top, text) <type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xa9' in position 10: ordinal not in range(128) Expected results: Registration process is initiated. Additional info: See attachment.