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

dvm starts but times out trying to communicate with box #14

Closed binaryphile closed 10 years ago

binaryphile commented 10 years ago

I'm on Ubuntu 13.10, Vagrant 1.4.3 and Docker 0.7.6.

I did the install, which btw created the .dvm directory as root and prevented me from running dvm up as a regular user.

After chmod -R me:me .dvm, I was able to run dvm up, but I just get the long "Timed out while waiting for the machine to boot" message.

dvm status shows the machine as up, but dvm ssh doesn't work either. dvm destroy seems to work ok though.

Separate question: does dvm work in windows?

binaryphile commented 10 years ago

I now believe this is due to my machine not supporting vt-x extensions. Running the native boot2docker script directly and this error message came up:

VBoxManage: error: VT-x is not available. (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole

I believe this was happening here as well but the error message wasn't coming up.