Hello,
Due to network limitations (in a DMZ for example), some of my servers can't get the update files, but I can put them on their local filsystem. Since the latest version the savupdate command does'nt work anymore.
Details :
1) From my repos server, I send the files :
rsync -e ssh -az --delete-after /data/sophos/savlinux/savi/sav/ sophosadmin@distanthost:/tmp/sav
2) On the "distanthost" I execute this commands :
/opt/sophos-av/bin/savconfig set PrimaryUpdateSourcePath /tmp/sav
/opt/sophos-av/bin/savupdate -v5
The result is an exit 61 :
Updating from /tmp/sav
Reading /tmp/sav/savlinux/cidsync.upd
Reading /tmp/sav/cidsync.upd
Reading /opt/sophos-av/update/cache/Primary/cidsync.upd
Reading /opt/sophos-av/update/cache/Primary/savi/sav/vdlmnfst.dat
Reading /tmp/sav/savi/sav/vdlmnfst.dat
Failed to replicate from /tmp/sav
Failed to replicate from all update sources
I tried to send whole the archive :
rsync -e ssh -vaz --delete-after /data/sophos/savlinux sophosadmin@distanthost:/tmp/sav:
/opt/sophos-av/bin/savupdate -v5
Updating from /tmp/sav
Reading /tmp/sav/savlinux/cidsync.upd
Reading /opt/sophos-av/update/cache/Primary/cidsync.upd
Reading /opt/sophos-av/update/cache/Primary/savi/sav/vdlmnfst.dat
Reading /tmp/sav/savlinux/savi/sav/vdlmnfst.dat
Failed to replicate from /tmp/sav
Failed to replicate from all update sources
--debug ends with :
Failed to replicate from /tmp/sav
Exception recorded in /opt/sophos-av/tmp/savupdateException.log
File /tmp/sav/savlinux/savi/sav/vdlmnfst.dat of unknown size, is larger than 16335 bytes
2016-05-02 09:59:35,538 DEBUG savupdate.util.Logger: ALL_UPDATE_SOURCES_FAILED
Failed to replicate from all update sources
Any suggestion to update the signatures (and the product) in this case ?
Another question : is it possible to clean the cache, which duplicates the signature files ?
Note : Our hosts are RedHat and AIX systems.
This thread was automatically locked due to age.