Created
February 7, 2013 14:41
-
-
Save jedi4ever/4731314 to your computer and use it in GitHub Desktop.
intermittent - rubygems resolver failures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP request sent, awaiting response... 302 Moved Temporarily | |
Location: http://production.s3.rubygems.org/latest_specs.4.8.gz [following] | |
--2013-02-07 14:38:52-- http://production.s3.rubygems.org/latest_specs.4.8.gz | |
Resolving production.s3.rubygems.org (production.s3.rubygems.org)... 176.32.98.234 | |
Connecting to production.s3.rubygems.org (production.s3.rubygems.org)|176.32.98.234|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 425199 (415K) [binary/octet-stream] | |
Saving to: `latest_specs.4.8.gz.21' | |
100%[==========================================================================================================================>] 425,199 407K/s in 1.0s | |
2013-02-07 14:38:54 (407 KB/s) - `latest_specs.4.8.gz.21' saved [425199/425199] | |
root@vagrant-server:~# wget http://rubygems.org/latest_specs.4.8.gz | |
--2013-02-07 14:38:54-- http://rubygems.org/latest_specs.4.8.gz | |
Resolving rubygems.org (rubygems.org)... 54.245.255.174 | |
Connecting to rubygems.org (rubygems.org)|54.245.255.174|:80... connected. | |
HTTP request sent, awaiting response... 302 Moved Temporarily | |
Location: http://production.s3.rubygems.org/latest_specs.4.8.gz [following] | |
--2013-02-07 14:38:55-- http://production.s3.rubygems.org/latest_specs.4.8.gz | |
Resolving production.s3.rubygems.org (production.s3.rubygems.org)... 207.171.187.118 | |
Connecting to production.s3.rubygems.org (production.s3.rubygems.org)|207.171.187.118|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 425199 (415K) [binary/octet-stream] | |
Saving to: `latest_specs.4.8.gz.22' | |
100%[==========================================================================================================================>] 425,199 96.3K/s in 4.9s | |
2013-02-07 14:39:00 (85.2 KB/s) - `latest_specs.4.8.gz.22' saved [425199/425199] | |
root@vagrant-server:~# wget http://rubygems.org/latest_specs.4.8.gz | |
--2013-02-07 14:39:04-- http://rubygems.org/latest_specs.4.8.gz | |
Resolving rubygems.org (rubygems.org)... 54.245.255.174 | |
Connecting to rubygems.org (rubygems.org)|54.245.255.174|:80... connected. | |
HTTP request sent, awaiting response... 302 Moved Temporarily | |
Location: http://production.s3.rubygems.org/latest_specs.4.8.gz [following] | |
--2013-02-07 14:39:04-- http://production.s3.rubygems.org/latest_specs.4.8.gz | |
Resolving production.s3.rubygems.org (production.s3.rubygems.org)... failed: Name or service not known. | |
wget: unable to resolve host address `production.s3.rubygems.org' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment