Re: [Clamav-users] Bug in 0.90.2

2007-04-13 Thread René Berber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dennis Peterson wrote: [snip] I saw a huge number of warnings building it with Studio 11 on Sol10-x86, but nothing unusual building with gcc on Sol8 64-bit Sparc with GCC 3.3.2. The warnings are there in Solaris 9, gcc 3.3.2, regular build

[Clamav-users] how to set cron to run freshclam

2007-04-13 Thread Pascal Duchatelle
Hello, I am not that much experienced with linux. I would like to have freshclam doing updates by itself. Until now I did the update manually. The clamav-update file in my /etc/cron.d directory is as follow: ## Adjust this line... MAILTO=root,postmaster,webmaster,clamav ## It is ok to execute it

[Clamav-users] slow scanning on the .9 version

2007-04-13 Thread Lance Perry
I have faithfully updated to the newer version of the .9 series. The newer versions seem to be very slow. I was just testing the new release against 1.8k PDF. It took almost 15 seconds. I am running on Red Hat dual processor with 2GB ram. --lance ___

Re: [Clamav-users] slow scanning on the .9 version

2007-04-13 Thread Anton Yuzhaninov
Hello, Lance. You wrote on Friday, April 13, 2007, 3:34:12 PM: The newer versions seem to be very slow. I was just testing the new release against 1.8k PDF. It took almost 15 seconds. I am running on Red Hat dual processor with 2GB ram. If you use clamscan for this, most of this time is

Re: [Clamav-users] slow scanning on the .9 version

2007-04-13 Thread Tomasz Kojm
On Fri, 13 Apr 2007 06:34:12 -0500 Lance Perry [EMAIL PROTECTED] wrote: I have faithfully updated to the newer version of the .9 series. The newer versions seem to be very slow. I was just testing the new release against 1.8k PDF. It took almost 15 seconds. 0.9x extracts compressed objects

[Clamav-users] ClamAV OUTDATED

2007-04-13 Thread Clovis Tristao
Hi, When run command freshclam -v, appears this messages: WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.88.7 Recommended version: 0.90.2 How I make to bring up to date the version of the CLamAV packages: clamav-0.88.7-1 clamav-data-0.88.7-1 clamav-server-0.88.7-1

Re: [Clamav-users] slow scanning on the .9 version

2007-04-13 Thread Walter Bürger
Tomasz Kojm schrieb: On Fri, 13 Apr 2007 06:34:12 -0500 Lance Perry [EMAIL PROTECTED] wrote: I have faithfully updated to the newer version of the .9 series. The newer versions seem to be very slow. I was just testing the new release against 1.8k PDF. It took almost 15 seconds.

[Clamav-users] Cannot build clamav-0.90.2 on FreeBSD 5.3-RELEASE

2007-04-13 Thread George Eliozov
Hello all! I am tiring to update clamav from clamav-0.90.1 to clamav-0.90.2. Configure script complete successfully but when I run make, I get after while: gcc -g -O2 -o .libs/clamd output.o cfgparser.o getopt.o misc.o network.o options.o clamd.o tcpserver.o localserver.o session.o thrmgr.o

Re: [Clamav-users] how to set cron to run freshclam

2007-04-13 Thread Roger M
On Fri, 2007-04-13 at 13:26 +0200, Pascal Duchatelle wrote: Hello, I am not that much experienced with linux. I would like to have freshclam doing updates by itself. Until now I did the update manually. The clamav-update file in my /etc/cron.d directory is as follow: ## Adjust this line...

Re: [Clamav-users] ClamAV OUTDATED

2007-04-13 Thread Steven Stern
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clovis Tristao wrote: Hi, When run command freshclam -v, appears this messages: WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.88.7 Recommended version: 0.90.2 How I make to bring up to date the version of the

Re: [Clamav-users] slow scanning on the .9 version

2007-04-13 Thread guenther
On Fri, 2007-04-13 at 15:35 +0200, Walter Bürger wrote: # time clamscan (in an empty directory) --- SCAN SUMMARY --- Known viruses: 108369 Engine version: 0.90.1 Scanned directories: 1 Scanned files: 0 Infected files: 0 Data scanned: 0.00 MB Time: 18.512 sec (0 m 18 s)

Re: [Clamav-users] how to set cron to run freshclam

2007-04-13 Thread Pascal Duchatelle
Le Fri, 13 Apr 2007 15:42:43 +0200, Roger M [EMAIL PROTECTED] a écrit : On Fri, 2007-04-13 at 13:26 +0200, Pascal Duchatelle wrote: Hello, I am not that much experienced with linux. I would like to have freshclam doing updates by itself. Until now I did the update manually. The

Re: [Clamav-users] Compiling 0.90.1 failed

2007-04-13 Thread Rob Mangiafico
On Fri, 9 Mar 2007, Rob Mangiafico wrote: On Fri, 9 Mar 2007, Nigel Horne wrote: When compiling the latest clamav 0.90.1 on an older RH server (gcc version 2.91.66), I received the following error: --- ./configure --sysconfdir=/etc --disable-zlib-vcheck make mbox.c:

Re: [Clamav-users] Cannot build clamav-0.90.2 on FreeBSD 5.3-RELEASE

2007-04-13 Thread Odhiambo Washington
* On 13/04/07 17:40 +0400, George Eliozov wrote: | Hello all! | | I am tiring to update clamav from clamav-0.90.1 to clamav-0.90.2. | Configure script complete successfully but when I run make, I get after | while: | | gcc -g -O2 -o .libs/clamd output.o cfgparser.o getopt.o misc.o network.o |

Re: [Clamav-users] how to set cron to run freshclam

2007-04-13 Thread Dennis Peterson
Roger M wrote: On Fri, 2007-04-13 at 13:26 +0200, Pascal Duchatelle wrote: Hello, I am not that much experienced with linux. I would like to have freshclam doing updates by itself. Until now I did the update manually. The clamav-update file in my /etc/cron.d directory is as follow: ##

Re: [Clamav-users] how to set cron to run freshclam

2007-04-13 Thread Dennis Peterson
Dennis Peterson wrote: if [ -z $1 ]; then /usr/bin/bash -c 'sleep $[ RANDOM % 1800 ]' fi This creates a random number between 1 and 900 that becomes the number of seconds the code sleeps before jumping into the fray. Damn - that should have been '1 and 1800'. First coffee of the

Re: [Clamav-users] *.cvd again!

2007-04-13 Thread Freddie Cash
On Thursday 12 April 2007 06:53 pm, Dennis Peterson wrote: And just an fyi, be cautious of the MSRBL-Images file. Rechecking it while I was typing this shows that with it in place it will cause the clamd cpu to rise to 90% and stay there. At 11M it may be too big to be practical. I think that

Re: [Clamav-users] *.cvd again!

2007-04-13 Thread Dennis Peterson
Freddie Cash wrote: On Thursday 12 April 2007 06:53 pm, Dennis Peterson wrote: And just an fyi, be cautious of the MSRBL-Images file. Rechecking it while I was typing this shows that with it in place it will cause the clamd cpu to rise to 90% and stay there. At 11M it may be too big to be

[Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Matthias Haeker
Hi List i get a compile error on FreeBSD 4.8 i have 3 production Server running under FreeBSD 4.8 what to do ? [snip] gcc -g -O2 -o .libs/clamd output.o cfgparser.o getopt.o misc.o network.o options.o clamd.o tcpserver.o localserver.o session.o thrmgr.o server-th.o scanner.o others.o

Re: [Clamav-users] Compiling 0.90.1 failed

2007-04-13 Thread Török Edvin
On 4/13/07, Rob Mangiafico [EMAIL PROTECTED] wrote: On Fri, 9 Mar 2007, Rob Mangiafico wrote: On Fri, 9 Mar 2007, Nigel Horne wrote: When compiling the latest clamav 0.90.1 on an older RH server (gcc version 2.91.66), I received the following error: --- ./configure

Re: [Clamav-users] Cannot build clamav-0.90.2 on FreeBSD 5.3-RELEASE

2007-04-13 Thread John Capo
Quoting Odhiambo Washington ([EMAIL PROTECTED]): And here is how it fails on my FreeBSD 4.11 (yes, I still use this for production): Just as many, many, many, of us do because it just works! 12:40PM up 567 days, 21:32, 2 users, load averages: 1.23, 0.52, 0.31 /bin/sh

Re: [Clamav-users] slow scanning on the .9 version

2007-04-13 Thread Walter Bürger
guenther schrieb: On Fri, 2007-04-13 at 15:35 +0200, Walter Bürger wrote: # time clamscan (in an empty directory) --- SCAN SUMMARY --- Known viruses: 108369 Engine version: 0.90.1 Scanned directories: 1 Scanned files: 0 Infected files: 0 Data scanned: 0.00 MB Time:

Re: [Clamav-users] ClamAV OUTDATED

2007-04-13 Thread Brian Morrison
Clovis Tristan wrote: Hi, When run command freshclam -v, appears this messages: WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.88.7 Recommended version: 0.90.2 How I make to bring up to date the version of the CLamAV packages: clamav-0.88.7-1

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Anton Yuzhaninov
Hello, Matthias. You wrote on Friday, April 13, 2007, 8:44:34 PM: i get a compile error on FreeBSD 4.8 i have 3 production Server running under FreeBSD 4.8 Try to build it from ports. -- WBR, Anton Yuzhaninov Rambler ___ Help us build a

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Gerard Seibert
On Fri, 13 Apr 2007 21:32:13 +0400 Anton Yuzhaninov [EMAIL PROTECTED] wrote: Hello, Matthias. You wrote on Friday, April 13, 2007, 8:44:34 PM: i get a compile error on FreeBSD 4.8 i have 3 production Server running under FreeBSD 4.8 Try to build it from ports. I thought that

[Clamav-users] looking for a stream of messages for testing purposes

2007-04-13 Thread Jeff Donsbach
[I tried asking this on the developer's mailing list, but posting is restricted there, so] I am looking to do some performance testing of ClamAV in various configurations on various hardware. I am wondering if you have a stash of email messages, with at least some malware infected, that

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Matthias Häker
Anton Yuzhaninov schrieb: Try to build it from ports. i would like to but on the Server i use fetch pkges from ftp://ftp.plusline.de/pub/FreeBSD/ports/i386/packages-4-stable/All i can only find clamav-0.88.7 the servers are leased virtual rack boxes somewhere in a datacenter without own

[Clamav-users] unsubscribe

2007-04-13 Thread Steve Woods
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Peterson Sent: Friday, April 13, 2007 9:27 AM To: ClamAV users ML Subject: Re: [Clamav-users] how to set cron to run freshclam Roger M wrote: On Fri, 2007-04-13 at 13:26 +0200, Pascal Duchatelle

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Nigel Horne
Gerard Seibert wrote: I thought that they had stopped supporting 4.x systems? In any case would it be feasible to update to the 6.2 version? You don't make it clear who you mean by they, but if you mean ClamAV, you're mistaken. File a bug report against 4.x and we'll look into it, I have a

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Anton Yuzhaninov
Hello, Gerard. You wrote on Friday, April 13, 2007, 10:01:54 PM: i have 3 production Server running under FreeBSD 4.8 Try to build it from ports. I thought that they had stopped supporting 4.x systems? $ uname -srp FreeBSD 4.10-RELEASE i386 $ pkg_info | fgrep clam clamav-0.90.1_1

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Chuck Swiger
On Apr 13, 2007, at 10:32 AM, Anton Yuzhaninov wrote: [EMAIL PROTECTED] wrote on Friday, April 13, 2007, 8:44:34 PM: i get a compile error on FreeBSD 4.8 i have 3 production Server running under FreeBSD 4.8 Try to build it from ports. Regrettably, FreeBSD 4.x is no longer supported by the

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Matthias Häker
Gerard Seibert schrieb: On Fri, 13 Apr 2007 21:32:13 +0400 Anton Yuzhaninov [EMAIL PROTECTED] wrote: I thought that they had stopped supporting 4.x systems? In any case would it be feasible to update to the 6.2 version? this is not a option because the server are leased virtual

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Josh Tolbert
On Fri, Apr 13, 2007 at 07:07:59PM +0100, Nigel Horne wrote: Gerard Seibert wrote: I thought that they had stopped supporting 4.x systems? In any case would it be feasible to update to the 6.2 version? You don't make it clear who you mean by they, but if you mean ClamAV, you're mistaken.

Re: [Clamav-users] Compiling 0.90.1 failed

2007-04-13 Thread Rob Mangiafico
On Fri, 13 Apr 2007, Török Edvin wrote: On 4/13/07, Rob Mangiafico [EMAIL PROTECTED] wrote: On Fri, 9 Mar 2007, Rob Mangiafico wrote: On Fri, 9 Mar 2007, Nigel Horne wrote: When compiling the latest clamav 0.90.1 on an older RH server (gcc version 2.91.66), I received the

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Freddie Cash
On Friday 13 April 2007 10:32 am, Anton Yuzhaninov wrote: Hello, Matthias. You wrote on Friday, April 13, 2007, 8:44:34 PM: i get a compile error on FreeBSD 4.8 i have 3 production Server running under FreeBSD 4.8 Try to build it from ports. Note: for those still using FreeBSD 4.x

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Freddie Cash
On Friday 13 April 2007 11:07 am, Nigel Horne wrote: Gerard Seibert wrote: I thought that they had stopped supporting 4.x systems? In any case would it be feasible to update to the 6.2 version? You don't make it clear who you mean by they, but if you mean ClamAV, you're mistaken. File a

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Matthias Häker
Nigel Horne schrieb: You don't make it clear who you mean by they, but if you mean ClamAV, you're mistaken. File a bug report against 4.x and we'll look into it, I have a Pentium running FreeBSD4.11 in my compile farm. -Nigel i fixed it :) i changed in configure freebsd45*)

Re: [Clamav-users] Compiling 0.90.1 failed

2007-04-13 Thread Török Edvin
On 4/13/07, Rob Mangiafico [EMAIL PROTECTED] wrote: On Fri, 13 Apr 2007, Török Edvin wrote: On 4/13/07, Rob Mangiafico [EMAIL PROTECTED] wrote: On Fri, 9 Mar 2007, Rob Mangiafico wrote: On Fri, 9 Mar 2007, Nigel Horne wrote: When compiling the latest clamav 0.90.1 on an older RH

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8 [solved]

2007-04-13 Thread Matthias Häker
and now it is up and running :) Matthias ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html

[Clamav-users] Issues building on freeBSD

2007-04-13 Thread Mark E. Mallett
Hi, When building on freeBSD 5/6 system(s): Line 4092 of libclamav/mbox.c references an 'arg' variable which is only defined if CL_THREAD_SAFE is defined. CL_THREAD_SAFE should be defined, but it isn't. As to why it isn't defined, Line 443 of configure.in has a case label: freebsd[45]*) and

Re: [Clamav-users] Issues building on freeBSD

2007-04-13 Thread Rob MacGregor
On 4/13/07, Mark E. Mallett [EMAIL PROTECTED] wrote: Hi, When building on freeBSD 5/6 system(s): ---SNIP--- Correcting this makes it build ok. Now on to see if it works :) Or you could just use the (just released) port :) -- Please keep list traffic on the list. Rob

Re: [Clamav-users] Issues building on freeBSD

2007-04-13 Thread Mark E. Mallett
On Fri, Apr 13, 2007 at 09:08:01PM +0100, Rob MacGregor wrote: On 4/13/07, Mark E. Mallett [EMAIL PROTECTED] wrote: Hi, When building on freeBSD 5/6 system(s): ---SNIP--- Correcting this makes it build ok. Now on to see if it works :) Or you could just use the (just released) port :)

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Gerard Seibert
On Fri, 13 Apr 2007 20:20:15 +0200 Matthias Häker [EMAIL PROTECTED] wrote: this is not a option because the server are leased virtual racks in a datacenter 0.90 didnt compile with a problem with pthread in configure but 0.90.1 did without any error and is running fine beside dying from

Re: [Clamav-users] Issues building on freeBSD

2007-04-13 Thread Mark E. Mallett
On Fri, Apr 13, 2007 at 03:55:33PM -0400, Mark E. Mallett wrote: Hi, When building on freeBSD 5/6 system(s): argh. I meant 4/5. (I saw it on 5, and assumed it for 4.) mm ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net

