Category: Control panels

cPanel Native SSL support failed error

If your cPanel/WHM install randomly sends you an e-mail one day along the lines of: Native SSL support failed to pass the startup test. stunnel was started instead. The exact error was: [linktest=/usr/local/cpanel/bin/linktest-ssl: error while loading shared libraries: /usr/local/cpanel/perl/Net/SSLeay/SSLeay.so: cannot open shared object file: No such file or directory ] [binary=/usr/local/cpanel/cpsrvd-ssl] [cpsrvd=/usr/local/cpanel/cpsrvd-ssl: error while loading shared libraries: /usr/local/cpanel/perl/Net/SSLeay/SSLeay.so: cannot open...

cPanel/WHM and yum-updatesd

In my continuing fight with yum-updatesd, I found that on servers with cPanel/WHM installed it was crashing with mysterious Python errors: root@tma03 [/etc/yum]# yum-updatesd –debug –no-fork Traceback (most recent call last): File “/usr/sbin/yum-updatesd”, line 35, in ? import dbus File “/usr/lib64/python2.4/site-packages/dbus/__init__.py”, line 1, in ? from _dbus import * File “/usr/lib64/python2.4/site-packages/dbus/_dbus.py”, line 48, in ? from proxies import * File...