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.
Created attachment 760152[details]
ssl_firstboot
Description of problem:
Observed that firstboot -t option was throwing exception on rhel6.4
Version-Release number of selected component (if applicable):
rpm -qa | grep subscr
subscription-manager-gui-1.8.10-1.el6_4.x86_64
subscription-manager-migration-1.8.10-1.el6_4.x86_64
subscription-manager-1.8.10-1.el6_4.x86_64
subscription-manager-debuginfo-1.8.10-1.el6_4.x86_64
subscription-manager-migration-data-1.12.2.6-1.git.0.171d4c3.el6.noarch
subscription-manager-firstboot-1.8.10-1.el6_4.x86_64
How reproducible:
3/3
Steps to Reproduce:
1.on CLI issue the command firstboot -t
2.on the 5 th screen ie "Provide Certificate" page select any of the option and click next
Actual results:
Observed the exception (PFA:ssl_firstboot.png,firstboot_exception.ong, exception.txt)
Expected results:
Exception should not there
Additional info:
I have also tried to exectue firstboot -t before and after registering the system, but observed the same thing
Comment 4Vratislav Podzimek
2013-09-18 13:50:25 UTC
firstboot 1.110.14 exception report
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/firstboot/interface.py", line 105, in _nextClicked
self.advance()
File "/usr/lib/python2.6/site-packages/firstboot/interface.py", line 157, in advance
self.moveToPage(pageNum=self._control.currentPage+1)
File "/usr/lib/python2.6/site-packages/firstboot/interface.py", line 412, in moveToPage
self.displayModule()
File "/usr/lib/python2.6/site-packages/firstboot/interface.py", line 335, in displayModule
currentModule.initializeUI()
File "/usr/share/rhn/up2date_client/firstboot/rhn_login_gui.py", line 81, in initializeUI
self.loginPage.loginPagePrepare()
File "/usr/share/rhn/up2date_client/rhnregGui.py", line 426, in loginPagePrepare
assert serverType in ['hosted', 'satellite']
AssertionError
This looks to me as a but in the subscription-manager's module. Probably it's ignoring the 'testing' flag. Reassigning.
Those screens (and the traceback) are from the rhn-client-tools package. Moving there.
Comment 6RHEL Program Management
2013-10-14 03:22:19 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.
Comment 8RHEL Program Management
2014-11-10 14:25:52 UTC
Development Management has reviewed and declined this request.
You may appeal this decision by reopening this request.
Created attachment 760152 [details] ssl_firstboot Description of problem: Observed that firstboot -t option was throwing exception on rhel6.4 Version-Release number of selected component (if applicable): rpm -qa | grep subscr subscription-manager-gui-1.8.10-1.el6_4.x86_64 subscription-manager-migration-1.8.10-1.el6_4.x86_64 subscription-manager-1.8.10-1.el6_4.x86_64 subscription-manager-debuginfo-1.8.10-1.el6_4.x86_64 subscription-manager-migration-data-1.12.2.6-1.git.0.171d4c3.el6.noarch subscription-manager-firstboot-1.8.10-1.el6_4.x86_64 How reproducible: 3/3 Steps to Reproduce: 1.on CLI issue the command firstboot -t 2.on the 5 th screen ie "Provide Certificate" page select any of the option and click next Actual results: Observed the exception (PFA:ssl_firstboot.png,firstboot_exception.ong, exception.txt) Expected results: Exception should not there Additional info: I have also tried to exectue firstboot -t before and after registering the system, but observed the same thing