Re: [Clamav-users] Issues building on freeBSD

2007-04-13 Thread Matthias Häker
Rob MacGregor schrieb: Or you could just use the (just released) port :) may its a stupid question but from which Server ? can u give me a URL for a clamav-0.90.2.tgz ? Matthias ___ Help us build a comprehensive ClamAV guide: visit

Re: [Clamav-users] Issues building on freeBSD

2007-04-13 Thread Rob MacGregor
On 4/13/07, Matthias Häker [EMAIL PROTECTED] wrote: may its a stupid question but from which Server ? can u give me a URL for a clamav-0.90.2.tgz ? You're talking about packages (pre-compiled binaries), I'm talking about a port (the source and the system specific tweaks). --

Re: [Clamav-users] Issues building on freeBSD

2007-04-13 Thread Rob MacGregor
On 4/13/07, Mark E. Mallett [EMAIL PROTECTED] wrote: On Fri, Apr 13, 2007 at 03:55:33PM -0400, Mark E. Mallett wrote: Hi, When building on freeBSD 5/6 system(s): argh. I meant 4/5. (I saw it on 5, and assumed it for 4.) The ports system no longer supports FreeBSD 4.x (see the other

Re: [Clamav-users] *.cvd again!

2007-04-13 Thread Bill Landry
Freddie Cash wrote the following on 4/13/2007 12:43 PM -0800: I'm running dual proc Sun Sparc systems, and the cpu usage from clamd appears to be an unhealthy kind of cpu usage. It sits at 95%, and running truss does not return anything - just an empty screen. I can't tell what it's doing, but

Re: [Clamav-users] Clamav-0.90.2 compile Error on FreeBSD 4.8

2007-04-13 Thread Matthias Häker
Gerard Seibert schrieb: On Fri, 13 Apr 2007 20:20:15 +0200 Matthias Häker [EMAIL PROTECTED] wrote: this is not a option because the server are leased virtual racks in a datacenter 0.90 didnt compile with a problem with pthread in configure but 0.90.1 did without any error and is

Re: [Clamav-users] Issues building on freeBSD

2007-04-13 Thread Mark E. Mallett
On Fri, Apr 13, 2007 at 09:31:33PM +0100, Rob MacGregor wrote: On 4/13/07, Mark E. Mallett [EMAIL PROTECTED] wrote: On Fri, Apr 13, 2007 at 03:55:33PM -0400, Mark E. Mallett wrote: Hi, When building on freeBSD 5/6 system(s): argh. I meant 4/5. (I saw it on 5, and assumed it for

Re: [Clamav-users] *.cvd again!

2007-04-13 Thread Freddie Cash
On Friday 13 April 2007 01:35 pm, Bill Landry wrote: Freddie Cash wrote the following on 4/13/2007 12:43 PM -0800: I'm running dual proc Sun Sparc systems, and the cpu usage from clamd appears to be an unhealthy kind of cpu usage. It sits at 95%, and running truss does not return anything -

Re: [Clamav-users] *.cvd again!

2007-04-13 Thread Freddie Cash
On Friday 13 April 2007 09:25 am, Dennis Peterson wrote: Freddie Cash wrote: On Thursday 12 April 2007 06:53 pm, Dennis Peterson wrote: And just an fyi, be cautious of the MSRBL-Images file. Rechecking it while I was typing this shows that with it in place it will cause the clamd cpu to

Re: [Clamav-users] *.cvd again!

2007-04-13 Thread Dennis Peterson
On Friday 13 April 2007 09:25 am, Dennis Peterson wrote: Freddie Cash wrote: Heh, lucky you. =A0:) Out of the 4199 messages blocked as infected so far this month, 289 of = them were marked as MSRBL-Images/* by amavisd-new and clamav. =A0 $ tail -5000 /var/j*/*virus |grep -c MSRBL 106