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

2014-01-02 Thread lowcheekong
Hi, 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 understand the purpose of the function and troubleshoot this code. Than

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
Actually, it is right inside the clamav-0.97.4.tar.gz source file, which I had downloaded from clamav.net. Path is: \clamav-0.97.4\clamd\dazukoio.c - Message from alvarn...@mac.com - Date: Thu, 02 Jan 2014 00:11:20 -0800 From: Al Varnell Reply-To: ClamAV users ML Subj

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

2014-01-02 Thread David Raynor
On Thu, Jan 2, 2014 at 4:24 AM, wrote: > > > Actually, it is right inside the clamav-0.97.4.tar.gz source file, which I > had downloaded from clamav.net. Path is: > > \clamav-0.97.4\clamd\dazukoio.c > > - Message from alvarn...@mac.com - > Date: Thu, 02 Jan 2014 00:11:20 -0800 >