Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-31 Thread papinder singh
Hi Susindran,

Sorry what you did... you add proxy entries in up2date ... ooh common.. you
have to add proxy on your system rather that proxy in rhn configure
files...

Do one thing, just add proxy into your spacewalk server like
*export http_proxy=http://proxyserver:port*
And then try ... might be that will help you ...


On Thu, Oct 31, 2013 at 12:29 AM, Susindran Suruli mssu...@gmail.comwrote:

 Hi Papseddy,

 Thanks for your reply...I have added proxy details in the
 /etc/sysconfig/rhn/up2date file but seems same issue..Very difficult to
 download all the rpm from spacewalk to install manually with use for rpm
 command...

 Is there any way to communicate with spacewalk website?

 Any other configuration need to check?


 On Wed, Oct 30, 2013 at 1:09 PM, papinder singh papse...@gmail.comwrote:

 Are u using proxy in your network?...

 Or you can download this rpm package through Firefox and then install it
 with simple rpm command.. If you have graphical interface of course..


 On Wednesday, October 30, 2013, Susindran Suruli wrote:

 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
 iptables0: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.b...@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-boun...@redhat.com [mailto:
 spacewalk-list-boun...@redhat.com] *On Behalf Of *Susindran Suruli
 *Sent:* Tuesday, October 29, 2013 4:19 PM
 *To:* spacewalk-list@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
 ___

 Spacewalk-list mailing list
 Spacewalk-list@redhat.com
 https://www.redhat.com/mailman/listinfo/spacewalk-list




 --
 Thanks,

 Papseddy
 +919871417733

 Sent from Ipad


 ___
 Spacewalk-list mailing list
 Spacewalk-list@redhat.com
 https://www.redhat.com/mailman/listinfo/spacewalk-list



 ___
 Spacewalk-list mailing list
 Spacewalk-list@redhat.com
 https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-31 Thread Susindran Suruli
Hi Papinder Singh,

Seems is not issue with proxy..We have to register on spacewalk inorder to
download?

Telnet is working fine for port 80..Dont know whats the exact issue..

[root@ ~]# telnet yum.spacewalkproject.org 80
Trying 209.132.183.81...
Connected to yum.spacewalkproject.org.
Escape character is '^]'.



On Thu, Oct 31, 2013 at 6:07 AM, papinder singh papse...@gmail.com wrote:

 Hi Susindran,

 Sorry what you did... you add proxy entries in up2date ... ooh common..
 you have to add proxy on your system rather that proxy in rhn configure
 files...

 Do one thing, just add proxy into your spacewalk server like
 *export http_proxy=http://proxyserver:port*
 And then try ... might be that will help you ...


 On Thu, Oct 31, 2013 at 12:29 AM, Susindran Suruli mssu...@gmail.comwrote:

 Hi Papseddy,

 Thanks for your reply...I have added proxy details in the
 /etc/sysconfig/rhn/up2date file but seems same issue..Very difficult to
 download all the rpm from spacewalk to install manually with use for rpm
 command...

 Is there any way to communicate with spacewalk website?

 Any other configuration need to check?


 On Wed, Oct 30, 2013 at 1:09 PM, papinder singh papse...@gmail.comwrote:

 Are u using proxy in your network?...

 Or you can download this rpm package through Firefox and then install it
 with simple rpm command.. If you have graphical interface of course..


 On Wednesday, October 30, 2013, Susindran Suruli wrote:

 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
 iptables0: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.b...@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-boun...@redhat.com [mailto:
 spacewalk-list-boun...@redhat.com] *On Behalf Of *Susindran Suruli
 *Sent:* Tuesday, October 29, 2013 4:19 PM
 *To:* spacewalk-list@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
 ___

 Spacewalk-list mailing list
 Spacewalk-list@redhat.com
 https://www.redhat.com/mailman/listinfo

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-31 Thread Susindran Suruli
Hi Papinder Singh,

Thanks Its works with below proxy syntax..

http_proxy=http://username:password@proxyserver:8080/
export http_proxy
Thanks,
Susi.S



