Date
1 - 5 of 5
Regarding installation of bosh
Bharath
Hi guys ,
I am right now working on deploying cloudfoundry on openstack. When i am running the gem install bosh_cli command it is throwing error saying host not found. I was able to ping all the other websites from my terminal like google , wikipedia . In same terminal if i open rubygems.org using a web browser it is working properly . Unable to understand what could be the real problem regards bharath |
|
James Bayer
can you post the actual terminal output to a gist or something?
toggle quoted message
Show quoted text
On Tue, May 26, 2015 at 12:45 AM, Bharath Posa <bharathp(a)vedams.com> wrote:
Hi guys , --
Thank you, James Bayer |
|
Bharath
Hi james ,
toggle quoted message
Show quoted text
thanks for the replay. I am attaching my terminal output screen along with this mail. you can also see the ping to google.com is successful but the ping for rubygems.org is failing regards bharath On Tue, May 26, 2015 at 8:35 PM, James Bayer <jbayer(a)pivotal.io> wrote:
can you post the actual terminal output to a gist or something? |
|
James Bayer
looks like you have a firewall or network connectivity issue between your
OS and the destination, in this case rubygems.org. i would talk to your network administrator. for example, this is my curl output showing a redirect is being issued. $ curl -vvv http://rubygems.org/gems/semi_semantic-1.1.0.gem * Hostname was NOT found in DNS cache * Trying 54.186.104.15... * Connected to rubygems.org (54.186.104.15) port 80 (#0) GET /gems/semi_semantic-1.1.0.gem HTTP/1.1< HTTP/1.1 302 Moved Temporarily * Server nginx is not blacklisted < Server: nginx < Date: Thu, 28 May 2015 05:52:08 GMT < Content-Type: text/html < Content-Length: 154 < Connection: keep-alive < Location: http://rubygems.global.ssl.fastly.net/gems/semi_semantic-1.1.0.gem < <html> <head><title>302 Found</title></head> <body bgcolor="white"> <center><h1>302 Found</h1></center> <hr><center>nginx</center> </body> </html> * Connection #0 to host rubygems.org left intact On Wed, May 27, 2015 at 10:19 PM, Bharath Posa <bharathp(a)vedams.com> wrote: Hi james , -- Thank you, James Bayer |
|
Kamil Burzynski <nopik@...>
Isn't it wrong that ping to google.com goes out of 216.59.196.14 address
toggle quoted message
Show quoted text
but ping to rubygems.org goes out of 10.0.0.2? Looks like routing or default gateway settings is broken on that machine. Check your network settings. On 28/05/15 07:19 , Bharath Posa wrote:
Hi james , --
Best regards from Kamil Burzynski |
|