Bug 1055007
Summary: | 'rake seed_with_logging' fails during fresh install of katello 1.4 on fedora 19 | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Kris Knigga <kris+bugzilla> | ||||
Component: | Infrastructure | Assignee: | Katello Bug Bin <katello-bugs> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Katello QA List <katello-qa-list> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | Nightly | CC: | bkearney, kris+bugzilla | ||||
Target Milestone: | Unspecified | Keywords: | Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
URL: | http://projects.theforeman.org/issues/6068 | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-06-04 17:51:39 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Kris Knigga
2014-01-17 23:05:41 UTC
Moving to Sat6 to be tracked there. Upstream bugs are moving to redmine. Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. After some more digging I found that the installer is trying to reach Pulp through our corporate web proxy. From /var/log/katello/production.log: [ERROR 2014-01-17 15:33:53 pulp_rest #3156] RestClient.post "https://katellohost.workdomain.com/pulp/api/v2/users/" ... ... | For assistance, contact support at <A href='support?subject=Proxy Error: dns_unresolved_hostname Financial Services for ssl://katellohost.workdomain.com:443/, Client IP: 10.97.3.15 '>support</a> ... This means the installer is checking the environment variables $http_proxy and $https_proxy (or $HTTP_PROXY and $HTTPS_PROXY) I have set, but not $no_proxy (or $NO_PROXY). Here is what I have set: proxy=http://10.97.16.4:8080 export HTTP_PROXY=${proxy} export http_proxy=${proxy} export HTTPS_PROXY=${proxy} export https_proxy=${proxy} export NO_PROXY="localhost, 127.0.0.0/8, 10.0.0.0/8, 192.168.0.0/16, 10.97.3.15/32, katellohost.workdomain.com, katellohost" export no_proxy=${NO_PROXY} Created redmine issue http://projects.theforeman.org/issues/6068 from this bug tracking this upstream only. |