1

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.

2

Re: Problem with sa-update in CentOS/RHEL

We already have a hotfix for this issue:
http://www.iredmail.org/forum/topic1085 … assin.html

3

Re: Problem with sa-update in CentOS/RHEL

ZhangHuangbin wrote:

We already have a hotfix for this issue:
http://www.iredmail.org/forum/topic1085 … assin.html

Ops. I had not seen the forum. Sorry!

4

Re: Problem with sa-update in CentOS/RHEL

It's strongly recommended that all iRedMail users subscribe RSS feed of forum "News & Announcements":
http://www.iredmail.org/forum/forum4-ne … ments.html