Hi Gary,
How much memory do you have available.
You probably need 8G or more of ram for the latest and greatest as my
understanding is that may be storing two copies of the databases in ram
to speed up database reloading delays.
Your SSL library is running out of memory after downloading the daily
database and then can't connect for downloading all the daily updates.
If you have plenty of memory then the other alternative is that there is
a buffer overrun during the daily decompression and that is messing up
the malloc() tables.
Do you have 'valgrind'. That would help find any buffer overruns but it
does take a bit of getting use to for first time users.
There are more primitive approaches for finding buffer overruns but you
would need to be vary familiar with the SSL and freshclam source code
for these.
Regards
Mark.
On 30/11/19 02:54, Gary R. Schmidt wrote:
Hi Clamav,
0.102.1 builds on Solaris 11.3 x64, but freshclam fails.
Using GCC 9.1.0, not the real compiler.
As auto*** is borked for Solaris, first I have to:
for i in `find . -name configure`
do
sed 's/BDRT/BCDRT/' $i > /tmp/configure.$$
mv /tmp/configure.$$ $i
chmod a+x $i
done
Then:
env CONFIG_SHELL=/bin/bash \
/bin/bash ./configure \
CONFIG_SHELL=/bin/bash \
LDFLAGS=-R/opt/local/lib \
--enable-unrar \
--disable-ipv6 \
--disable-silent-rules \
--disable-check \
--prefix=/opt/local
It builds and installs happily, and clamd seems fine, but freshclam does
not work.
I have reverted to 0.101.5 (configured in the same way) for the
meantime, it is fine.
Output from "sudo freshclam/.libs/freshclam -v --debug -F":
===========================================================================
Sat Nov 30 12:50:35 2019 -> ClamAV update process started at Sat Nov 30
12:50:35 2019
Sat Nov 30 12:50:35 2019 -> *Current working dir is
/opt/local/share/clamav/
Sat Nov 30 12:50:35 2019 -> *Querying current.cvd.clamav.net
Sat Nov 30 12:50:35 2019 -> *TTL: 226
Sat Nov 30 12:50:35 2019 -> *fc_dns_query_update_info: Software version
from DNS: 0.102.1
Sat Nov 30 12:50:35 2019 -> *Current working dir is
/opt/local/share/clamav/
Sat Nov 30 12:50:35 2019 -> *check_for_new_database_version: Local copy
of daily found: daily.cld.
Sat Nov 30 12:50:35 2019 -> *query_remote_database_version: daily.cvd
version from DNS: 25648
Sat Nov 30 12:50:35 2019 -> daily database available for update (local
version: 25647, remote version: 25648)
LibClamAV debug: in cli_untgz()
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/COPYING
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.info
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.cfg
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.ndb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.mdu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.msu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.fp
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.ldu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.pdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.mdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.ndu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.sfp
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.msb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.ldb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.hdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.wdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.ftm
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.hsb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.cdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.ign2
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.idb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.ign
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.hdu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.hsu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-cff6c377dfbc4be92a79e2544bfff134.tmp/daily.crb
LibClamAV debug: in cli_untgz_cleanup()
Sat Nov 30 12:50:36 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> *downloadFile: Download destination:
./clamav-e937a22d0eb57304ada985e227c2b6b8.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A6041:SSL
routines:ssl_create_cipher_list:malloc failure
* Closing connection 0
Sat Nov 30 12:50:36 2019 -> ^Download failed (27) Sat Nov 30 12:50:36
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:36 2019 -> ^getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> *downloadFile: Download destination:
./clamav-f4c43f6c9e8e121e6e338dea36859d4e.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A6041:SSL
routines:ssl_create_cipher_list:malloc failure
* Closing connection 0
Sat Nov 30 12:50:36 2019 -> ^Download failed (27) Sat Nov 30 12:50:36
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:36 2019 -> ^getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> *downloadFile: Download destination:
./clamav-166b0b0e01d8cf9d8bf33d10938e2afd.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A6041:SSL
routines:ssl_create_cipher_list:malloc failure
* Closing connection 0
Sat Nov 30 12:50:36 2019 -> ^Download failed (27) Sat Nov 30 12:50:36
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:36 2019 -> ^getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:36 2019 -> ^Incremental update failed, trying to
download daily.cvd
Sat Nov 30 12:50:36 2019 -> *Retrieving
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:36 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:36 2019 -> *downloadFile: Download destination:
/opt/local/share/clamav/tmp/clamav-75196101cee85ae0659d5e64dba9f524.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A6041:SSL
routines:ssl_create_cipher_list:malloc failure
* Closing connection 0
Sat Nov 30 12:50:36 2019 -> ^Download failed (27) Sat Nov 30 12:50:36
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:36 2019 -> ^getcvd: Can't download daily.cvd from
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:36 2019 -> Trying again in 5 secs...
Sat Nov 30 12:50:41 2019 -> *check_for_new_database_version: Local copy
of daily found: daily.cld.
Sat Nov 30 12:50:41 2019 -> *query_remote_database_version: daily.cvd
version from DNS: 25648
Sat Nov 30 12:50:41 2019 -> daily database available for update (local
version: 25647, remote version: 25648)
LibClamAV debug: in cli_untgz()
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/COPYING
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.info
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.cfg
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.ndb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.mdu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.msu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.fp
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.ldu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.pdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.mdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.ndu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.sfp
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.msb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.ldb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.hdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.wdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.ftm
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.hsb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.cdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.ign2
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.idb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.ign
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.hdu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.hsu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-58fcc365d0ade156110e0907e02da589.tmp/daily.crb
LibClamAV debug: in cli_untgz_cleanup()
Sat Nov 30 12:50:41 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> *downloadFile: Download destination:
./clamav-0b49d4a5e470a3b3b0ca725f28094203.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A6041:SSL
routines:ssl_create_cipher_list:malloc failure
* Closing connection 0
Sat Nov 30 12:50:41 2019 -> ^Download failed (27) Sat Nov 30 12:50:41
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:41 2019 -> ^getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> *downloadFile: Download destination:
./clamav-2fc564f0cad22e79d385777503daf253.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A6041:SSL
routines:ssl_create_cipher_list:malloc failure
* Closing connection 0
Sat Nov 30 12:50:41 2019 -> ^Download failed (27) Sat Nov 30 12:50:41
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:41 2019 -> ^getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> *downloadFile: Download destination:
./clamav-90e799701da12aaa9aa1dd9204a84b16.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A6041:SSL
routines:ssl_create_cipher_list:malloc failure
* Closing connection 0
Sat Nov 30 12:50:41 2019 -> ^Download failed (27) Sat Nov 30 12:50:41
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:41 2019 -> ^getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:41 2019 -> ^Incremental update failed, trying to
download daily.cvd
Sat Nov 30 12:50:41 2019 -> *Retrieving
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:41 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:41 2019 -> *downloadFile: Download destination:
/opt/local/share/clamav/tmp/clamav-3e9a25760f1e08d7b633ef1332f4ae3e.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A90A1:SSL
routines:SSL_CTX_new:library has no ciphers
* Closing connection 0
Sat Nov 30 12:50:41 2019 -> ^Download failed (27) Sat Nov 30 12:50:41
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:41 2019 -> ^getcvd: Can't download daily.cvd from
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:41 2019 -> Trying again in 5 secs...
Sat Nov 30 12:50:46 2019 -> *check_for_new_database_version: Local copy
of daily found: daily.cld.
Sat Nov 30 12:50:46 2019 -> *query_remote_database_version: daily.cvd
version from DNS: 25648
Sat Nov 30 12:50:46 2019 -> daily database available for update (local
version: 25647, remote version: 25648)
LibClamAV debug: in cli_untgz()
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/COPYING
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.info
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.cfg
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.ndb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.mdu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.msu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.fp
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.ldu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.pdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.mdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.ndu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.sfp
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.msb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.ldb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.hdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.wdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.ftm
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.hsb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.cdb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.ign2
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.idb
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.ign
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.hdu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.hsu
LibClamAV debug: cli_untgz: Unpacking
/opt/local/share/clamav/tmp/clamav-a5b1abf5375c951b4dc029dcda2b70e6.tmp/daily.crb
LibClamAV debug: in cli_untgz_cleanup()
Sat Nov 30 12:50:46 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:46 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:46 2019 -> *downloadFile: Download destination:
./clamav-0e2eb4eb0df83eada4148d3712cd1ad4.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A90A1:SSL
routines:SSL_CTX_new:library has no ciphers
* Closing connection 0
* Closing connection 0
Sat Nov 30 12:50:47 2019 -> ^Download failed (27) Sat Nov 30 12:50:47
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:47 2019 -> ^getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:47 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:47 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:47 2019 -> *downloadFile: Download destination:
./clamav-177d51716a06279e2477f20a804c4e3f.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A90A1:SSL
routines:SSL_CTX_new:library has no ciphers
* Closing connection 0
Sat Nov 30 12:50:47 2019 -> ^Download failed (27) Sat Nov 30 12:50:47
2019 -> ^ Message: Out of memory
Sat Nov 30 12:50:47 2019 -> ^getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:47 2019 -> *Retrieving
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:47 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:47 2019 -> *downloadFile: Download destination:
./clamav-ee143e4788c834685c7a5977f97e194a.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A90A1:SSL
routines:SSL_CTX_new:library has no ciphers
* Closing connection 0
Sat Nov 30 12:50:47 2019 -> !Download failed (27) Sat Nov 30 12:50:47
2019 -> ! Message: Out of memory
Sat Nov 30 12:50:47 2019 -> !getpatch: Can't download daily-25648.cdiff
from https://database.clamav.net/daily-25648.cdiff
Sat Nov 30 12:50:47 2019 -> ^Incremental update failed, trying to
download daily.cvd
Sat Nov 30 12:50:47 2019 -> *Retrieving
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:47 2019 -> *downloadFile: Download source:
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:47 2019 -> *downloadFile: Download destination:
/opt/local/share/clamav/tmp/clamav-fb06064d4b853799a7c47c9835046f76.tmp
* Trying 104.16.219.84...
* TCP_NODELAY set
* Connected to database.clamav.net (104.16.219.84) port 443 (#0)
* SSL: couldn't create a context: error:140A90A1:SSL
routines:SSL_CTX_new:library has no ciphers
* Closing connection 0
Sat Nov 30 12:50:47 2019 -> !Download failed (27) Sat Nov 30 12:50:47
2019 -> ! Message: Out of memory
Sat Nov 30 12:50:47 2019 -> !getcvd: Can't download daily.cvd from
https://database.clamav.net/daily.cvd
Sat Nov 30 12:50:47 2019 -> Giving up on https://database.clamav.net...
Sat Nov 30 12:50:47 2019 -> !Update failed for database: daily
Sat Nov 30 12:50:47 2019 -> ^fc_update_databases: fc_update_database
failed: Connection failed (5)
Sat Nov 30 12:50:47 2019 -> !Database update process failed: Connection
failed (5)
Sat Nov 30 12:50:47 2019 -> !Update failed.
===========================================================================
Cheers,
Gary B-)
_______________________________________________
clamav-users mailing list
[email protected]
https://lists.clamav.net/mailman/listinfo/clamav-users
Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq
http://www.clamav.net/contact.html#ml
_______________________________________________
clamav-users mailing list
[email protected]
https://lists.clamav.net/mailman/listinfo/clamav-users
Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq
http://www.clamav.net/contact.html#ml