Applicable to:
- SolusVM
Symptoms
- KVM VPS cannot start after the creation in SolusVM
- When trying to reboot the VPS in debug mode at SolusVM > Virtual Servers > VPS > Reboot(Debug):
CONFIG_TEXT: error: Failed to create domain from /home/kvm/kvm101/kvm101.xml
error: invalid argument: could not find capabilities for domaintype=kvm - the following error can be found in /var/log/messages :
CONFIG_TEXT: error : qemuAutostartDomain:258 : internal error: Failed to autostart VM 'kvm102': internal error: Failed to probe QEMU binary with QMP: /usr/libexec/qemu-kvm: relocation error: /lib64/libspice-server.so.1: symbol SSL_CONF_CTX_set_ssl_ctx, version libssl.so.10 not defined in file libssl.so.10 with link time reference
Cause
The issue caused by RHEL/CentOS bug with OpenSSL package #1627693
Resolution
- Connect to the slave KVM node via SSH
- Update openssl package with the command:
# yum update openssl
Comments
0 commentsPlease sign in to leave a comment.