RE: [Clamav-users] pthreads instability?

2004-03-23 Thread Pubs
L PROTECTED] > [mailto:[EMAIL PROTECTED] la part de Todd > Lyons > Envoyé : lundi 22 mars 2004 22:52 > À : ClamAV Users List > Objet : RE: [Clamav-users] pthreads instability? > > > On Mon, 2004-03-22 at 00:38, Trog wrote: > > On Mon, 2004-03-22 at 05:59, Pubs

RE: [Clamav-users] memory leak?

2004-03-22 Thread Pubs
Last Snapshot seems ok but in case of here is my solution :-)) #!/usr/local/bin/bash # clamwatch is getting an eye on clamd for you ! i=0 count=0 while [ $i -ne 1 ] do count=`ps aux | grep amavis | grep clamd | wc -l` while [ $count -ne 1 ] do date=`date`

RE: [Clamav-users] pthreads instability?

2004-03-21 Thread Pubs
0.7rc is doing the same thing for me, even with --enable-bigstack, it work 2-3 minutes then dies : Thu Mar 18 17:51:04 2004 -> /var/amavis/amavisd_tmp/amavis-20040318T175049-02778/parts/email.txt: OK Thu Mar 18 17:51:05 2004 -> /var/amavis/amavisd_tmp/amavis-20040318T175042-02759/parts/part-1:

RE: [Clamav-users] can't install amavisd-new on RH9

2004-03-21 Thread Pubs
Try to list your perl packages to know exactly what is installed : shell>rpm -qa | grep perl If perl-iostringy && perl-mailtools are "installed", you should --force the install of perl-MIME-tools wich is THE package you need for Clam. If it fails, deinstall them and install them again. If it fail