Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pandeybk opened this issue May 30, 2017 · 6 comments

Comments

@pandeybk
Copy link

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
@RandalSchwartz
Copy link

I'm getting this same error. Stuck!

@leathersole
Copy link

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)

@zchee
Copy link
Member

zchee commented Jun 29, 2017

sorry, closed is mistake.

@flegler-zz
Copy link

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

@TixieSalander
Copy link

TixieSalander commented Oct 26, 2017

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/

@rdp
Copy link

rdp commented Jul 19, 2018

See #156 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants