fnichol / dvm

An on demand Docker virtual machine, thanks to Vagrant and boot2docker. Works great on Macs and other platforms that don't natively support the Docker daemon. Support VirtualBox, VMware, and Parallels.
http://fnichol.github.io/dvm
Apache License 2.0
458 stars 71 forks source link

installed via brew tap, dvm up errors: 'Linux_64' is not a valid Guest OS type #16

Closed drnic closed 10 years ago

drnic commented 10 years ago
$ dvm -v
dvm: 0.3.0
$ VBoxManage -v     
4.2.12r84980
$ vagrant -v
Vagrant 1.4.2

$ dvm up
Bringing machine 'dvm' up with 'virtualbox' provider...
[dvm] Importing base box 'boot2docker-0.4.0'...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["import", "-n", "/Users/drnic/.vagrant.d/boxes/boot2docker-0.4.0/virtualbox/box.ovf"]

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /Users/drnic/.vagrant.d/boxes/boot2docker-0.4.0/virtualbox/box.ovf...
VBoxManage: error: 'Linux_64' is not a valid Guest OS type
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBox, interface IVirtualBox, callee IAppliance
VBoxManage: error: Context: "Interpret" at line 330 of file VBoxManageAppliance.cpp
webdev commented 10 years ago

same here

webdev commented 10 years ago

@drnic I upgraded VirtualBox, and it fixed the issue

fnichol commented 10 years ago

@drnic What version of VirtualBox are you using (VBoxManage -version)? I know this has been reported in the upstream base box project.

drnic commented 10 years ago

I've upgraded VB and the problem has gone away, thanks!

On Mon, Feb 10, 2014 at 3:24 PM, Fletcher Nichol notifications@github.com wrote:

@drnic What version of VirtualBox are you using (VBoxManage -version)? I know this has been reported in the upstream base box project.

Reply to this email directly or view it on GitHub: https://github.com/fnichol/dvm/issues/16#issuecomment-34703436

fnichol commented 10 years ago

Yes! Also, should able to support boot2docker 0.5.4 as soon as a fresh Vagrant base box is cut.

drnic commented 10 years ago

Are you casting blame and/or saying there's nothing you can do?

On Mon, Feb 10, 2014 at 3:33 PM, Fletcher Nichol notifications@github.com wrote:

Yes! Also, should able to support boot2docker 0.5.4 as soon as a fresh Vagrant base box is cut.

Reply to this email directly or view it on GitHub: https://github.com/fnichol/dvm/issues/16#issuecomment-34705060

fnichol commented 10 years ago

Well, I could build my own base box for this, but Mitchell's a pretty awesome person :)

fnichol commented 10 years ago

Just added that as a note as Mitchell's getting another release cut shortly, yippie!

drnic commented 10 years ago

:)

On Mon, Feb 10, 2014 at 3:38 PM, Fletcher Nichol notifications@github.com wrote:

Just added that as a note as Mitchell's getting another release cut shortly, yippie!

Reply to this email directly or view it on GitHub: https://github.com/fnichol/dvm/issues/16#issuecomment-34706141