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 you try to register into RHN using rhn-register GUI and use wrong password GUI tool will still let you into next step (failing at the end of whole register process).
Version-Release number of selected component (if applicable):
rhn-client-tools-1.0.0-73.el6
How reproducible:
3 of 3
Steps to Reproduce:
1. Have GUI capable system.
2. Run rhn_register (GUI)
3. Select RHN and enter wrong password
Actual results:
GUI will let you to next step - even tho on terminal or in /var/log/up2date there will be error message:
Error Message:
Invalid username/password combination
Expected results:
GUI will return wrong login/password combination message.
Additional info:
Log /var/log/up2date:
Error Message:
Invalid username/password combination
Error Class Code: 2
Error Class Info:
Invalid username and password combination.
If you are using email address as a login, try using your associated
login name instead.
Explanation:
An error has occurred while processing your request. If this problem
persists please enter a bug report at bugzilla.redhat.com.
If you choose to submit the bug report, please be sure to include
details of what you were trying to do when this error occurred and
details on how to reproduce this problem.
[Mon Jan 2 09:59:06 2012] rhn_register
Traceback (most recent call last):
File "/usr/share/rhn/up2date_client/gui.py", line 256, in onChooseChannelPagePrepare
self.chooseChannelPagePrepare()
File "/usr/share/rhn/up2date_client/rhnregGui.py", line 586, in chooseChannelPagePrepare
self.channels = self.eus_channels['channels']
<type 'exceptions.AttributeError'>: Gui instance has no attribute 'eus_channels'
Fixed in spacewalk in 60555bc0bd4090cd39b87f964fd55cd3a9a29785
cherrypicked to satellite.git as 9e31f2ae21f88f15f7f28a79647b2cc0b0c6f997
Note this fix change behaviour of hardware reactivation a little. (it moved the activation to one of earlier screen). So this may need to be retested as well.
While verifying this bug I hit another problem.
When I tried to register against Hosted using rhn_register selecting the option "I have acces to a Red Hat Network Satellite or Red Hat Network Proxy. I'd like to receive software updates from the Satellite or Proxy below:" + Hosted location registration proceeded even if wrong login or password was used. Registration failed at the end of the process only with traceback in /var/log/up2date and error message in terminal (same as in comment 0).
Could you (Miroslav?) fix the problem described above?
Switching to FAILED_QA.
Otherwise when registering against RHN Satellite, even if wrong login/password is used, a window with error message is shown.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2012-0752.html
Description of problem: When you try to register into RHN using rhn-register GUI and use wrong password GUI tool will still let you into next step (failing at the end of whole register process). Version-Release number of selected component (if applicable): rhn-client-tools-1.0.0-73.el6 How reproducible: 3 of 3 Steps to Reproduce: 1. Have GUI capable system. 2. Run rhn_register (GUI) 3. Select RHN and enter wrong password Actual results: GUI will let you to next step - even tho on terminal or in /var/log/up2date there will be error message: Error Message: Invalid username/password combination Expected results: GUI will return wrong login/password combination message. Additional info: Log /var/log/up2date: Error Message: Invalid username/password combination Error Class Code: 2 Error Class Info: Invalid username and password combination. If you are using email address as a login, try using your associated login name instead. Explanation: An error has occurred while processing your request. If this problem persists please enter a bug report at bugzilla.redhat.com. If you choose to submit the bug report, please be sure to include details of what you were trying to do when this error occurred and details on how to reproduce this problem. [Mon Jan 2 09:59:06 2012] rhn_register Traceback (most recent call last): File "/usr/share/rhn/up2date_client/gui.py", line 256, in onChooseChannelPagePrepare self.chooseChannelPagePrepare() File "/usr/share/rhn/up2date_client/rhnregGui.py", line 586, in chooseChannelPagePrepare self.channels = self.eus_channels['channels'] <type 'exceptions.AttributeError'>: Gui instance has no attribute 'eus_channels'