On Thu, Oct 31, 2013 at 12:50 PM, Susindran Suruli mssu...@gmail.comwrote:

 Hi Papinder Singh,

 Seems is not issue with proxy..We have to register on spacewalk inorder to
 download?

 Telnet is working fine for port 80..Dont know whats the exact issue..

 [root@ ~]# telnet yum.spacewalkproject.org 80
 Trying 209.132.183.81...
 Connected to yum.spacewalkproject.org.
 Escape character is '^]'.



 On Thu, Oct 31, 2013 at 6:07 AM, papinder singh papse...@gmail.comwrote:

 Hi Susindran,

 Sorry what you did... you add proxy entries in up2date ... ooh common..
 you have to add proxy on your system rather that proxy in rhn configure
 files...

 Do one thing, just add proxy into your spacewalk server like
 *export http_proxy=http://proxyserver:port*
 And then try ... might be that will help you ...


 On Thu, Oct 31, 2013 at 12:29 AM, Susindran Suruli mssu...@gmail.comwrote:

 Hi Papseddy,

 Thanks for your reply...I have added proxy details in the
 /etc/sysconfig/rhn/up2date file but seems same issue..Very difficult to
 download all the rpm from spacewalk to install manually with use for rpm
 command...

 Is there any way to communicate with spacewalk website?

 Any other configuration need to check?


 On Wed, Oct 30, 2013 at 1:09 PM, papinder singh papse...@gmail.comwrote:

 Are u using proxy in your network?...

 Or you can download this rpm package through Firefox and then install
 it with simple rpm command.. If you have graphical interface of course..


 On Wednesday, October 30, 2013, Susindran Suruli wrote:

 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
 iptables0: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.b...@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-boun...@redhat.com [mailto:
 spacewalk-list-boun...@redhat.com] *On Behalf Of *Susindran Suruli
 *Sent:* Tuesday, October 29, 2013 4:19 PM
 *To:* spacewalk-list@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

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread Boyd, Robert
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-boun...@redhat.com 
[mailto:spacewalk-list-boun...@redhat.com] On Behalf Of Susindran Suruli
Sent: Tuesday, October 29, 2013 4:19 PM
To: spacewalk-list@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.orghttp://yum.spacewalkproject.org port 80 (#0)
*   Trying 209.132.183.81... connected
* Connected to yum.spacewalkproject.orghttp://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.0http://3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
 Host: yum.spacewalkproject.orghttp://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.orghttp://yum.spacewalkproject.org
PING spacewalk.redhat.comhttp://spacewalk.redhat.com (209.132.183.81) 56(84) 
bytes of data.
64 bytes from spacewalk.redhat.comhttp://spacewalk.redhat.com 
(209.132.183.81): icmp_seq=1 ttl=238 time=88.4 ms
64 bytes from spacewalk.redhat.comhttp://spacewalk.redhat.com 
(209.132.183.81): icmp_seq=2 ttl=238 time=88.3 ms
64 bytes from spacewalk.redhat.comhttp://spacewalk.redhat.com 
(209.132.183.81): icmp_seq=3 ttl=238 time=89.2 ms
64 bytes from spacewalk.redhat.comhttp://spacewalk.redhat.com 
(209.132.183.81): icmp_seq=4 ttl=238 time=88.4 ms
64 bytes from spacewalk.redhat.comhttp://spacewalk.redhat.com 
(209.132.183.81): icmp_seq=5 ttl=238 time=88.6 ms
^C
--- spacewalk.redhat.comhttp://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@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread Susindran Suruli
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
iptables0: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.b...@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-boun...@redhat.com [mailto:
 spacewalk-list-boun...@redhat.com] *On Behalf Of *Susindran Suruli
 *Sent:* Tuesday, October 29, 2013 4:19 PM
 *To:* spacewalk-list@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@redhat.com
 https://www.redhat.com/mailman/listinfo/spacewalk-list

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread papinder singh
Are u using proxy in your network?...

Or you can download this rpm package through Firefox and then install it
with simple rpm command.. If you have graphical interface of course..

