docker-machine-driver-xhyve icon indicating copy to clipboard operation
docker-machine-driver-xhyve copied to clipboard

Error in driver during machine creation: Could not convert the UUID to MAC address: exit status 1

Open pandeybk opened this issue 8 years ago • 6 comments

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

pandeybk avatar May 30 '17 23:05 pandeybk

I'm getting this same error. Stuck!

RandalSchwartz avatar Jun 15 '17 20:06 RandalSchwartz

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)

leathersole avatar Jun 29 '17 04:06 leathersole

sorry, closed is mistake.

zchee avatar Jun 29 '17 07:06 zchee

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

flegler-zz avatar Aug 31 '17 04:08 flegler-zz

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/

TixieSalander avatar Oct 26 '17 00:10 TixieSalander

See #156 as well

rdp avatar Jul 19 '18 17:07 rdp