On 25.12.22 16:16, Jim Popovitch via clamav-users wrote:
What the heck could be causing freshclam verification problems for the past 2 days? I'm getting rate-limited over and over because freshclam fails to verify daily.cvd (and then retries over and over). Is there a known problem with daily.cvd downloads being corrupt? Google says to "wget http://database.clamav.net/daily.cvd" but that no longer works. What should I be doing differently?
~$ grep freshclam /var/log/syslog Dec 25 18:29:29 mx3 freshclam[1013]: freshclam daemon 0.103.7 (OS: linux-gnu, ARCH: x86_64, CPU: x86_64) Dec 25 18:29:29 mx3 freshclam[1013]: ClamAV update process started at Sun Dec 25 18:29:29 2022 Dec 25 18:29:29 mx3 freshclam[1013]: ClamAV update process started at Sun Dec 25 18:29:29 2022
this looks like you are running two concurrent update processes. This may or may not cause the problem.
Dec 25 18:29:29 mx3 freshclam[1013]: WARNING: FreshClam previously received error code 429 or 403 from the ClamAV Content Delivery Network (CDN). Dec 25 18:29:29 mx3 freshclam[1013]: FreshClam previously received error code 429 or 403 from the ClamAV Content Delivery Network (CDN). Dec 25 18:29:29 mx3 freshclam[1013]: This means that you have been rate limited or blocked by the CDN. Dec 25 18:29:29 mx3 freshclam[1013]: This means that you have been rate limited or blocked by the CDN.
do you have single dedicated IP address for this server?
DatabaseOwner clamav DatabaseDirectory /var/lib/clamav
does the freshclam process run with permissions required to update the /var/lib/clamav directory? is it all owned by clamav user?
-- Matus UHLAR - fantomas, [email protected] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. On the other hand, you have different fingers. _______________________________________________ Manage your clamav-users mailing list subscription / unsubscribe: https://lists.clamav.net/mailman/listinfo/clamav-users Help us build a comprehensive ClamAV guide: https://github.com/Cisco-Talos/clamav-documentation https://docs.clamav.net/#mailing-lists-and-chat