On Wednesday, October 30, 2013, Susindran Suruli wrote:

 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
 iptables0: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.b...@peoplefluent.com javascript:_e({}, 'cvml',
 'robert.b...@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-boun...@redhat.com [mailto:
 spacewalk-list-boun...@redhat.com] *On Behalf Of *Susindran Suruli
 *Sent:* Tuesday, October 29, 2013 4:19 PM
 *To:* spacewalk-list@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
 ___
 Spacewalk-list mailing list
 Spacewalk-list@redhat.com javascript:_e({}, 'cvml',
 'Spacewalk-list@redhat.com');
 https://www.redhat.com/mailman/listinfo/spacewalk-list




-- 
Thanks,

Papseddy
+919871417733

Sent from Ipad
___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread Susindran Suruli
Hi Papseddy,

Thanks for your reply...I have added proxy details in the
/etc/sysconfig/rhn/up2date file but seems same issue..Very difficult to
download all the rpm from spacewalk to install manually with use for rpm
command...

Is there any way to communicate with spacewalk website?

Any other configuration need to check?


On Wed, Oct 30, 2013 at 1:09 PM, papinder singh papse...@gmail.com wrote:

 Are u using proxy in your network?...

 Or you can download this rpm package through Firefox and then install it
 with simple rpm command.. If you have graphical interface of course..


 On Wednesday, October 30, 2013, Susindran Suruli wrote:

 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
 iptables0: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.b...@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-boun...@redhat.com [mailto:
 spacewalk-list-boun...@redhat.com] *On Behalf Of *Susindran Suruli
 *Sent:* Tuesday, October 29, 2013 4:19 PM
 *To:* spacewalk-list@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
 ___

 Spacewalk-list mailing list
 Spacewalk-list@redhat.com
 https://www.redhat.com/mailman/listinfo/spacewalk-list




 --
 Thanks,

 Papseddy
 +919871417733

 Sent from Ipad


 ___
 Spacewalk-list mailing list
 Spacewalk-list@redhat.com
 https://www.redhat.com/mailman/listinfo/spacewalk-list

___
Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list

Re: [Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-30 Thread Jonathan Hoser
Hi,

can you get anything from any webpage?
e.g.
wget http://mirror.internode.on.net/pub/test/1meg.test
(1MB of random (??) data)

If that works... strange,
if it doesn't -- recheck your network-settings?

Best
-Jonathan

On 10/30/2013 07:59 PM, Susindran Suruli wrote:
Hi Papseddy,

Thanks for your reply...I have added proxy details in the 
/etc/sysconfig/rhn/up2date file but seems same issue..Very difficult to 
download all the rpm from spacewalk to install manually with use for rpm 
command...

Is there any way to communicate with spacewalk website?

Any other configuration need to check?


On Wed, Oct 30, 2013 at 1:09 PM, papinder singh 
papse...@gmail.commailto:papse...@gmail.com wrote:
Are u using proxy in your network?...

Or you can download this rpm package through Firefox and then install it with 
simple rpm command.. If you have graphical interface of course..


On Wednesday, October 30, 2013, Susindran Suruli wrote:
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.orghttp://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.orghttp://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.orghttp://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
iptables0: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.b...@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-boun...@redhat.com 
[mailto:spacewalk-list-boun...@redhat.com] On Behalf Of Susindran Suruli
Sent: Tuesday, October 29, 2013 4:19 PM
To: spacewalk-list@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.orghttp://yum.spacewalkproject.org port 80 (#0)

*   Trying 209.132.183.81... connected

* Connected to yum.spacewalkproject.orghttp://yum.spacewalkproject.org 
(209.132.183.81) port 80 (#0)

 GET /2.0/RHEL

___

Spacewalk-list mailing list
Spacewalk-list@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list



--
Thanks,

Papseddy
+919871417733tel:%2B919871417733

Sent from Ipad

___
Spacewalk-list mailing list
Spacewalk-list@redhat.commailto:Spacewalk

[Spacewalk-list] Installation of spacewalk on RHEL 6

2013-10-29 Thread Susindran Suruli
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@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-list