Transfer tool error
I'm wondering if anyone else has experienced this issue while transferring an account between servers?
ERROR: Constant subroutine MB_CUR_MAX redefined at /usr/local/cpanel/bin/sshcontrol line 4294967295.
Edit... Ok so further investigation shows that the transfer process will copy over the files in chunks of 250MB and then recombine the archive afterwards. So each time the script counts up to 100% for the copy it then starts again. At the point it gets to 100% and starts the next 250MB transfer, this error appears. However, I don't think it is anything to worry about. My guess would be that Perl has recently changed to considering this type of "redefine" or whatever you call it to be an error, when previously it was not. I think cpanel probably just need to suppress that error somehow within the script. It hasn't stopped the account from transferring successfully.
Edit... Ok so further investigation shows that the transfer process will copy over the files in chunks of 250MB and then recombine the archive afterwards. So each time the script counts up to 100% for the copy it then starts again. At the point it gets to 100% and starts the next 250MB transfer, this error appears. However, I don't think it is anything to worry about. My guess would be that Perl has recently changed to considering this type of "redefine" or whatever you call it to be an error, when previously it was not. I think cpanel probably just need to suppress that error somehow within the script. It hasn't stopped the account from transferring successfully.
-
Hello, That warning message does not affect the transfer itself. It's fixed in cPanel version 68.0.19 as part of the following case: Fixed case CPANEL-16965: Bump B::C to version 5.024024. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment