[Spacewalk-list] Installation of spacewalk on RHEL 6

Susindran Suruli mssusee at gmail.com
Wed Oct 30 15:38:18 UTC 2013


Hi Boyd,

I am getting the same error.I have disabled iptables already..

[root@ ~]# wget http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/space

walk-repo-2.0-3.el6.noarch.rpm
--2013-10-30 11:36:09--
http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/space

walk-repo-2.0-3.el6.noarch.rpm
Resolving yum.spacewalkproject.org... 209.132.183.81
Connecting to yum.spacewalkproject.org|209.132.183.81|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by
peer) in
           headers.
Retrying.

--2013-10-30 11:36:10--  (try: 2)
http://yum.spacewalkproject.org/2.0/RHEL/6/x8

6_64/spacewalk-repo-2.0-3.el6.noarch.rpm
Connecting to yum.spacewalkproject.org|209.132.183.81|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by
peer) in
           headers.
Retrying.

--2013-10-30 11:36:12--  (try: 3)
http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/spacewalk-repo-2.0-3.el6.noarch.rpm
Connecting to yum.spacewalkproject.org|209.132.183.81|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by
peer) in headers.
Retrying.


[root@ ~]# chkconfig --list |grep -i iptables
iptables        0:off   1:off   2:off   3:off   4:off   5:off   6:off
[root@ ~]# /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
[root@ ~]#




On Wed, Oct 30, 2013 at 10:30 AM, Boyd, Robert <Robert.Boyd at peoplefluent.com
> wrote:

> Susi,****
>
> ** **
>
> What happens if you try this:****
>
> ** **
>
> wget
> http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/spacewalk-repo-2.0-3.el6.noarch.rpm
> ****
>
> ** **
>
> ?****
>
> ** **
>
> Is it possible that you have a firewall or intrusion detection system that
> might be interfering with your connection to the spacewalk distro server on
> port 80?****
>
> ** **
>
> Robert****
>
> ** **
>
> *From:* spacewalk-list-bounces at redhat.com [mailto:
> spacewalk-list-bounces at redhat.com] *On Behalf Of *Susindran Suruli
> *Sent:* Tuesday, October 29, 2013 4:19 PM
> *To:* spacewalk-list at redhat.com
> *Subject:* [Spacewalk-list] Installation of spacewalk on RHEL 6****
>
> ** **
>
> Hi Team,****
>
> ** **
>
> I am new to spacewalk..I am trying to install spacewalk on our test server
> its running under RHEL 6.4.I am getting below error while trying to
> isntall.Please let us know what the problem..I can able to ping the
> spacewalk IP from my server,.****
>
> ** **
>
> Find the below for error.****
>
> ** **
>
> [root@ ~]# rpm -Uvh
> http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/spacewalk-repo-2.0-3.el6.noarch.rpm
> ****
>
> Retrieving
> http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/spacewalk-repo-2.0-3.el6.noarch.rpm
> ****
>
> curl: (56) Failure when receiving data from the peer****
>
> error: skipping
> http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/spacewalk-repo-2.0-3.el6.noarch.rpm- transfer failed
> ****
>
> [root@~]#****
>
> ** **
>
> [root@ ~]# curl -v
> http://yum.spacewalkproject.org/2.0/RHEL/6/x86_64/spacewalk-repo-2.0-3.el6.noarch.rpm
> ****
>
> * About to connect() to yum.spacewalkproject.org port 80 (#0)****
>
> *   Trying 209.132.183.81... connected****
>
> * Connected to yum.spacewalkproject.org (209.132.183.81) port 80 (#0)****
>
> > GET /2.0/RHEL/6/x86_64/spacewalk-repo-2.0-3.el6.noarch.rpm HTTP/1.1****
>
> > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/
> 3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2****
>
> > Host: yum.spacewalkproject.org****
>
> > Accept: */*****
>
> >** **
>
> * Closing connection #0****
>
> * Failure when receiving data from the peer****
>
> curl: (56) Failure when receiving data from the peer****
>
> [root@ ~]#****
>
> ** **
>
> [root@ ~]# ping yum.spacewalkproject.org****
>
> PING spacewalk.redhat.com (209.132.183.81) 56(84) bytes of data.****
>
> 64 bytes from spacewalk.redhat.com (209.132.183.81): icmp_seq=1 ttl=238
> time=88.4 ms****
>
> 64 bytes from spacewalk.redhat.com (209.132.183.81): icmp_seq=2 ttl=238
> time=88.3 ms****
>
> 64 bytes from spacewalk.redhat.com (209.132.183.81): icmp_seq=3 ttl=238
> time=89.2 ms****
>
> 64 bytes from spacewalk.redhat.com (209.132.183.81): icmp_seq=4 ttl=238
> time=88.4 ms****
>
> 64 bytes from spacewalk.redhat.com (209.132.183.81): icmp_seq=5 ttl=238
> time=88.6 ms****
>
> ^C****
>
> --- spacewalk.redhat.com ping statistics ---****
>
> 5 packets transmitted, 5 received, 0% packet loss, time 4467ms****
>
> rtt min/avg/max/mdev = 88.396/88.652/89.243/0.408 ms****
>
> [root@ ~]#****
>
> ** **
>
> ** **
>
> Thanks,****
>
> Susi.S****
>
> ** **
>
> _______________________________________________
> Spacewalk-list mailing list
> Spacewalk-list at redhat.com
> https://www.redhat.com/mailman/listinfo/spacewalk-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/spacewalk-list/attachments/20131030/18d66164/attachment.htm>


More information about the Spacewalk-list mailing list