-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
kvm2: Error creating VM: Failed to find user record for uid #3771
Comments
Are you using LDAP ? Found this: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1382046 |
I'm not sure how to verify that. I tried uninstalling and reinstalling the libvirt-bin libvirt-daemon-system qemu-kvm files and now I'm getting this error : 😄 minikube v0.34.1 on linux (amd64) I've now moved on to using virtual box as the vm driver for minikube as I couldn't get kvm2 driver to work. |
Note for others having the same problem above. minikube (kvm2 driver) doesn't work with transient networks, only persistent networks. From libvirt documentation: If you are using the default network, you can delete it |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it. Thank you for opening the issue! |
This issue unfortunately still exists. EDIT: I was missing minikube version: v1.6.2 minikube start 💣 Unable to start VM. Please investigate and run 'minikube delete' if possible: create: Error creating machine: Error in driver during machine creation: ensuring active networks: starting network default: virError(Code=1, Domain=59, Message='internal error: Failed to initialize a valid firewall backend') 😿 minikube is exiting due to an error. If the above message is not useful, open an issue: |
@olof-nord - Your issue appears to be an unrelated system configuration issue. Please check:
If those don't help, please open a new issue. |
If this is a bug report, please include:
Command used: minikube start
Output of failed command:
😄 minikube v0.34.1 on linux (amd64)
🔥 Creating kvm2 VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
💣 Unable to start VM: create: Error creating machine: Error in driver during machine creation: Error creating VM: virError(Code=38, Domain=0, Message='Failed to find user record for uid '64055'')
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new
OS: Ubuntu 16.04
Minikube version: v0.34.1
The text was updated successfully, but these errors were encountered: