-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
VFIO setup wont work (in ujust) #2121
Comments
Thanks for the report. This should be fixed with #2140. |
Thanks, but I noticed one another bug: I can't use kvmfr0 (from lookinglass). because my user have no privilege to read /dev/kvmfr0. |
Did you run What is the output of |
Yeah, sure. It fails at last line:
It fails with initramfs already enabled or something like that.But everything before it went fine. Open new issue for that? |
The |
Yeah, agreed. But
still persist |
Did you enable kvmfr as well? The script should setup your user as owner with a udev rule and setup the SELinux requirements. What is the output ls -lZ /dev/kvmfr0? |
Yes, sure.
crw-rw----. 1 root qemu system_u:object_r:device_t:s0 239, 0 янв 12 09:51 /dev/kvmfr0 |
Edit the rule in /etc/udev/rules.d Change where it says root to your username. |
Ok, it considered as workaround? Will it survive updates? |
Yes, it will not be wiped in an update. The script created the file with user as root and not your username. |
So, it is expected behavior?
Now looking glass working, thanks for assistance. |
Describe the bug
Long story short:
ujust setup-vfio
wont work until you manually append"kvm.report_ignored_msrs"
to kargs. By default Bluefin-dx-nvidia have no such a karg, so this line of code never executebluefin/just/bluefin-system.just
Line 162 in 43e996a
What did you expect to happen?
I expected ujust to just append needed modules to karg.
Output of
bootc status
Output of
groups
Extra information or context
No response
The text was updated successfully, but these errors were encountered: