Strange phenomenon after migration.
Hello,
I moved accounts from the old cPanel(WHM 11.44) to the new Cpanel(WHM 11.48 latest) server.
Old: CentOS 5.x Perl 5.8.8
New: CloudLinux 6.x Perl 5.10.1
After migration was completed, certain accounts indicate "Perl version 5.8.8" at the stats of cPanel :( and other accounts indicate "Perl version 5.10.1", correct version.
The actual version of the perl of the new server is 5.10.1.
I asked to the support of CloudLinux but they said it was caused by cPanel.
This occurs with only indication of Perl version, other stats, MySQL, PHP etc indicate the actual server's version at cPanel stats.
Any countermeasure or advice would be appreciated.:)
-
Hello, Does the issue persist after clearing the cPanel cache of the affected account and logging out and back into cPanel? EX: mv /home/$username/.cpanel/datastore /home/$username/.cpanel/datastore-backup
Thank you.0 -
Yes, it was solved after clearing the cPanel cache. for i in `grep -l 5.8.8 /home*/*/.cpanel/datastore/_usr_bin_perl_-v`; do /bin/rm -f -v $i; done Thank you. 0 -
I am happy to see the issue is now resolved. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
3 comments