Robert Blayzor wanted us to know:
>>USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
>>clamav5089 0.1 0.6 31736 14288 ? SJul30 2:44 clamd
>>clamav3897 0.2 1.3 32760 14168 ? SJul30 3:31 clamd
>>clamav 30246 0.2 2.9 57260 30332 ? S
Todd Lyons wrote:
Mine however are some strange sizes. Tell me what you think of this:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
clamav5089 0.1 0.6 31736 14288 ? SJul30 2:44 clamd
clamav3897 0.2 1.3 32760 14168 ? SJul30 3:31 clamd
cl
Christopher McCrory wanted us to know:
>FWIW , I updated to 0.75.1 today and it is working well. broken MIME
I'm reporting success for the same upgrade. I've gotten 24 hours of
troublefree operation, which is a good sign since one of my machines is
notoriously picky about clamd.
>Mydoom.M are
Hello...
FWIW , I updated to 0.75.1 today and it is working well. broken MIME
Mydoom.M are (almost all) caught and mem usage is at ~14M. 0.75 would
reach > 1G ram then soon seg fault and fail. I was blocking all free@
instantly@ and noreply@ to keep the mem usage down. I started
allowing thes
On Thu, Nov 28, 2002 at 12:03:37PM +0100, EXT / DEVOTEAM VAROQUI Christophe wrote:
> Hello,
>
> I would like to report success on compiling clamav-0.54 on Tru64 Unix v5.1
> with gcc and Compaq make.
> I only needed to replace the :
>
> typedef enum { FALSE=0,TRUE=1 } bool;
> found in libclamav/mb
Hello,
I would like to report success on compiling clamav-0.54 on Tru64 Unix v5.1
with gcc and Compaq make.
I only needed to replace the :
typedef enum { FALSE=0,TRUE=1 } bool;
found in libclamav/mbox.c and libclamav/message.c
... by :
typedef short bool;
#define TRUE 1
#define FALSE 0
like in