-
Notifications
You must be signed in to change notification settings - Fork 2k
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
qemu driver with KVM accelerator fails with "Could not access KVM kernel module: Permission denied" #650
Comments
@pka What user is the Nomad client running as? |
Nomad client is running as root. |
Should be fixed by #656. |
I was able to resolve the
The above commands reload the |
to fix this issue you need to adduser to kvm to work fine ,give permission to solve it. sudo adduser "youaccount" kvm https://ccdtt.com/solved-could-not-access-kvm-kernel-module-permission-denied/ |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Job spec:
Job stderr:
Direct execution of same qemu-system-x86_64 command works.
The text was updated successfully, but these errors were encountered: