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 starting stopped host: Machine didn't return an IP after 120 seconds. #3901

Closed
norbix opened this issue Mar 18, 2019 · 4 comments
Closed
Labels
co/kvm2-driver KVM2 driver related issues priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. triage/duplicate Indicates an issue is a duplicate of other open issue.

Comments

@norbix
Copy link

norbix commented Mar 18, 2019

Hi guys,

I'm using CentOS7 and of course KVM hypervisor to install/setup minikube and I can't move forward because of this error:

[norbix@gamma ~]$ minikube start --vm-driver kvm2
Starting local Kubernetes v1.13.2 cluster...
Starting VM ...
E0318 21:32:40.679351 6630 start.go:205] Error starting host: Error starting stopped host: Machine didn't return an IP after 120 seconds.
Retrying.
E0318 21:32:40.679757 6630 start.go:211] Error starting host: Error starting stopped host: Machine didn't return an IP after 120 seconds

minikube failed :( exiting with error code 1
[norbix@gamma ~]$ minikube version
minikube version: v0.33.1

[norbix@gamma ~]$ sudo virsh list --all|head -3
Id Name State

25 minikube running
[norbix@gamma ~]$
[norbix@gamma ~]$ cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[norbix@gamma ~]$ uname -a
Linux gamma 3.10.0-957.5.1.el7.x86_64 #1 SMP Fri Feb 1 14:54:57 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[norbix@gamma ~]$

@norbix norbix changed the title CentOS7 E0318 21:32:40.679351 6630 start.go:205] Error starting host: Error starting stopped host: Machine didn't return an IP after 120 seconds. CentOS7 E0318 Error starting host: Error starting stopped host: Machine didn't return an IP after 120 seconds. Mar 18, 2019
@tstromberg tstromberg added the co/kvm2-driver KVM2 driver related issues label Mar 22, 2019
@tstromberg
Copy link
Contributor

It may not be a long-term solution, but you can probably work around this by running minikube delete to reset the local VM state. Please let me know if that helps!

@amouat
Copy link

amouat commented Mar 28, 2019

I have the same error with the kvm2 driver, but with minikube 1.0 and not on redhat. Would you like me to open a different issue? Deleting the VM doesn't seem to help. Is there a preferred kernel version btw?

$ uname -a
Linux marvin 4.16.7-041607-generic #201805021131 SMP Wed May 2 15:34:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Update: interestingly, what did help was not using the -p argument. I'm not sure if that was just a coincidence yet; let me know if there's anything I should be looking at to narrow down the bug.

@balopat balopat added the kind/support Categorizes issue or PR as a support question. label Apr 4, 2019
@balopat
Copy link
Contributor

balopat commented Apr 4, 2019

This might be a dupe of #3566 but that one was for debian - this is for centos.

Can you run through the debug recommendations in:

#3566 (comment)

4.16 kernel should be fine.

@balopat balopat added the priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. label Apr 4, 2019
@tstromberg tstromberg changed the title CentOS7 E0318 Error starting host: Error starting stopped host: Machine didn't return an IP after 120 seconds. CentOS7: Error starting stopped host: Machine didn't return an IP after 120 seconds. May 14, 2019
@tstromberg tstromberg changed the title CentOS7: Error starting stopped host: Machine didn't return an IP after 120 seconds. Error starting stopped host: Machine didn't return an IP after 120 seconds. May 14, 2019
@tstromberg
Copy link
Contributor

Marking as dupe of #3566

@tstromberg tstromberg added triage/duplicate Indicates an issue is a duplicate of other open issue. and removed kind/support Categorizes issue or PR as a support question. labels May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/kvm2-driver KVM2 driver related issues priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. triage/duplicate Indicates an issue is a duplicate of other open issue.
Projects
None yet
Development

No branches or pull requests

4 participants