> Micah
>
>
>
> *From:* clamav-users *On Behalf
> Of *Marian Galbavy via clamav-users
> *Sent:* Wednesday, August 12, 2020 12:57 AM
> *To:* ClamAV users ML
> *Cc:* Marian Galbavy
> *Subject:* Re: [clamav-users] on-access scan /media folder
>
>
>
> Thank you g
Micah
From: clamav-users On Behalf Of Marian
Galbavy via clamav-users
Sent: Wednesday, August 12, 2020 12:57 AM
To: ClamAV users ML
Cc: Marian Galbavy
Subject: Re: [clamav-users] on-access scan /media folder
Thank you guys for your answers. Sorry for my late reply, I was in abroad. I
have al
-users On Behalf Of Marian
Galbavy via clamav-users
Sent: Wednesday, August 12, 2020 12:57 AM
To: ClamAV users ML
Cc: Marian Galbavy
Subject: Re: [clamav-users] on-access scan /media folder
Thank you guys for your answers. Sorry for my late reply, I was in abroad. I
have already read
Hi there,
On Wed, 12 Aug 2020, Marian Galbavy via clamav-users wrote:
... what does error 3 mean. ...
It isn't very informative I'm afraid, as Micah said in his reply.
If you want to look at the code it's defined in an 'enum' in
clamonacc/inotif/inotif.c
like this:
/* return codes */
typed
he patch
> to help us figure out what is causing the issue you've encountered?
>
> Regards,
> Micah
>
> -Original Message-
> From: clamav-users On Behalf Of
> G.W. Haywood via clamav-users
> Sent: Tuesday, August 4, 2020 5:16 AM
> To: Marian Galbavy vi
W. Haywood
Subject: Re: [clamav-users] on-access scan /media folder
Hi there,
On Tue, 4 Aug 2020, Marian Galbavy via clamav-users wrote:
> I have problem with on-access scan of /media folder in Ubuntu. I would
> like to have on-access scan for connected removable devices but it doesn't
&g
Hi there,
On Tue, 4 Aug 2020, Marian Galbavy via clamav-users wrote:
I have problem with on-access scan of /media folder in Ubuntu. I would like
to have on-access scan for connected removable devices but it doesn't work.
In log I have find this line:
ERROR: ClamInotif: could not watch path '/me
Hi folks,
I have problem with on-access scan of /media folder in Ubuntu. I would like
to have on-access scan for connected removable devices but it doesn't work.
In log I have find this line:
ERROR: ClamInotif: could not watch path '/media'. 3
User clamav has read permissions for this folder, neve
Hi there,
On Tue, 28 Jan 2020, Stefan Malte Schumacher via clamav-users wrote:
we are using Clamav as On-Access-Scanner on a Debian Server Landscape
currently containing Debian 8 (to be migrated until the official EOL),
Debian 9 and 10.
Now I have a new VM which refuses to do an On-Access-Scan
Hello,
we are using Clamav as On-Access-Scanner on a Debian Server Landscape
currently containing Debian 8 (to be migrated until the official EOL),
Debian 9 and 10.
Now I have a new VM which refuses to do an On-Access-Scan despite all the
settings being correct. I have other VMs with Debian 10 in
I was wodering if anyone could comment on the situation that the on-access
scanning does not seem to work properly
thank you very much for your help
ZF
On Wednesday, August 10, 2016 7:17 PM, Z F wrote:
Dear Mickey
I apologize for a delay
ps aux|grep clamclamav 1895 0.0 0.0 132388
Have you tried running clamd itself with root permissions?
e.g. $sudo clamd [options
Yes i did same resultI did not use any options...
-Mickey
On Sun, Aug 7, 2016 at 1:18 AM, Z F wrote:
> I have noticed in /var/log/clamav/clamav.log
>
> Sun Aug 7 01:14:28 2016 -> ERROR: ScanOnAccess:
Hi,
Have you tried running clamd itself with root permissions?
e.g. $sudo clamd [options]
-Mickey
On Sun, Aug 7, 2016 at 1:18 AM, Z F wrote:
> I have noticed in /var/log/clamav/clamav.log
>
> Sun Aug 7 01:14:28 2016 -> ERROR: ScanOnAccess: fanotify_init failed:
> Operation not permittedSun
I have noticed in /var/log/clamav/clamav.log
Sun Aug 7 01:14:28 2016 -> ERROR: ScanOnAccess: fanotify_init failed:
Operation not permittedSun Aug 7 01:14:28 2016 -> ScanOnAccess: clamd must be
started by root
in /etc/clamav/clamd.conf
I had User clamav
then I changed to User rootand rebooted
Dear clamav
I have used these instructions to setup on-access scan
ClamAV® blog: Configuring On-Access Scanning in ClamAV
canOnAccess trueOnAccessIncludePath /home/user/DownloadsOnAccessPrevention true
OnAccessExtraScanning true
the installed version is
0.99+dfsg-1ubuntu1.1
on ubutnu 16.04grep
Hi
I m trying to configure on access scan in my clamav ubuntu instalation
In clamd.conf i set the following
ScanOnAccess true
OnAccessIncludePath /home
When start clamd-daemon (sudo /etc/init.d/clamav-daemon start) in
/var/log/clamav/clamav.log appears the following
" ERROR: ScanOnAccess:
Sandro,
I have a fix for recursion. The problem is that OnAccessExcludePath still
doesn't work. Here is a patch if you want to try it:
diff --git a/clamd/fan.c b/clamd/fan.c
index 70da61d..673f59c 100644
--- a/clamd/fan.c
+++ b/clamd/fan.c
@@ -131,7 +131,7 @@ void *fan_th(void *arg)
if((pt
Steve,
Thank you for your answer. One additional question: Are there any plans
to add recursion for OnAccessIncludePath? Would be a great feature,
especially when users add directories to their home dir.
Regards,
Sandro
Am 11.02.2014 01:02, schrieb Steven Morgan:
> Sandro,
>
> Yes, that is a re
Sandro,
Yes, that is a reasonable expectation. From reviewing the code
(clamd/fan.c), the current use of fanotify will not recurse into
sub-directories. There is a way to specify fanotify for a mount point
including sub-directories(FAN_MARK_MOUNT), but that appears to be
unimplemented at present.
Hi,
I'm running ClamAV 0.98.1 on Fedora linux 19. I wonder if the
OnAccessIncludePath directive is recursive or not? My expectation is
that when I add eg.
ScanOnAccess yes
OnAccessIncludePath /home
and a virus (eg. eicar.com) is stored in /home/user1/tmp/eicar/eicar.com
and accessed with vi, cp,
20 matches
Mail list logo