Tuesday, 27 August 2013

gem install failure: is https://s3.amazonaws.com/ down?

gem install failure: is https://s3.amazonaws.com/ down?

I have a problem with gem install command. Until now, everything worked
smoothly. I was able to install or uninstall gems. For example I installed
rails, rspec, factory-girl,....., and many other gems. But today when I
was trying to install capistrano gem I ran into the following problem:
bayram@bayram-R530-R730:~$ sudo gem install capistrano [sudo] password for
bayram: ERROR: Could not find a valid gem 'capistrano' (>= 0), here is
why: Unable to download data from https://rubygems.org/ -
Errno::ETIMEDOUT: Connection timed out - connect(2)
(*ttps://rubygems.org/latest_specs.4.8.gz)
I connect to the Inet through a 3G modem.
I waited for 6 hours with hope that the site temporarily down for some
reason and tried later. Nothing changed. I tried to install and remove
programs using apt-get instal/removel. Works fine.
I put the line *ttps://rubygems.org/latest_specs.4.8.gz into the browser
and tried to download the file directly using browser. It redirected me to
*ttps://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.... and
the result is "This webpage is not available". Then I put the line
*ttps://s3.amazonaws.com/ into the browser and visit the site
*ttps://s3.amazonaws.com/. Again it failed: This webpage is not available.
Later I tied to visit the site *ttps://aws.amazon.com/. It didn't make me
wait too long. I easily open this site.
I also tried to get a page from *ttps://s3.amazonaws.com/ using wget. This
is the result: bayram@bayram-R530-R730:~$ wget *ttps://s3.amazonaws.com/
--2013-08-28
00:17:31-- *ttps://s3.amazonaws.com/ Resolving
s3.amazonaws.com (s3.amazonaws.com)... 207.171.187.117 Connecting to
s3.amazonaws.com (s3.amazonaws.com)|207.171.187.117|:443... failed:
Connection timed out. Retrying.
--2013-08-28 00:18:36-- (try: 2) https://s3.amazonaws.com/ Connecting to
s3.amazonaws.com (s3.amazonaws.com)|207.171.187.117|:443... failed:
Connection timed out. Retrying
And finally this is output from traceroute command
bayram@bayram-R530-R730:~$ traceroute 207.171.189.80 traceroute to
207.171.189.80 (207.171.189.80), 30 hops max, 60 byte packets 1 * * *
2 10.192.33.52 (10.192.33.52) 872.548 ms 868.595 ms 867.647 ms
3 10.192.253.86 (10.192.253.86) 874.426 ms 875.793 ms 877.142 ms
4 10.192.255.118 (10.192.255.118) 884.396 ms 878.608 ms 69.222 ms
5 94.102.183.9 (94.102.183.9) 69.903 ms 79.169 ms 79.855 ms
6 94.102.183.5 (94.102.183.5) 129.120 ms 130.930 ms 129.178 ms
7 195.175.5.109.static.turktelekom.com.tr (195.175.5.109) 154.637 ms
154.548 ms 152.172 ms
8 * pantel-ic-301100-ldn-b3.c.telia.net (62.115.13.246) 238.212 ms 242.425 ms
9 ldn-b3-link.telia.net (62.115.13.245) 249.917 ms 250.047 ms 242.231 ms
10 ldn-bb2-link.telia.net (213.155.133.32) 279.201 ms
ldn-bb2-link.telia.net (80.91.254.18) 209.990 ms ldn-bb1-link.telia.net
(213.155.133.2) 209.932 ms
11 nyk-bb2-link.telia.net (213.155.135.67) 298.328 ms
nyk-bb2-link.telia.net (80.91.253.118) 359.887 ms nyk-bb1-link.telia.net
(213.155.135.65) 458.830 ms
12 chi-bb1-link.telia.net (80.91.246.166) 488.177 ms
chi-bb1-link.telia.net (80.91.249.110) 449.996 ms chi-bb1-link.telia.net
(213.155.136.73) 440.857 ms
13 den-b1-link.telia.net (213.155.133.173) 461.196 ms 461.389 ms
den-b1-link.telia.net (80.91.246.170) 507.670 ms
14 sea-b1-link.telia.net (213.155.134.79) 481.343 ms sea-b1-link.telia.net
(213.155.134.209) 479.785 ms sea-b1-link.telia.net (213.155.136.67)
470.687 ms
15 amazon-ic-151248-sea-b1.c.telia.net (213.248.94.30) 379.626 ms 369.736
ms 399.898 ms
16 205.251.225.188 (205.251.225.188) 429.788 ms 420.051 ms 420.032 ms
17 205.251.226.88 (205.251.226.88) 438.816 ms 488.167 ms 461.388 ms
18 72.21.222.179 (72.21.222.179) 461.010 ms 451.307 ms 449.789 ms
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *

No comments:

Post a Comment