-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
VirtualBox 4.2.14 Breaks Vagrant 1.2.2 When Importing Boxes #1850
Comments
Works fine for me on Linux, but most parts of your issue report are simply Which "Germans" are you referring to? Try to structure your issue feedback a bit, you can do better. Cheers Florian Am 22.06.2013 um 14:08 schrieb Terry Wang [email protected]: Vagrant 1.2.2 was working perfectly fine with VirtualBox 4.2.12. When testing some cookbooks using chef-solo, I did a apt-get update && The Germans like to release new versions at their Friday, LOL After the update vagrant init breaks. I have verified that it happens on Screen shot Rolling back to 4.2.12, everything started to work again. Looking at the Changelog https://www.virtualbox.org/wiki/Changelog, I
I'll add more details, hopefully debug logs VAGRANT_LOG=debug on Monday — |
I believe this is a duplicate of issue #1847 . |
Heads up: VirtualBox team is investigating the issue. Looks like there is a problem with importing appliances without manifests. |
@terrywang Have you got a URL to the relevant discussion in VirtualBox? |
We also had this error with Vagrant 1.0.7 and VBox 4.2.14 on Windows. Downgrading to 4.2.10 helped. |
Public VirtualBox Ticket => https://www.virtualbox.org/ticket/11895 The problem has already been fix in mainline/master (whatever you call it), a maintenance release will be available soon;-) |
👍 |
For those of us on Raring 64 bit who are impatient and need this fixed now, we can try the test build on comment 2 on the upstream ticket. |
@jrgifford Thanks for mentioning this. I didn't notice there was a hidden link in comment 2. I just tried the test build 4.2.15-86695 on Once an official maintenance release is available, I'll update and close this issue. |
👍 |
Awesome, was having this issue as well, downgrading in the meantime fixed it 👍 |
Same issue on OS X 10.9 (13A497d), downgrading Virtualbox 4.2.12 fixes it.
|
Worked around this issue on Centos 5.9 by going to ~/.vagrant.d/boxes/MyBoxName/virtualbox and doing openssl sha1 *.vmdk *.ovf > box.mf vagrant up then worked fine with VirtualBox 4.2.14 |
Downgrading to VirtualBox 4.2.12 on Win8 64 pro fixed the issue I was having.. |
👍 for @ehthayer 's workaround, works perfectly and no need to up/downgrade virtualbox |
👍 for @ehthayer's workaround. Worked perfectly for me on Win 8 Pro command line using Git for Windows' openssl.exe |
👍 for @ehthayer's workaround. Thanks for sharing this! |
@ehthayer +1. Fixed me up on ArchLinux! |
+1 for @ehthayer 's workaround, fixed me on Mac OS X 10.8.4 |
Same issue on windows7 , even with self generated box. issue fixed Create Manifest File like in @ehthayer's workaround with msysgit. |
As detailed earlier this results in: ✌️ To Confirm: downgrading VirtualBox to 4.2.12 resolved - and updating VirtualBox (to 4.2.14) thereafter worked for a colleague but not for me. Wanted to try @ehthayer suggestion with SHA1 signature - I was however unable to upgrade to 4.2.14. |
Guys, just to let you know that VirtualBox 4.2.16 has just been released. The OVF/OVA import issue has been fixed. I have confirmed that Vagrant 1.2.2 works perfectly fine with 4.2.16, just like the old times. Closing this issue, cc @mitchellh Include the ChangeLog for your reference. VirtualBox 4.2.16 (released 2013-07-04) This is a maintenance release. The following items were fixed and/or added:
|
👍 tks @ehthayer, you tip fixed the error on my mac os x 10.8.4 :D |
Vagrant 1.2.2 was working perfectly fine with VirtualBox 4.2.12.
After upgrading to 4.2.14, Vagrant fails to at init - importing the box opscode_ubuntu-12.04_chef-11.4.4.box.
It happens on both Linux and OS X, with the same base box (could be related to base box format).
Screen shot
Workaround
~/.vagrant.d/boxes/BoxName/virtualbox
and doingopenssl sha1 *.vmdk *.ovf > box.mf
,vagrant up
then worked fine with VirtualBox 4.2.14, many thanks to him!amd64
users, try the 4.2.15 test buildOfficial Fix
It's been confirmed that this is a VirtualBox bug, see Ticket 11895. It'll be fixed in the next VirtualBox maintenance release. Hopefully it'll be released soon.
The text was updated successfully, but these errors were encountered: