Guest User!

You are not Sophos Staff.

[7.250] Beta pattern update [CONFIRMED]

I have been running 7.250 for a couple of weeks and all seems well except the pattern will not update. Anybody else having this problem.

Thanks,
Arnie
Parents
  • Can you take a look into the up2date.log logfile, please? If it's not updating, there must be something out of the ordinary in it ...

    Thanks,
      andreas
  • Here is part of it. It repeats the same error.
    ============================================
    2008:07:16-18:15:05 (none) auisys[19605]: id="371O" severity="error" sys="system" sub="up2date" name="Fatal: Up2Date package installation failed: An error occured during the RPM pre-installation test (1)" status="failed" action="install" code="1" package="clam"
    2008:07:16-18:15:05 (none) auisys[19605]:
    2008:07:16-18:15:05 (none) auisys[19605]: 1. main::alf:72() auisys.pl
    2008:07:16-18:15:05 (none) auisys[19605]: 2. main:[:P]erform_work:1065() auisys.pl
    2008:07:16-18:15:05 (none) auisys[19605]: 3. main::auisys_prepare_and_work:519() auisys.pl
    2008:07:16-18:15:05 (none) auisys[19605]: 4. main::top-level:34() auisys.pl
    2008:07:16-18:16:01 (none) audld[19641]: Starting Up2Date Package Downloader (Version 1.57)
    Hope this helps.

    Thanks,
    Arnie
Reply
  • Here is part of it. It repeats the same error.
    ============================================
    2008:07:16-18:15:05 (none) auisys[19605]: id="371O" severity="error" sys="system" sub="up2date" name="Fatal: Up2Date package installation failed: An error occured during the RPM pre-installation test (1)" status="failed" action="install" code="1" package="clam"
    2008:07:16-18:15:05 (none) auisys[19605]:
    2008:07:16-18:15:05 (none) auisys[19605]: 1. main::alf:72() auisys.pl
    2008:07:16-18:15:05 (none) auisys[19605]: 2. main:[:P]erform_work:1065() auisys.pl
    2008:07:16-18:15:05 (none) auisys[19605]: 3. main::auisys_prepare_and_work:519() auisys.pl
    2008:07:16-18:15:05 (none) auisys[19605]: 4. main::top-level:34() auisys.pl
    2008:07:16-18:16:01 (none) audld[19641]: Starting Up2Date Package Downloader (Version 1.57)
    Hope this helps.

    Thanks,
    Arnie
Children
  • I found a bug in a remote part of the up2date code, it leads to the up2date installer always reporting a failure for clam package installation, even though the installation works fine. This can only be fixed via a system up2date.

    There are two possible workarounds for it: either enable the SMTP proxy with virus scanning, or manually replace lines 52 and 53 of /usr/local/bin/patterndist with the following two lines:


        ps --no-heading -C clamd && /usr/bin/killall -USR1 clamd
        touch /var/storage/chroot-http/var/lib/clamav/reload


    Cheers,
     andreas