Applicable to:
- SolusVM
Symptoms
- Fail to create KVM VPS in SolusVM on Almalinux or Centos 8 Stream KVM node. The following error is displayed in noVNC console:
CONFIG_TEXT: No bootable device
- The following error is produce when running libguestfs-test-tool on KVM node:
# libguestfs-test-tool
<...>
guestfsd: error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: No such file or directory
Cause
RHEL bug https://bugzilla.redhat.com/show_bug.cgi?id=1979246
Resolution
- Connect to KVM node via SSH
- Run the following commands:
# echo '/usr/lib64/libgssapi_krb5.so.2*' > /usr/lib64/guestfs/supermin.d/zz-libgssapi_krb5
# echo '/usr/lib64/libkeyutils.so*' > /usr/lib64/guestfs/supermin.d/zz-libkeyutils
Comments
0 commentsPlease sign in to leave a comment.