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 12:44:00 UTC
Description of problem:
No error dialogue when you try to register via auth proxy without selecting "Use Authentication with http proxy" option ,its just one of those cases where user by mistake unchecks the "Use Authentication with http proxy" option after successfully tests connection and closes the proxy configuration dialog
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Launch GUI
2. Click on register button , Click on configure proxy button
3. Select "I would like to use http proxy" , Enter the valid authorized proxy server details
4. But do not select "Use Authentication with http proxy" option and close the window
5. Now click on next button
Actual results:
No error dialog but traceback on the terminal
Expected results:
Error dilog saying "Server is not reachable at <server datials>" and no trace back on terminal
Additional info:
traceback on terminal:
rhsm.connection.ProxyException: Proxy connection failed: 407
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/subscription_manager/gui/registergui.py", line 542, in _on_proceed
self.apply_current_screen()
File "/usr/lib/python2.6/site-packages/subscription_manager/gui/registergui.py", line 536, in apply_current_screen
self.current_screen.apply()
File "/usr/lib/python2.6/site-packages/subscription_manager/gui/registergui.py", line 1867, in apply
if not is_valid_server_info(conn):
File "/usr/lib/python2.6/site-packages/subscription_manager/utils.py", line 142, in is_valid_server_info
conn.ping()
File "/usr/lib64/python2.6/site-packages/rhsm/connection.py", line 904, in ping
return self.conn.request_get("/status/")
File "/usr/lib64/python2.6/site-packages/rhsm/connection.py", line 708, in request_get
return self._request("GET", method)
File "/usr/lib64/python2.6/site-packages/rhsm/connection.py", line 597, in _request
raise ProxyException(e)
rhsm.connection.ProxyException: Proxy connection failed: 407
/usr/sbin/subscription-manager-gui:212: GtkWarning: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.OWQQQY': No such file or directory
sys.exit(ga_Gtk.main() or 0)
/usr/sbin/subscription-manager-gui:212: GtkWarning: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory
sys.exit(ga_Gtk.main() or 0)
Created attachment 1225163[details]
Error message
See the error dialogue when user fails to select use authentication option for a valid auth proxy
subscription-manager: 1.18.5-1.el6
python-rhsm: 1.18.5-1.el6
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.
https://rhn.redhat.com/errata/RHSA-2017-0698.html
Description of problem: No error dialogue when you try to register via auth proxy without selecting "Use Authentication with http proxy" option ,its just one of those cases where user by mistake unchecks the "Use Authentication with http proxy" option after successfully tests connection and closes the proxy configuration dialog Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Launch GUI 2. Click on register button , Click on configure proxy button 3. Select "I would like to use http proxy" , Enter the valid authorized proxy server details 4. But do not select "Use Authentication with http proxy" option and close the window 5. Now click on next button Actual results: No error dialog but traceback on the terminal Expected results: Error dilog saying "Server is not reachable at <server datials>" and no trace back on terminal Additional info: traceback on terminal: rhsm.connection.ProxyException: Proxy connection failed: 407 Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/subscription_manager/gui/registergui.py", line 542, in _on_proceed self.apply_current_screen() File "/usr/lib/python2.6/site-packages/subscription_manager/gui/registergui.py", line 536, in apply_current_screen self.current_screen.apply() File "/usr/lib/python2.6/site-packages/subscription_manager/gui/registergui.py", line 1867, in apply if not is_valid_server_info(conn): File "/usr/lib/python2.6/site-packages/subscription_manager/utils.py", line 142, in is_valid_server_info conn.ping() File "/usr/lib64/python2.6/site-packages/rhsm/connection.py", line 904, in ping return self.conn.request_get("/status/") File "/usr/lib64/python2.6/site-packages/rhsm/connection.py", line 708, in request_get return self._request("GET", method) File "/usr/lib64/python2.6/site-packages/rhsm/connection.py", line 597, in _request raise ProxyException(e) rhsm.connection.ProxyException: Proxy connection failed: 407 /usr/sbin/subscription-manager-gui:212: GtkWarning: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.OWQQQY': No such file or directory sys.exit(ga_Gtk.main() or 0) /usr/sbin/subscription-manager-gui:212: GtkWarning: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: No such file or directory sys.exit(ga_Gtk.main() or 0)