Hide Forgot
Created attachment 813551 [details] firstboot rhel7 no proxy option Description of problem: RHEL 7 First boot has no option to register with proxy Version-Release number of selected component (if applicable): # subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.8.29-1 subscription-manager: 1.10.4-1.el7 python-rhsm: 1.10.3-1.el7 How reproducible: Always Steps to Reproduce: 1. Start Firstboot 2. click Next Actual results: See attachment Expected results: There should be an option to register with proxy Additional info:
Looks like the logic for deciding when to show the proxy info isn't quite right. For 9ebbf0b4b2aaf8cfc3c5f416d2c6640566a8e253 (, 1.10.4) we only show our proxy config infomation if the system doesn't have any rhn config (ie, no rhn-client-tools installed). That's not really correct, since you could have that installed, even if it's not actually needed by us or firstboot anymore. Code needs to figure out there are no rhn modules in firstboot (as on rhel7) and show the proxy config, and for rhel6, where there are rhn modules, to use the proxy info from the rhn screens.
https://github.com/candlepin/subscription-manager/pull/823
commit f3c516ec155cc7ef3533464890f061393a575194 Author: Adrian Likins <alikins> Date: Thu Nov 21 16:24:05 2013 -0500 1020539: Show proxy info if no RHN in firstboot Previously, we used the http proxy info collected in the RHN firstboot screens. If we are standalone without those modules, show our proxy screen instead.
Created attachment 837332 [details] RHEL7-Firstboot-Proxy Version # subscription-manager version server type: This system is currently not registered. subscription management server: 0.9.1-1 subscription-manager: 1.10.8-1.el7 python-rhsm: 1.10.8-1.el7 Verification: Please see attachment. Verified for 1. Proxy with auth 2. Proxy without auth VERIFIED
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request.