docker-machine-driver-xhyve
docker-machine-driver-xhyve copied to clipboard
Error in driver during machine creation: Could not convert the UUID to MAC address: exit status 1
I tried following so far,
$ brew install docker-machine-driver-xhyve
# docker-machine-driver-xhyve need root owner and uid
$ sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
$ sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
or
rm -f $(which docker-machine-driver-xhyve)
go get -u -d github.com/zchee/docker-machine-driver-xhyve
cd $GOPATH/src/github.com/zchee/docker-machine-driver-xhyve
make
make install
Seeing following error in both cases.
Downloading Minikube ISO
89.51 MB / 89.51 MB [==============================================] 100.00% 0s
E0530 17:49:44.790769 23430 start.go:119] Error starting host: Error creating host: Error creating machine: Error in driver during machine creation: Could not convert the UUID to MAC address: exit status 1.
Retrying.
E0530 17:49:44.791362 23430 start.go:125] Error starting host: Error creating host: Error creating machine: Error in driver during machine creation: Could not convert the UUID to MAC address: exit status 1
An error has occurred. Would you like to opt in to sending anonymized crash
information to minikube to help prevent future errors?
To opt out of these messages, run the command:
minikube config set WantReportErrorPrompt false
Please enter your response [Y/n]:
I am running following docker version and mac
docker version
Client:
Version: 17.05.0-ce
API version: 1.29
Go version: go1.8.1
Git commit: 89658be
Built:
OS/Arch: darwin/amd64
sw_vers
ProductName: Mac OS X
ProductVersion: 10.10.2
BuildVersion: 14C109
I'm getting this same error. Stuck!
I'm getting this same error.
$ docker version
Client:
Version: 17.06.0-ce-rc4
API version: 1.30
Go version: go1.8.3
Git commit: 29fcd5d
Built: Thu Jun 15 17:29:01 2017
OS/Arch: darwin/amd64
Server:
Version: 17.06.0-ce-rc4
API version: 1.30 (minimum version 1.12)
Go version: go1.8.3
Git commit: 29fcd5dfae
Built: Thu Jun 15 18:50:07 2017
OS/Arch: linux/amd64
Experimental: true
docker-machine-driver-xhyve: stable 0.3.2 (bottled), HEAD
macOS 10.12.5 (16F73)
sorry, closed is mistake.
Had the same error. This was missing in my case
sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
Hello,
I have the same issue here, and I didn't find how to fix it.
I made the chown and chmod commands after rebooting. Didn't worked better.
There is my log below but I can give more info if nee— eeeeeeeeeerrrrr stop stop ALERT: my bad my bad my bad, I'm so stupid… : Intel Virtualization Technology was disabled in my bios >< So everything is working now. Ahahahah I am relieved \o/
See #156 as well