-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Better support RHEL build of QEMU #1301
Comments
|
Thank you for the quick response.
|
We're not likely to add support for VNC as we actively use features of SPICE which VNC doesn't support, including USB passthrough, video acceleration channels, multi display support, ... But hopefully we can degrade things in a way which just prevents attaching to the VGA console altogether on such systems. |
Required information
Issue description
High likelihood this could be a duplicate, I've built Incus on Rocky Linux 9.4 from source. I am hitting two major issues. It seems that Incus is expecting
qemu-system-x86_64
to exist but on RedHat derivatives this does not exist. It technically exists at/usr/libexec/qemu-kvm
. Doing a symlink fromln -s /usr/libexec/qemu-kvm /usr/bin/qemu-system-x86_64
works around it but that isn't ideal. The next major issue is the drop of Spice support in RedHat 9. Is it possible to build incus without expecting spice?Steps to reproduce
lxc launch images:rockylinux/9/cloud --vm
VM feature won't be supported even though it should be.ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-system-x86_64
.lxc launch images:rockylinux/9/cloud --vm
now it will complain about the VM configs due to the spice settings not being part of qemu anymore in RedHat 9.Questions
We are definitely awaiting a EL9 zabbly incus LTS or official RPM.
The text was updated successfully, but these errors were encountered: