This usually means you need to upgrade Perl on the server. Here is a example of a md5sum error.
The remote server didn’t report a correct md5sum of the archive. Please ensure you selected the correct type of remote server.
To fix upgrade Perl as shown here:
http://www.ezlinuxadmin.com/2009/08/upgrading-perl-on-cpanel/
Entries Tagged as 'Cpanel and WHM'
Getting a md5sum error when tranferring a cpanel account?
March 3rd, 2010 by EZ linux · No Comments
Tags: Cpanel and WHM · Linux Commands · Linux Software / Scripts
Path to PHP CLI in CPanel
February 9th, 2010 by EZ linux · No Comments
PHP CLI is installed by default by CPanel and placed in:
/usr/local/bin
or
/usr/bin
Tags: Cpanel and WHM · Linux Software / Scripts
Location of SSL certs and keys for CPanel and users
February 9th, 2010 by EZ linux · No Comments
I was tracking down the location for each users SSL on a CPanel based server and wanted to post the locations here since they are a little off the beaten track. This is good to have around for when you want to clean out old certs and keys that are just jumbling your SSL trackers.
Here [...]
Tags: Cpanel and WHM · Linux Security
The remote server didn’t report a correct md5sum of the archive
January 27th, 2010 by EZ linux · No Comments
Cpanel transfer error, server to serve single account.
Here is the error when I try to do a single account cpanel server to server transfer:
Testing dwhs.net for xfer streaming support….Not Supported!
Packaging the account: (/scripts/pkgacct username “” –split compressed –mysql 5.0)…
pkgacct started.
pkgacct version 8.3 – user : username – archive version: 3 – running with uid 0
We [...]
Tags: Cpanel and WHM
Cpanel WHM pages showing blank?
January 13th, 2010 by EZ linux · No Comments
Simply run /scripts/upcp –force
It’s a common bug that happens when a cPanel WHM update has an error.
Tags: Cpanel and WHM
Restart cpanel and web hosting manager WHM
December 29th, 2009 by EZ linux · No Comments
Both of these restart cpanel and Web Host Manager WHM services the exact same way
service cpanel restart
/etc/init.d/cpanel restart
Tags: Cpanel and WHM
Need space on a cpanel server?
November 10th, 2009 by EZ linux · No Comments
Here is some common places you can find some junk to remove:
find /backup/cpbackup/daily -name core.* -exec rm {} \;
find /backup/cpbackup/daily -name *.*.mbox:2, -exec rm {} \;
find /backup/cpbackup/daily -name *.msg” -exec rm {} \;
find /backup/cpbackup/daily -name *.msg” -exec rm {} \;
find /backup/cpbackup/daily/ -name *.*.dwhs1234.dwhs.net:2, -exec rm {} \;
find /backup/cpbackup/daily/ -name *.*.dwhs1234.dwhs.net:2,* -exec rm {} \;
Basically .core [...]
Tags: Cpanel and WHM · Linux Tricks
PHP handler SuPHP
November 9th, 2009 by EZ linux · 1 Comment
Setting your PHP handler to SuPHP, which will cause PHP scripts to run as the user instead of “nobody”.
Note that it has stricter permissions requirements than the other handlers–files must be 644, directories 755
Tags: Cpanel and WHM · Linux Security · Linux Software / Scripts · Linux Tricks
How to find a spammer using nobody on a cpanel server
November 5th, 2009 by EZ linux · No Comments
There is two ways I know to accomplish this, the first seems to be better but I am still testing it out.
The first way is another great script from Script Mantra called Sendmail Logger. Once installed and php has Mail Headers compiled with it then you can see easily whats being sent through nobody or [...]
Tags: Cpanel and WHM · Linux Tricks
Install fantastico
October 30th, 2009 by EZ linux · No Comments
cd /usr/local/cpanel/whostmgr/docroot/cgi
wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz
