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 tried to register system form GUI,after clicking Register button with valid server url, the registering window appeared before the login window.
Version-Release number of selected component (if applicable):
subscription-manager-firstboot-1.18.5-1.el6.x86_64
subscription-manager-1.18.5-1.el6.x86_64
python-rhsm-certificates-1.18.5-1.el6.x86_64
subscription-manager-gui-1.18.5-1.el6.x86_64
python-rhsm-1.18.5-1.el6.x86_64
How reproducible:
always
Steps to Reproduce:
1.Install build RHEL-6.9-20161201.0
2.Open the GUI and try to register
#subscription-manager-gui
3.click Register button,input valid server url (subscription.rhsm.stage.redhat.com:443/subscription)
4 click Next button,the registering windows appears
Actual results:
the registering windows appears before the login window
Expected results:
after click the Next button,it should be better to turn to the login window directly,and then begin registering
Additional info:
This is an expected behaviour. As shown in the screen shot, we are now validating the connection ("Validating connection") info just submitted on the prior screen. Note: The validation logic is not net new. The visibility of the dialog (representing the time taken to validate) is new. Previously the registration screen was momentarily frozen following entry of server info.
The new behaviour fixes bug 1268033.