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

X Exiting due to RUNTIME_ENABLE: sudo systemctl restart docker: exit status 1 stdout: stderr: Failed to restart docker.service: Unit docker.service is masked #10929

Closed
anilchandana opened this issue Mar 26, 2021 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@anilchandana
Copy link

Steps to reproduce the issue:

Full output of failed command:

Full output of minikube start command used, if not already included:

Optional: Full output of minikube logs command:

@sharifelgamal
Copy link
Collaborator

Hi there @anilchandana, could you provide more details, such which OS, and version of minikube you're using, as well as the logs minikube start -v=5 --alsologtostderr outputs?

Based on the error message in the issue title, it seems to be an issue with your docker installation. Could you try

sudo systemctl unmask docker
sudo systemctl start docker

and see if that helps?

@sharifelgamal sharifelgamal added kind/support Categorizes issue or PR as a support question. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. labels Mar 30, 2021
@sharifelgamal
Copy link
Collaborator

Hey @anilchandana – hopefully it’s OK if I close this - there wasn’t enough information to make it actionable, and some time has already passed. If you are able to provide additional details, you may reopen it at any point by adding /reopen to your comment.

Here is additional information that may be helpful to us:

  • Whether the issue occurs with the latest minikube release

  • The exact minikube start command line used

  • The full output of the minikube start command, preferably with --alsologtostderr -v=3 for extra logging.

  • The full output of minikube logs

Thank you for sharing your experience!

@korvalds
Copy link

After installing minikube for the first time I found this thread after getting the following error message:

X Exiting due to RUNTIME_ENABLE: sudo systemctl restart docker: Process exited with status 1
stdout:

stderr:
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.

provided a solution that worked for me:
docker system prune
minikube delete
minikube start --driver=docker

@NibblesTuffy
Copy link

Is your Docker engine running? turn on your Docker engine and try minikube start again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
None yet
Development

No branches or pull requests

4 participants