We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce (with mixlib-archive 0.4.1)
curl -L https://supermarket.chef.io/cookbooks/magic/download -o magic.tgz
require 'mixlib/archive' tar = Mixlib::Archive.new("magic.tgz") dir = '/tmp/tmp.Hxu9djBfyJ' FileUtils.mkdir(dir) tar.extract(dir)
This fails with:
ArgumentError: "\x80\x00\x00\x007\xB5\x91\x9E" is not an octal string from /usr/lib/ruby/2.5.0/rubygems/package/tar_header.rb:128:in `strict_oct'
First time I've seen this is trying to use chef install command on a Policyfile depending on magic cookbook.
chef install
magic
The text was updated successfully, but these errors were encountered:
seems to be seen in berkshelf as well: berkshelf/berkshelf#1744
Sorry, something went wrong.
No branches or pull requests
To reproduce (with mixlib-archive 0.4.1)
This fails with:
First time I've seen this is trying to use
chef install
command on a Policyfile depending onmagic
cookbook.The text was updated successfully, but these errors were encountered: