Skip to content
New issue

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

Missing 13 Boxes #427

Closed
radepal opened this issue Aug 27, 2015 · 3 comments
Closed

Missing 13 Boxes #427

radepal opened this issue Aug 27, 2015 · 3 comments

Comments

@radepal
Copy link

radepal commented Aug 27, 2015

I can't download centos-6.7 virtualbox box
I parsed READM.md and can't find 13 of boxes:

tail -n 88 README.md |awk 'NF' |cut -d" " -f2 |parallel --gnu --keep-order 'curl -s --head {}|head -n1;echo {};echo;' |grep 404 -A1
HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7-i386_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.7_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_centos-6.7-i386_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_centos-6.7_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/parallels/opscode_centos-6.7-i386_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/parallels/opscode_centos-6.7_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/parallels/opscode_freebsd-9.3-i386_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_freebsd-10.2-i386_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_freebsd-10.2-i386_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/parallels/opscode_freebsd-10.2-i386_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_opensuse-13.2-x86_64_chef-provisionerless.box

HTTP/1.1 404 Not Found

http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_opensuse-13.2-x86_64_chef-provisionerless.box

HTTP/1.1 404 Not Found
http://opscode-vm-bento.s3.amazonaws.com/vagrant/parallels/opscode_opensuse-13.2-x86_64_chef-provisionerless.box

@cheeseplus
Copy link
Contributor

Thanks for reporting this!

For the CentOS 6.7 boxes, that was a configuration issue that has been corrected and they should be uploaded to S3 properly now.

For the Freebsd i386 boxes, I've removed those from the supported matrix for the time being due to #402 but I left the link placeholders for if/when we resolve the issue.I guess I could remove the anchors or you can modify the script, whichever is easiest.

@cheeseplus
Copy link
Contributor

As for the OpenSuSE 13.2 boxes those were missed because these boxes diverged from the naming scheme we use elsewhere. I've uploaded the box under both names to deal with both cases.

@radepal
Copy link
Author

radepal commented Aug 27, 2015

Thanks !!

Centos-6.7 is where is expected now.

I made a script only for check so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants