bryanwb / chef-ark

An archive unpacker and installer
59 stars 20 forks source link

Not downloading full tar file #34

Open trobrock opened 11 years ago

trobrock commented 11 years ago

I have been using this with the chef-collectd cookbook for a while now, and all of a sudden this fails on chef runs pointing to the tar being corrupt. I have confirmed that for some reason the tar is not getting fully downloaded. I can download the file with curl fine, but ark seems to stop early. I would also expect this sort of failure to cause the checksum to fail, but this makes it to the untar stage. Anyone have any idea why this would be?

bryanwb commented 11 years ago

trae, which version of chef are you using?

I also recommend using opscode-cookbooks/ark as it is now the upstream

On Thu, Feb 7, 2013 at 5:31 PM, Trae Robrock notifications@github.comwrote:

I have been using this with the chef-collectd cookbook for a while now, and all of a sudden this fails on chef runs pointing to the tar being corrupt. I have confirmed that for some reason the tar is not getting fully downloaded. I can download the file with curl fine, but ark seems to stop early. I would also expect this sort of failure to cause the checksum to fail, but this makes it to the untar stage. Anyone have any idea why this would be?

— Reply to this email directly or view it on GitHubhttps://github.com/bryanwb/chef-ark/issues/34.

trobrock commented 11 years ago

10.18.2, also I am using the opscode-cookbooks/ark repo, just didnt notice the repo I was on posting this. I will file a bug there.