Created
January 4, 2011 19:28
-
-
Save Atalanta/765260 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| root@li268-160:/tmp/rubygems-1.3.7# gem install ohai --no-rdoc --no-ri --verbose | |
| GET http://rubygems.org/latest_specs.4.8.gz | |
| 302 Found | |
| GET http://production.s3.rubygems.org/latest_specs.4.8.gz | |
| 200 OK | |
| GET http://rubygems.org/specs.4.8.gz | |
| 302 Found | |
| GET http://production.s3.rubygems.org/specs.4.8.gz | |
| 200 OK | |
| ERROR: While executing gem ... (ArgumentError) | |
| marshal data too short | |
| root@li268-160:/tmp/rubygems-1.3.7# gem install chef --no-rdoc --no-ri --verbose | |
| GET http://rubygems.org/latest_specs.4.8.gz | |
| 302 Found | |
| GET http://production.s3.rubygems.org/latest_specs.4.8.gz | |
| 304 Not Modified | |
| GET http://rubygems.org/quick/Marshal.4.8/chef-0.9.12.gemspec.rz | |
| 302 Found | |
| GET http://production.cf.rubygems.org/quick/Marshal.4.8/chef-0.9.12.gemspec.rz | |
| 200 OK | |
| ERROR: While executing gem ... (ArgumentError) | |
| marshal data too short | |
| root@li268-160:/tmp/rubygems-1.3.7# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment