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.
DescriptionShwetha Kallesh
2016-11-16 11:45:58 UTC
Created attachment 1221111[details]
Exception while trying to register without entering any credentials
Description of problem:
Firstboot : Exception occurs when you click on register button without entering credentials
Version-Release number of selected component (if applicable):
[root@dhcp35-179 ~]# rpm -qa | grep firstboot
subscription-manager-firstboot-1.18.4-1.el6.x86_64
firstboot-1.110.15-4.el6.x86_64
How reproducible:
Steps to Reproduce:
1.launch firstboot
2.Accept license agreement --> in Setup Software update screen , select , yes I would like to register and click on forward button -----> In choose service page click on forward button
3.In Subscription-management registration page ----> Do not Select "I will use Activation key", click on forward -------> Do not enter any values in username and passowrd fields , just click on forward button
Actual results:
Exception is thrown
Actual results:
A message saying "You must enter Username"
Expected results:
Additional info:
Relevant traceback from reproduction:
firstboot 1.110.15 exception report
Traceback (most recent call last):
File "/usr/share/rhn/up2date_client/firstboot/rhsm_login.py", line 226, in on_register_error
self.handle_register_exception(obj, msg, exc_list)
File "/usr/share/rhn/up2date_client/firstboot/rhsm_login.py", line 240, in handle_register_exception
if isinstance(exc_info[1], registergui.RemoteUnregisterException):
TypeError: 'MessageType' object does not support indexing
Local variables in innermost frame:
msg: You must enter a login.
exc_info: <enum GTK_MESSAGE_ERROR of type GtkMessageType>
self: <rhsm_login.moduleClass object at 0x15b5810>
obj: <FirstbootWidget object at 0x1aca050 (FirstbootWidget at 0x1a4e160)>
As it seems this bug has the same root cause (and indeed the same fix at least in my testing) as bug 1395662, I am closing this bug as a duplicate of that one.
*** This bug has been marked as a duplicate of bug 1395662 ***
Created attachment 1221111 [details] Exception while trying to register without entering any credentials Description of problem: Firstboot : Exception occurs when you click on register button without entering credentials Version-Release number of selected component (if applicable): [root@dhcp35-179 ~]# rpm -qa | grep firstboot subscription-manager-firstboot-1.18.4-1.el6.x86_64 firstboot-1.110.15-4.el6.x86_64 How reproducible: Steps to Reproduce: 1.launch firstboot 2.Accept license agreement --> in Setup Software update screen , select , yes I would like to register and click on forward button -----> In choose service page click on forward button 3.In Subscription-management registration page ----> Do not Select "I will use Activation key", click on forward -------> Do not enter any values in username and passowrd fields , just click on forward button Actual results: Exception is thrown Actual results: A message saying "You must enter Username" Expected results: Additional info: