[OpenVZ/KVM/CentOS 7] No login prompt on boot

When converting CentOS 7 OpenVZ systems to KVM sometimes there is no login prompt after loading services. The machine is otherwise operating correctly. Here’s the fix to get the login prompt back: mv /etc/systemd/system/getty.target.wants/getty\@tty2.service /etc/systemd/system/getty.target.wants/getty\@tty1.service Afterwards the keyboard input may not work. Rebuilding the initial ramdisk will fix that: dracut -f

[SolusVM/Websocket/noVNC] OSStatus Error -9807: Invalid certificate chain

After updating an SSL certificate on a SolusVM master installation we still receiving an error on the web console for SSL noVNC when the old certificate expired: OSStatus Error -9807: Invalid certificate chain It turns out noVNC on these installations doesn’t run through the web server. Instead change the following certificate file: /usr/local/solusvm/ssl/cert.pem This file […]