basho-labs / riak-cs-chef-cookbook

Basho Riak CS Chef Cookbook
Apache License 2.0
12 stars 15 forks source link

Update for Riak CS 1.5 #50

Closed cheeseplus closed 10 years ago

cheeseplus commented 10 years ago
hectcastro commented 10 years ago

I keep getting this fun error when trying to execute the tests locally:

 ---- Begin output of apt-get -q -y install riak-cs=1.5.0-1 ----
 STDOUT: Reading package lists...
 Building dependency tree...
 Reading state information...
 The following NEW packages will be installed:
   riak-cs
 0 upgraded, 1 newly installed, 0 to remove and 97 not upgraded.
 Need to get 19.2 MB of archives.
 After this operation, 35.5 MB of additional disk space will be used.
 Err https://packagecloud.io/basho/riak-cs/ubuntu/ trusty/main riak-cs amd64 1.5.0-1
   Operation too slow. Less than 10 bytes/sec transferred the last 120 seconds
 STDERR: E: Failed to fetch https://packagecloud.io/basho/riak-cs/ubuntu/pool/trusty/main/r/riak-cs/riak-cs_1.5.0-1_amd64.deb  Operation too slow. Less than 10 bytes/sec transferred the last 120 seconds

 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
 ---- End output of apt-get -q -y install riak-cs=1.5.0-1 ----

Not sure if Verizon is screwing with me or something is up with PackageCloud.

ice799 commented 10 years ago

Not sure; perhaps an internet connection issue from your test machine? No known incidents at packagecloud, but I'm happy to help you debug this.

Maybe try to just wget/curl that URL from your test machine as a quick sanity check?

hectcastro commented 10 years ago

@ice799 Thanks for jumping in. Just gave it another go and everything worked smoothly.

Some additional information that might be useful:

I didn't get a chance to curl/wget when the issue was occurring. If it happens again, I'll try that and record the output.

hectcastro commented 10 years ago

Tests for the open source installation methods look good. +1