Topic: Problem with sa-update in CentOS/RHEL
Exist a problem with sa-update when running the script /etc/cron.d/sa-update. This error in the /var/log/sa-update.log:
(root@mail)[~]# cat /var/log/sa-update.log
Argument "1.39_01" isn't numeric in subroutine entry at /usr/bin/sa-update line 81.
Argument "1.39_01" isn't numeric in subroutine entry at /usr/bin/sa-update line 81.
Argument "1.39_01" isn't numeric in subroutine entry at /usr/bin/sa-update line 81.
Argument "1.39_01" isn't numeric in subroutine entry at /usr/bin/sa-update line 81.
The solution is to modify /usr/lib/perl5/vendor_perl/5.8.8/Archive/Tar.pm and add version line, how this:
$VERSION = "1.39_01";
$VERSION = eval $VERSION;
Add line "$VERSION = eval $VERSION;" above to resolve problem conform this post:
https://bugzilla.redhat.com/show_bug.cgi?id=612879
I hope I have helped
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.