Troubleshooting
From SolusVM
Master GUI Issues
I try to login with the correct credentials but i get redirected to the login page
This can be caused by a yum update or installation of httpd. To fix this you must issue the following command on your master installation in SSH:
chown solusvm:solusvm /var/lib/php/session
lighttpd won't start i get the error: (network.c.336) SSL: error:00000000:lib(0):func(0):reason(0)
The latest openSSL update in CentOS 5 breaks SSL support in lighttpd.
This is our offical fix, on all your host servers run this in SSH:
cd /usr/local/solusvm/tmp/ wget http://files.soluslabs.com/solusvm/patch/fixlighttpd.sh chmod 755 fixlighttpd.sh ./fixlighttpd.sh
If all else fails you can do the following to downgrade openSSL:
64bit:
wget http://files.soluslabs.com/solusvm/fixes/openssl-0.9.8e-12.el5_4.1.x86_64.rpm rpm --force -ihv openssl-0.9.8e-12.el5_4.1.x86_64.rpm
32bit:
wget http://files.soluslabs.com/solusvm/fixes/openssl-0.9.8e-12.el5_4.1.i686.rpm rpm --force -ihv openssl-0.9.8e-12.el5_4.1.i686.rpm
