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

Linux-VirtualBox: error: UUID {} of the medium '.minikube/machines/minikube/disk.vmdk' does not match the value {} stored in the media registry #3198

Closed
tstromberg opened this issue Oct 1, 2018 · 3 comments
Labels
kind/flake Categorizes issue or PR as related to a flaky test.

Comments

@tstromberg
Copy link
Contributor

https://storage.googleapis.com/minikube-builds/logs/3194/Linux-VirtualBox.txt

Failed at TestFunctional and TestPersistence:

Waiting for VM "minikube" to power on...
		}
		STDERR:
		{
		VBoxManage: error: UUID {d85060ec-a1e3-4f74-8fbb-af6e5eb7f25f} of the medium '/home/minikubeci/.minikube/machines/minikube/disk.vmdk' does not match the value {1f88b07b-d3d5-4eb5-b591-9cd530f73e93} stored in the media registry ('/home/minikubeci/.config/VirtualBox/VirtualBox.xml')
		VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MediumWrap, interface IMedium
		}
		Checking vm logs: /home/minikubeci/.minikube/machines/minikube/minikube/Logs/VBox.log
		E1001 19:13:26.883091    2826 start.go:184] Error starting host: Error starting stopped host: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
		VBoxManage: error: UUID {d85060ec-a1e3-4f74-8fbb-af6e5eb7f25f} of the medium '/home/minikubeci/.minikube/machines/minikube/disk.vmdk' does not match the value {1f88b07b-d3d5-4eb5-b591-9cd530f73e93} stored in the media registry ('/home/minikubeci/.config/VirtualBox/VirtualBox.xml')
		VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MediumWrap, interface IMedium
		
		Details: 00:00:00.038076 Power up failed (vrc=VINF_SUCCESS, rc=NS_ERROR_FAILURE (0X80004005)).
		
		 Retrying.
		E1001 19:13:26.883117    2826 start.go:190] Error starting host:  Error starting stopped host: Unable to start the VM: /usr/bin/VBoxManage startvm minikube --type headless failed:
		VBoxManage: error: UUID {d85060ec-a1e3-4f74-8fbb-af6e5eb7f25f} of the medium '/home/minikubeci/.minikube/machines/minikube/disk.vmdk' does not match the value {1f88b07b-d3d5-4eb5-b591-9cd530f73e93} stored in the media registry ('/home/minikubeci/.config/VirtualBox/VirtualBox.xml')
		VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MediumWrap, interface IMedium
		
		Details: 00:00:00.038076 Power up failed (vrc=VINF_SUCCESS, rc=NS_ERROR_FAILURE (0X80004005))

Sounds like there is possibly a conflict with another running process.

@tstromberg tstromberg added the kind/flake Categorizes issue or PR as related to a flaky test. label Oct 1, 2018
@tstromberg
Copy link
Contributor Author

@neweyes
Copy link

neweyes commented Nov 21, 2018

E1121 15:28:38.864482 85660 start.go:180] Error starting host: Error starting stopped host: Unable to start the VM: /usr/local/bin/VBoxManage startvm minikube --type headless failed:
VBoxManage: error: UUID {f905783c-fe6b-4910-b310-7e011c548357} of the medium '/Users/inke/.minikube/machines/minikube/disk.vmdk' does not match the value {3afea10b-416d-4385-b8be-47e36d7544ed} stored in the media registry ('/Users/inke/Library/VirtualBox/VirtualBox.xml')
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MediumWrap, interface IMedium

Details: 00:00:00.043297 Power up failed (vrc=VINF_SUCCESS, rc=NS_ERROR_FAILURE (0X80004005))
[inke@localhost:istio$] minikube start
There is a newer version of minikube available (v0.30.0). Download it here:
https://github.com/kubernetes/minikube/releases/tag/v0.30.0

To disable this notification, run the following:
minikube config set WantUpdateNotification false
Starting local Kubernetes v1.10.0 cluster...
Starting VM...
Downloading Minikube ISO
160.27 MB / 160.27 MB [============================================] 100.00% 0s^@
^@^@getting VM IP address...
Moving files into cluster...
Downloading kubelet v1.10.0

@neweyes
Copy link

neweyes commented Nov 21, 2018

everything be ok after use "rm -rf ~/.minikube"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test.
Projects
None yet
Development

No branches or pull requests

2 participants