Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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.
Bug 1341713 - Have Katello-installer check to see if there is a proxy env set before running
Summary: Have Katello-installer check to see if there is a proxy env set before running
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Installation
Version: 6.1.8
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: Unspecified
Assignee: Chris Roberts
QA Contact: Justin Sherrill
URL: http://projects.theforeman.org/issues...
Whiteboard:
: 1334118 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-01 14:51 UTC by Chris Roberts
Modified: 2019-09-25 21:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-21 16:44:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 14956 0 Normal Closed Have Katello-installer check to see if there is a proxy env set before running 2020-12-12 05:45:56 UTC

Description Chris Roberts 2016-06-01 14:51:48 UTC
Description of problem:
Many times a user will have a http/s proxy set in their bash ENV and when wget runs for Candlepin to check the services the installer will bomb out. Please add a check to make the installer let a person know there is a proxy set before running and resulting in a error.

Version-Release number of selected component (if applicable):
6.1/6.2

How reproducible:


Steps to Reproduce:
1. set http/https proxy env 
2. run katello-installer 
3. watch it bomb out

Actual results:
wget fails on candlepin check which causes installer to fail

Expected results:
an error telling me i have a proxy env set

Additional info:

Comment 1 Chris Roberts 2016-06-01 14:56:41 UTC
PR: https://github.com/Katello/katello-installer/pull/353

Comment 3 Brad Buckingham 2016-06-01 18:11:55 UTC
*** Bug 1334118 has been marked as a duplicate of this bug. ***

Comment 4 Justin Sherrill 2017-08-09 19:59:56 UTC
Verified on snap 10:

[root@jsherrill-test ~]# http_proxy=http://foobar.com:9934  satellite-installer --disable-system-checks
Please unset the following environment variables before running the installer: http_proxy, https_proxy, ssl_cert_file
Your system does not meet configuration criteria
[root@jsherrill-test ~]# https_proxy=http://foobar.com:9934  satellite-installer --disable-system-checks
Please unset the following environment variables before running the installer: http_proxy, https_proxy, ssl_cert_file
Your system does not meet configuration criteria

Comment 5 Satellite Program 2018-02-21 16:44:36 UTC
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://access.redhat.com/errata/RHSA-2018:0336


Note You need to log in before you can comment on or make changes to this bug.