Re: [clamav-users] EXTERNAL: Re: ** Offline database update. What is the proper approach?

2025-07-02 Thread David Precious via clamav-users
It's not something I've tried, but the `DatabaseCustomURL` option in freshclam.conf says it can use `file://` URLs for database files, so it looks like it could be used to point `freshclam` at the location you've copied the files to (from a USB stick you've downloaded them to, for instance). You

Re: [clamav-users] Questions about the operating platform

2024-08-07 Thread David Precious via clamav-users
On Wed, 7 Aug 2024 17:29:46 +0900 tomoe via clamav-users wrote: > Does ClamAntiVirus work on Ubuntu 24.04LTS ? > I look forward to Answer from you. Yep. Ubuntu provides ClamAV packages - https://packages.ubuntu.com/source/clamav You'll see that for Ubuntu 24.04 (Noble Numbat) they provide 1.0.5

Re: [clamav-users] False positive?

2024-04-08 Thread David Precious via clamav-users
On Mon, 8 Apr 2024 11:26:15 -0400 Richard wrote: > After updating to the latest virus signature files using > freshclam, I am suddenly getting infected file reports > that I never got before. Almost certainly yes. This seems to happen periodically, for those same Python PIP exe files (which I

Re: [clamav-users] Assistance needed with "LOCAL: Socket file /var/run/clamav/clamd.ctl is in use" error in Debian Docker image

2023-07-03 Thread David Precious via clamav-users
On Mon, 3 Jul 2023 11:18:47 + Parmeshwar G via clamav-users wrote: > Docker file: > FROM debian:latest > RUN apt-get update && \ > apt-get install -y clamav-daemon clamav-freshclam > RUN mkdir -p /var/run/clamav && chown -R clamav:clamav /var/run/clamav > RUN freshclam > CMD ["/usr/sbin/cl