cPanel : UPCP error : Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273.

I have seen recent cPanel upgrade throwing errors are below : root@server [~]# /scripts/upcp /scripts/upcp syntax OK Running Futex Check/Fix……Done Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273. This can be fixed using below : wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static && perl /root/updatenow.static –manual Upgrade the cPanel : /scripts/upcp –force This should fix the issue 🙂

Published
Categorized as cPanel Tagged

MySQL error ./eximstats/sends’ is marked as crashed

MySQL dies and logs shows error as below : [ERROR] /usr/sbin/mysqld: Table ‘./eximstats/sends’ is marked as crashed and last (automatic?) repair failed [ERROR] /usr/sbin/mysqld: Table ‘./eximstats/sends’ is marked as crashed and last (automatic?) repair failed A simple fix is to repair the tables using command : myisamchk -r /var/lib/mysql/eximstats/sends.MYI – recovering (with sort) MyISAM-table ‘/var/lib/mysql/eximstats/sends.MYI’… Continue reading MySQL error ./eximstats/sends’ is marked as crashed

Published
Categorized as cPanel

Exim Remote Memory Corruption Vulnerability Notification (CVE-2010-4344)

Summary A memory corruption vulnerability exists in Exim versions 4.69 and older (CVE-2010-4344). Exim is the mail transfer agent used by cPanel & WHM. Security Rating This update has been rated as Important by the cPanel Security team. Description A memory corruption vulnerability has been discovered in Exim. This vulnerability may lead to arbitrary code… Continue reading Exim Remote Memory Corruption Vulnerability Notification (CVE-2010-4344)