Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 25
  1. #1
    Member
    Join Date
    Jun 2005
    Posts
    124

    Thumbs down Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.

    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

  2. #2
    Member
    Join Date
    Apr 2004
    Posts
    215

    Default

    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.

  3. #3
    Member
    Join Date
    Jun 2005
    Posts
    124

    Default

    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.

  4. #4
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    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

  5. #5
    Member
    Join Date
    Aug 2005
    Posts
    20

    Default

    The mail is actually delivered, but smtp still sending back an email error message :

    This 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.
    I'm using WHM 10.1.0 cPanel 10.2.0-S83

    Any explanation?

  6. #6
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    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

  7. #7
    Member
    Join Date
    Aug 2005
    Posts
    20

    Default

    I just copied an example:

    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.
    Thanks for your assistance.

  8. #8
    Member
    Join Date
    Jun 2005
    Posts
    124

    Default

    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.

  9. #9
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    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

  10. #10
    Member
    Join Date
    Aug 2005
    Posts
    20

    Default

    Quote Originally Posted by IberHosting
    Im triying a fix for this atm. I post here if the fix has worked (im removing and reinstalling cpanel pro in release version.
    I'm not installing cpanel pro, but having the same problem as you.

    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.

  11. #11
    Member
    Join Date
    Jun 2005
    Posts
    124

    Default

    Ok, I fixed all with release.

    How?

    Ive uninstalled in release pro, reinstalled and updated all.

    Now all work fine =)

  12. #12
    Member
    Join Date
    Aug 2005
    Posts
    20

    Default

    root@server [~]# /usr/local/cpanel/bin/boxtrapper
    -bash: /usr/local/cpanel/bin/boxtrapper: No such file or directory
    Great! the problem gone now...

    Thank you for your generous help.

    btw, what's really cause this problem?

    regards..

  13. #13
    Member
    Join Date
    Aug 2003
    Posts
    54

    Default

    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!

  14. #14
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,514

    Default

    rm -rf /usr/local/cpanel/modules-install/pro-* (kill old version of pro modulres)
    echo -n > /var/cpanel/addonmoduleversions/pro
    /scripts/upcp --force

  15. #15
    Member
    Join Date
    May 2003
    Posts
    102

    Default

    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!

Similar Threads & Tags
Similar threads

  1. Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.72.
    By closet geek in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-24-2005, 06:48 AM
  2. Cwd object version 3.08 does not match $Cwd::VERSION 3.06. (BUG in PRO !!BETA!!)
    By randyvalpobb in forum cPanel and WHM Discussions
    Replies: 232
    Last Post: 08-19-2005, 09:25 AM
  3. Zlib object version 1.37 does not match $Compress::Zlib::VERSION 1.34
    By Snowman30 in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-14-2005, 01:46 PM
  4. Replies: 2
    Last Post: 08-12-2005, 05:25 AM
  5. Couple of strange errors this morning (Time-HiRes and system-auth)
    By TogaDave in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 05-20-2005, 03:42 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube