Bug 657091
| Summary: | spacewalk-repo-sync ignores http proxy settings | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Stephan Dühr <stephan.duehr> | ||||
| Component: | Server | Assignee: | Miroslav Suchý <msuchy> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Jiri Kastner <jkastner> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 540 | CC: | agouny, clasohm, cperry, jentrena, jfenal, jkastner, jsherril, mmello, mmraka, msuchy, xdmoon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | spacewalk-backend-1.2.13-35.el5sat | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-03-28 09:33:18 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 646488 | ||||||
| Attachments: |
|
||||||
|
Description
Stephan Dühr
2010-11-24 21:19:41 UTC
Created attachment 474652 [details]
Patch Proposed
Hello,
Sent patch for spacewalk-devel list for approval.
Best Regards,
Marcelo Moreira de Mello
Fixed in spacewalk.git as commit 6690c51c5cbdc83de9eb5989ebc63fd1cedfa1fa Thx for contribution. Additional Commit to fix missed variable rename: 98edcaf5762b16d47ca15c4c32fb22a9a20d6254 [root@ibm-x3655-01 errata]# iptables -L RH-Firewall-1-INPUT -v -n
Chain RH-Firewall-1-INPUT (2 references)
pkts bytes target prot opt in out source destination
22 2142 LOG tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:80 limit: avg 5/min burst 7 LOG flags 0 level 7 prefix `RESP-HTTP657091 '
0 0 LOG tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:443 limit: avg 5/min burst 7 LOG flags 0 level 7 prefix `RESP-HTTPS657091 '
0 0 LOG tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:443 state RELATED,ESTABLISHED LOG flags 0 level 7 prefix `EST-HTTPS657091 '
34 4376 LOG tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:80 state RELATED,ESTABLISHED LOG flags 0 level 7 prefix `EST-HTTP657091 '
8 7641 LOG tcp -- * * 10.16.64.99 0.0.0.0/0 limit: avg 5/min burst 7 LOG flags 0 level 7 prefix `RESP-BZ657091 '
9712 14M LOG tcp -- * * 10.16.64.99 0.0.0.0/0 state RELATED,ESTABLISHED LOG flags 0 level 7 prefix `EST-BZ657091 '
65526 15M ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmp type 255
0 0 ACCEPT esp -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT ah -- * * 0.0.0.0/0 0.0.0.0/0
260 40702 ACCEPT udp -- * * 0.0.0.0/0 224.0.0.251 udp dpt:5353
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:631
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:631
10246 14M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:3128
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:514
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:53
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:53
28 9696 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:68
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:68
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80
6 360 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:443
363 57346 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
[root@ibm-x3655-01 errata]# nslookup 10.16.64.99 -s s01.rdu.redhat.com *** Invalid option: s Server: s01.rdu.redhat.com Address: 10.11.255.155#53 99.64.16.10.in-addr.arpa name = intel-d3c4702-01.rhts.eng.bos.redhat.com. [root@ibm-x3655-01 errata]# grep proxy /etc/rhn/rhn.conf server.satellite.http_proxy = intel-d3c4702-01.rhts.eng.bos.redhat.com:3128 server.satellite.http_proxy_username = server.satellite.http_proxy_password = web.subscribe_proxy_channel=1 [root@ibm-x3655-01 errata]# grep proxy /etc/yum. yum.conf yum.repos.d/ [root@ibm-x3655-01 errata]# grep proxy /etc/yum.conf proxy=http://intel-d3c4702-01.rhts.eng.bos.redhat.com:3128/ [root@ibm-x3655-01 errata]# grep Proxy /etc/sysconfig/rhn/up2date enableProxyAuth[comment]=To use an authenticated proxy or not enableProxyAuth=0 enableProxy[comment]=Use a HTTP Proxy enableProxy=1 httpProxy[comment]=HTTP proxy in host:port format, e.g. squid.redhat.com:3128 httpProxy=intel-d3c4702-01.rhts.eng.bos.redhat.com:3128 I've got 3 more customers facing this issue directly. Any time-frame on a fix ? An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0387.html |