machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
888 stars 74 forks source link

MacOSX 10.11.4 15E65 (official release) #110

Open arnobeck opened 8 years ago

arnobeck commented 8 years ago

I still get the same error on the officiel release of OS X 10.11.4 :

(default) Convert UUID to MAC address... Error creating machine: Error in driver during machine creation: exit status 1 open : no such file or directory notifying bugsnag: [Error creating machine: Error in driver during machine creation: exit status 1]

chinthakagodawita commented 8 years ago

Works for me, make sure you've run the chmod and chown commands from the README.

arnobeck commented 8 years ago

I have a Mac Pro Late 2013 with a Intel Xeon of 12 cores and 24 threads. I've managed to make it work with the option : --xhyve-cpu-count "16" (or lower) but if I try 17 or higher, I get this error. I hope this help you detect thoose kind of problems. Best regards

RnbWd commented 8 years ago

I was looking at the docs and there's another hypervisor spec that only works on 10.11.4 - not sure if it's a bug or if they changed the implementation. I just learned about hypervisors yesterday so.. I don't know what (if anything) changed - just the docs for a hypervisor only supported by 10.11.4

yoshuawuyts commented 8 years ago

Hmmm, had the same bug on OSX@10.10.5, setting the --xhyve-cpu-count flag to <16 fixed it for me:

$ docker-machine create -d xhyve --xhyve-cpu-count=14 xhyve-test