I have this error when I send a mail:
Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
Is like the Cwd object version 3.08 does not match $Cwd::VERSION 3.06. (BUG in PRO !!BETA!!)
Any ideas?
Thanks..
I have this error when I send a mail:
Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
Is like the Cwd object version 3.08 does not match $Cwd::VERSION 3.06. (BUG in PRO !!BETA!!)
Any ideas?
Thanks..
Last edited by IberHosting; 08-16-2005 at 11:11 AM. Reason: Bad title
i got the same problem too, i think cpanel 10.5.0-CURRENT_49 is very buggy and i recommend other DO NOT UPGRADE to 10.5.0-CURRENT_49 as it messed up my servers.
Last edited by markhard; 08-16-2005 at 11:50 AM.
rofl, i love cpanel. Im running the release, i ve used UPGRADE TO RELEASE (from RELEASE), and after dont upgrade any shit, I have this error.
Where, exactly, are you seeing the error? In the exim mail logs?
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
The mail is actually delivered, but smtp still sending back an email error message :
I'm using WHM 10.1.0 cPanel 10.2.0-S83This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
xxxxxx@gmail.com
local delivery failed
The following text was generated during the delivery attempt:
------ xxxxxx@gmail.com ------
Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
Any explanation?
If you check in /var/log/exim_mainlog and search it for HiRes what does it come back with, if anything?
grep HiRes /var/log/exim_mainlog
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
I just copied an example:
Thanks for your assistance.2005-08-16 22:32:13 1E53QD-00072K-1b <xxxxxx@gmail.com>: boxtrapper_autowhitelist transport output: Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
root@servidor1 [~]# grep HiRes /var/log/exim_mainlog
2005-08-16 17:00:01 1E52v2-0004gq-5U <xxx@xxx.xxx>: boxtrapper_autowhitelist transport output: Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
2005-08-16 17:05:27 1E530J-0004zA-Ks <xxxx@ixxxx.xxx>: boxtrapper_autowhitelist transport output: Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
2005-08-16 17:14:38 1E539C-0005UK-E4 <xxxx@ixxxx.xxx>: boxtrapper_autowhitelist transport output: Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
2005-08-16 17:19:23 1E53Dn-00060V-5S <xxxx@ixxxx.xxx>: boxtrapper_autowhitelist transport output: Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
2005-08-16 17:24:36 1E53Iq-0006dC-99 <xxxx@ixxxx.xxx>: boxtrapper_autowhitelist transport output: Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
2005-08-16 17:24:56 1E53J9-0006e9-PB <xxxx@ixxxx.xxx>: boxtrapper_autowhitelist transport output: Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
2005-08-16 19:03:04 1E54q7-0002v4-7o <xxxx@ixxxx.xxx>: boxtrapper_autowhitelist transport output: Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
Im triying a fix for this atm. I post here if the fix has worked (im removing and reinstalling cpanel pro in release version.
If running the following gives the same perl module error:
/usr/local/cpanel/bin/boxtrapper
Then I'd try:
rm -fv /usr/local/cpanel/bin/boxtrapper
/scripts/upcp --force
Then try running this again:
/usr/local/cpanel/bin/boxtrapper
and hopefully it should just give a message: Unable to locate information.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
I'm not installing cpanel pro, but having the same problem as you.Originally Posted by IberHosting
The problem came up when suddenly I could not sending emails (smtp reject my pass auth), but I can receive email, thru my email client, then the tech rollback the cpanel into stable version (previously using latest current version). It fixed the sending problem, but giving another problem like we have now.
Thanks.
Ok, I fixed all with release.
How?
Ive uninstalled in release pro, reinstalled and updated all.
Now all work fine =)
Great! the problem gone now...root@server [~]# /usr/local/cpanel/bin/boxtrapper
-bash: /usr/local/cpanel/bin/boxtrapper: No such file or directory
Thank you for your generous help.
btw, what's really cause this problem?
regards..
I had hosting clients calling me with the same error after moving from RELEASE to CURRENT and then back to RELEASE. It looks like chirpy's fix in post #9 fixed it!!
Thanks!
rm -rf /usr/local/cpanel/modules-install/pro-* (kill old version of pro modulres)
echo -n > /var/cpanel/addonmoduleversions/pro
/scripts/upcp --force
I was able to fix it by doing chirpys fix and not doing the boxtrapper at the end
/usr/local/cpanel/bin/boxtrapper
Then I'd try:
rm -fv /usr/local/cpanel/bin/boxtrapper
/scripts/upcp --force
I tried Nicks and it didnt work for my version since I downgraded to the stable..
Thanks!