Re: [clamav-users] Clamd ERROR: On-access scan is not available

2014-01-02 Thread David Raynor
02 Jan 2014 00:11:20 -0800 > From: Al Varnell > Reply-To: ClamAV users ML > Subject: Re: [clamav-users] Clamd ERROR: On-access scan is not available > To: ClamAV users ML > > > > > On Thu, Jan 02, 2014 at 12:06 AM, lowcheek...@stee.stengg.com wrote: >

Re: [clamav-users] Clamd ERROR: On-access scan is not available

2014-01-02 Thread lowcheekong
Subject: Re: [clamav-users] Clamd ERROR: On-access scan is not available To: ClamAV users ML > > On Thu, Jan 02, 2014 at 12:06 AM, lowcheek...@stee.stengg.com wrote: >> >> I managed to find out that the error message is returned from the >> below function from

Re: [clamav-users] Clamd ERROR: On-access scan is not available

2014-01-02 Thread Al Varnell
On Thu, Jan 02, 2014 at 12:06 AM, lowcheek...@stee.stengg.com wrote: > > I managed to find out that the error message is returned from the below > function from dazukoio.c: > > int dazukoRegister_TS(dazuko_id_t **dazuko_id, const char *groupName, const > char *mode) > > I wonder how to

Re: [clamav-users] Clamd ERROR: On-access scan is not available

2014-01-02 Thread lowcheekong
. Thanks. Regards. - Message from lowcheek...@stee.stengg.com - Date: Tue, 31 Dec 2013 12:21:07 +0800 From: lowcheek...@stee.stengg.com Subject: Re: [clamav-users] Clamd ERROR: On-access scan is not available To: clamav-users@lists.clamav.net > > > Hi Steve, >

Re: [clamav-users] Clamd ERROR: On-access scan is not available

2013-12-30 Thread lowcheekong
Hi Steve, When I tried the find /usr/include/ -name fanotify.h. It returned blank. Thus, I decided to try 0.97.4, since I do not want to upgrade the kernel from 2.6.18, which is for RHEL 5. After I installed, clamd showed this error: ERROR: Clamuko: Can't register with DazukoFS Hop

Re: [clamav-users] Clamd ERROR: On-access scan is not available

2013-12-30 Thread Steven Morgan
here to get the latest manual for troubleshooting such problem. > > Thanks in advance. > > AUTHOR: Steven Morgan[1] > DATE: 2013-12-24 01:12 +800 > TO: ClamAV users ML[2] > SUBJECT: Re: [clamav-users] Clamd ERROR: On-access scan is not available > > It looks ScanOnAccess requ

Re: [clamav-users] Clamd ERROR: On-access scan is not available

2013-12-29 Thread lowcheekong
[2] SUBJECT: Re: [clamav-users] Clamd ERROR: On-access scan is not available It looks ScanOnAccess requires fanotify rather than Dazukofs. Do you have /usr/include/linux/fanotify.h on your system? Steve Links: -- [1] mailto:smor...@sourcefire.com [2] mailto:clamav-users@lists.clamav.net

Re: [clamav-users] Clamd ERROR: On-access scan is not available

2013-12-23 Thread Steven Morgan
It looks ScanOnAccess requires fanotify rather than Dazukofs. Do you have /usr/include/linux/fanotify.h on your system? Steve On Mon, Dec 23, 2013 at 4:37 AM, wrote: > > > Hi, > > I have installed clamav, clamd 0.98 on redhat EL5.8. I have also > installed Dazukofs to support on access scan

[clamav-users] Clamd ERROR: On-access scan is not available

2013-12-23 Thread lowcheekong
Hi, I have installed clamav, clamd 0.98 on redhat EL5.8. I have also installed Dazukofs to support on access scanning. To verify Dazukofs, I type the following at command prompt: #lsmod | grep dazukofs dazukofs 32602 0 Then, I updated the clamd.conf successfully using Sca