[Clamav-users] res_close on Solaris 8

2007-02-14 Thread [EMAIL PROTECTED]

Hi, all,

I'm using Solaris 5.8 and sendmail 8.12.11 on intel cpu. I use Clamav
from the old 0.86.x. With the 0.90 version I don't able to compile the
clamav-milter because the linker says:

Undefined   first referenced
symbol in file
res_close   clamav-milter.o

the string of linker is:
gcc -g -O2 -o .libs/clamav-milter cfgparser.o output.o getopt.o 
memory.
o misc.onetwork.o clamav-milter.o  ../libclamav/.libs/libclamav.so
/usr/local/lib/libiconv.so -L/usr/local/lib -L/usr/local/ssl/lib -
L/usr/local/BerkelelyB.4.2/lib -L/usr/openwin/lib -L/usr/lib -lz -lbz2
/usr/local/lib/libgmp.so -lmilter -lsocket -lnsl -lresolv -lpthread -
R/usr/local/lib

In what library is res_close?


Naviga e telefona senza limiti con Tiscali 
Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom

http://abbonati.tiscali.it/adsl/

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] res_close on Solaris 8

2007-02-14 Thread [EMAIL PROTECTED]

Hi, all,

I'm using Solaris 5.8 and sendmail 8.12.11 on intel cpu. I use Clamav 
from the old 0.86.x. With the 0.90 version I don't able to compile the 
clamav-milter because the linker says:

Undefined   first referenced
 symbol in file
res_close   clamav-milter.o

the string of linker is:
gcc -g -O2 -o .libs/clamav-milter cfgparser.o output.o getopt.o memory.
o misc.onetwork.o clamav-milter.o  ../libclamav/.libs/libclamav.so 
/usr/local/lib/libiconv.so -L/usr/local/lib -L/usr/local/ssl/lib -
L/usr/local/BerkelelyB.4.2/lib -L/usr/openwin/lib -L/usr/lib -lz -lbz2 
/usr/local/lib/libgmp.so -lmilter -lsocket -lnsl -lresolv -lpthread -
R/usr/local/lib

In what library is res_close?

Thank you very much

Guido


Naviga e telefona senza limiti con Tiscali 
Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom

http://abbonati.tiscali.it/adsl/

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] res_close on Solaris 8

2007-02-14 Thread Nigel Horne

[EMAIL PROTECTED] wrote:

Hi, all,



Undefined   first referenced
 symbol in file
res_close   clamav-milter.o

the string of linker is:
gcc -g -O2 -o .libs/clamav-milter cfgparser.o output.o getopt.o memory.
o misc.onetwork.o clamav-milter.o  ../libclamav/.libs/libclamav.so 
/usr/local/lib/libiconv.so -L/usr/local/lib -L/usr/local/ssl/lib -
L/usr/local/BerkelelyB.4.2/lib -L/usr/openwin/lib -L/usr/lib -lz -lbz2 
/usr/local/lib/libgmp.so -lmilter -lsocket -lnsl -lresolv -lpthread -

R/usr/local/lib

In what library is res_close?


According to .../clamav-milter/INSTALL:
Needs -lresolv on Solaris

Try that.


Thank you very much

Guido



-Nigel
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] res_close on Solaris 8

2007-02-14 Thread Andy Fiddaman
On Wed, 14 Feb 2007, [EMAIL PROTECTED] wrote:
;
; Undefined   first referenced
;  symbol in file
; res_close   clamav-milter.o
;
; In what library is res_close?

It should be in libresolv.so but it's a deprecated interface although it
is present in Solaris 9  10. Try changing res_close to res_nclose in
clamav-milter.c (4 places).

res_close() is defined as below in BIND 8 and above.

void
res_close(void) {
res_nclose(_res);
}

Andy
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] freshclam with clamav0.90

2007-02-14 Thread Bill Maidment
Thanks guys for the great new release. It's working well. The change to the new
parameter style was easy and is now more logical.

The change to diffs for the daily cvd is good, but it has caused me a problem. 
I used to
run a single freshclam server to download from the mirrors, and then all the 
other
servers and clamwin users download from that server. This still works if I have
ScriptedUpdates off, but doesn't work with ScriptedUpdates on.

Is there a way to create diff files on my download server? Or is there a better 
way to
handle this?

Cheers
Bill
--
Bill Maidment
Maidment Enterprises Pty Ltd
www.maidment.vu

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


RE: [Clamav-users] Perl module Mail::ClamAV not compatible with ver.0.90

2007-02-14 Thread Erik Slooff
 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Namens René Berber
 Verzonden: woensdag 14 februari 2007 7:20
 Aan: clamav-users@lists.clamav.net
 Onderwerp: [Clamav-users] Perl module Mail::ClamAV not 
 compatible with ver.0.90
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi,
 
 Is anybody working on upgrading perl module Mail::ClamAV?
 
 Current version 0.17 does not build under clamav version 
 0.90, there's at least
 2 defined constants that don't exist anymore, maybe other problems.
 
 The real problem will show for users of MailScanner, without 
 a re-build MS spins
 creating processes and killing them with no mail being 
 scanned.  I guess there
 is the option of using clamscan (or clamdscan with patches to MS).
 - --
 René Berber

Same problem here using clamav 0.90/Mail::ClamAV with amavisd-new.

Erik

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] 0.90 release fallout

2007-02-14 Thread aCaB
Dennis Peterson wrote:
 Dennis Peterson wrote:
 
 Now that 0.90 is released how long will 88.7 supported? I have a lot
 of backend stuff to rewrite and still have some DST patches to fight
 with :)

The 0.8x serie is no longer supported, but we have provided package
maintainers with a set of patches to address specific issues in 0.88.7

 It compiled and installed beautifully, btw. What ever problems existed
 in rc3 are gone in this one. Nice job again!

Thanks from the whole team.
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] 0.90 release fallout

2007-02-14 Thread Dennis Peterson

aCaB wrote:

Dennis Peterson wrote:

Dennis Peterson wrote:


Now that 0.90 is released how long will 88.7 supported? I have a lot
of backend stuff to rewrite and still have some DST patches to fight
with :)


The 0.8x serie is no longer supported, but we have provided package
maintainers with a set of patches to address specific issues in 0.88.7


It was database and freshclam support I was thinking about. If the file 
formats and freshclam communications protocol don't change then I'll 
have time to get caught up. I have a db mirror here so that my systems 
don't beat yours to death and that's going to need some Cfengine rework 
before going to 0.90. Thanks again.


dp
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] Re: problem compiling clamav-0.90rc3 on Sparc Solaris 10U3

2007-02-14 Thread Krzys
Rene, you solved my make problem, it works, simple symbolic link solved this 
problem and I was able to compile clamav-0.90...

Hurah...

Thank you so much for your help.

Chris


On Tue, 13 Feb 2007, Ren? Berber wrote:


Krzys wrote:
[snip]

/usr/sfw/bin/gcc -shared -Wl,-h -Wl,libclamav.so.1 -o
.libs/libclamav.so.1.0.33 .libs/matcher-ac.o .libs/matcher-bm.o
.libs/matcher-ncore.o .libs/matcher.o .libs/md5.o .libs/others.o
.libs/readdb.o .libs/cvd.o .libs/dsig.o .libs/str.o .libs/scanners.o
.libs/filetypes.o .libs/rtf.o .libs/blob.o .libs/mbox.o .libs/message.o
.libs/snprintf.o .libs/table.o .libs/text.o .libs/ole2_extract.o
.libs/vba_extract.o .libs/msexpand.o .libs/pe.o .libs/upx.o
.libs/htmlnorm.o .libs/chmunpack.o .libs/rebuildpe.o .libs/petite.o
.libs/wwunpack.o .libs/suecrypt.o .libs/unsp.o .libs/packlibs.o
.libs/fsg.o .libs/mew.o .libs/upack.o .libs/line.o .libs/untar.o
.libs/unzip.o .libs/special.o .libs/binhex.o .libs/is_tar.o .libs/tnef.o
.libs/unrar15.o .libs/unrarvm.o .libs/unrar.o .libs/unrarfilter.o
.libs/unrarppm.o .libs/unrar20.o .libs/unrarcmd.o .libs/pdf.o
.libs/spin.o .libs/yc.o .libs/elf.o .libs/sis.o .libs/uuencode.o
.libs/phishcheck.o .libs/phish_domaincheck_db.o .libs/phish_whitelist.o
.libs/regex_list.o .libs/sha256.o .libs/mspack.o .libs/cab.o
.libs/entconv.o .libs/hashtab.o .libs/dconf.o .libs/lockdb.o
-R/usr/local/lib -R/usr/local/lib -R/usr/lib -R/usr/openwin/lib
-R/usr/local/ssl/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/lib
-lbz2 /usr/local/lib/libgmp.so -L/usr/lib -L/usr/local/ssl/lib
-L/usr/local/BerkeleyDB.4.2/lib -L/usr/openwinlib
/usr/local/lib/libcurl.so -L/usr/openwin/lib -lz -lssl -lcrypto -ldl
-lpthread -lsocket -lnsl -lc
Text relocation remains referenced
against symbol  offset  in file
unknown   0x32ec
/usr/local/lib/libbz2.a(decompress.o)

...

Just ran into the same problem, on Solaris 9 with bzip2 from Sunfreeware... the
problem was that there is no /usr/local/lib/libbz2.so, the solution of course
was to create the link (I used the newest library I had installed):

# ln -s /usr/local/lib/libbz2.so.1.0.3 /usr/local/lib/libbz2.so

Problem solved, executing `make` again finished this time w/o problem.

HTH but in Solaris 10 there shouldn't be a problem with the system installed
libraries.
- --
Ren? Berber___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] GMP MP2, digital signature FreeBSD 6.0

2007-02-14 Thread George Eliozov
Greetings,

 

I have some problems with digital signatures with ClamAV 0.90.

I receiving message: WARNING: ** GNU MP 2 or newer NOT FOUND - digital
signature support will be disabled! when configuring ClamAV.

I DO have installed libgmp (gmp-4.2.1). With the previous version of clamav
(clamav-0.88.7 and older) a digital signature works normally.

 

Thanks.

 

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] 0.90 release fallout

2007-02-14 Thread aCaB
Dennis Peterson wrote:

 It was database and freshclam support I was thinking about. If the file
 formats and freshclam communications protocol don't change then I'll
 have time to get caught up. I have a db mirror here so that my systems
 don't beat yours to death and that's going to need some Cfengine rework
 before going to 0.90. Thanks again.

You won't have a problem since you'll be able to fresh the db the old
way. the new freshclam does that as well if the new update scheme fails.

HTH

-aCaB
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] first impressions on 0.90

2007-02-14 Thread Rick Pim

platform: solaris 5.9, sendmail 8.13.something, gcc 3.4.3,
4-cpu sun 450 (300 MHz CPUs; it's kinda old).

clamav seems to have built and installed without issue; 
nice job.

i have some random thoughts and observations and a question:

 - i have not yet enabled experimental code; i'm going to let it
   run for a while first.

 - the Makefile seems to no longer install the man pages. if this is
   deliberate, perhaps the banner at the top of clamd.conf:
 ## Example config file for the Clam AV daemon
 ## Please read the clamd.conf(5) manual before editing this file.
   should be changed. :-)

 - my simpleminded startup script contains code that looks like
   this:

   if [ -f /export/home/clamav/sbin/clamd -a -f 
/export/home/clamav/etc/clamd.conf ] ; then
echo clamd starting.
/export/home/clamav/sbin/clamd /dev/console 21
fi

if [ -f /export/home/clamav/sbin/clamav-milter ] ; then
echo clamav-milter starting.
/export/home/clamav/sbin/clamav-milter -PHl --postmaster=root 
-m 64 --external /var/clamav/clmilter.sock /dev/console 21
fi

   (the clamd socket is also in /var/clamav) this has worked for, well, 
   a long time. post upgrade to 0.90, i get the following error from 
   the startup of clamav-milter:

  /var/clamav/clamd.sock: No such file or directory
  Can't talk to clamd server via /var/clamav/clamd.sock
  Check your entry for LocalSocket in /export/home/clamav/etc/clamd.conf

   it's true; if i start clamd and then check, the clamd socket isn't
   there. but if i leave clamd alone for a few seconds the socket 
   appears and clamav-milter starts happily after that. i've tucked 
   a sleep 30 into the startup script and things seem happy. is
   there anything obvious i'm missing?

 - the CPU footprint seems a little higher, so i'm wondering if i'm
   doing the most load-efficient thing. i'm starting clamav-milter 
   with the --external flag. is it in any way better to skip
   this? what have folks found to give the best performance?

rp
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] Re: GMP MP2, digital signature FreeBSD 6.0

2007-02-14 Thread René Berber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

George Eliozov wrote:

 I have some problems with digital signatures with ClamAV 0.90.
 
 I receiving message: WARNING: ** GNU MP 2 or newer NOT FOUND - digital
 signature support will be disabled! when configuring ClamAV.

Assuming you built it yourself, look in config.log there should be some clues
about what part of gmp it didn't find.  Should be either an include file or a
library, usually it's easy to fix (no need to install or rebuild anything).

 I DO have installed libgmp (gmp-4.2.1). With the previous version of clamav
 (clamav-0.88.7 and older) a digital signature works normally.

The new version does things differently in the configuration, it is more general
and it has a lot of new tests (which do nothing useful, like looking for
Fortran) and do miss things like gmp which worked with older versions.
- --
René Berber
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF03QyL3NNweKTRgwRAgUMAKD4ECZ7IvWChc646m1PYqWMLkXTQgCfTWhU
TJ98Ztth8TqhTwbRQIl9XkA=
=A1E/
-END PGP SIGNATURE-

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] load under 0.90

2007-02-14 Thread Rick Pim

a followup to my last note.

using clamav-milter with --external seems to cause significant
load issues: the system load average seemed top climb without bound --
i shut things down when it hit around 40.

i shutdown clamd and clamav-milter and restarted clamav-milter
without the --external option.

again, the load average climbs (but not as quickly). before
long, i start getting errors logged on the console (see below).
ultimately, clamav-milter dies itself.

all of this seems to be new with .90. ideas?

rp

rick pim   [EMAIL PROTECTED]
information technology services  (613) 533-2242
queen's university, kingston   
---
Congratulations, gentlemen. Thanks to the diligence of the FBI, this 
particular vacuum cleaner will never fall into the wrong hands.
-- Howard Hughes (the Rocketeer)



console logs:

Feb 14 16:01:42 sennit sendmail[16617]: l1EKuitu016617: Milter (clamav): 
timeout before data read
   (above error repeated a dozen times for different sequence numbers)
 LibClamAV Warning: Encrypted PDF files not yet supported
Feb 14 16:05:51 sennit clamav-milter[16437]: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.anbOgG: No 
viruses detected ERROR
ERROR: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.anbOgG: No 
viruses detected ERRORLibClamAV Warning: l1EL4uTI017774: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.anbOgG: No 
viruses detected ERROR
Feb 14 16:05:51 sennit clamav-milter[16437]: l1EL4uTI017774: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.anbOgG: No 
viruses detected ERROR
Feb 14 16:05:52 sennit clamav-milter[16437]: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.bnbOgG: No 
viruses detected ERROR
ERROR: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.bnbOgG: No 
viruses detected 
ERROR/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.hnbOgG:
 Too many open files
Feb 14 16:05:53 sennit clamav-milter[16437]: Temporary quarantine file 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.hnbOgG 
creation failed
LibClamAV Warning: l1EL4ta2017765: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.bnbOgG: No 
viruses detected ERROR
Feb 14 16:05:53 sennit clamav-milter[16437]: l1EL4ta2017765: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.bnbOgG: No 
viruses detected ERROR
Feb 14 16:05:53 sennit clamav-milter[16437]: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.WmbOgG: No 
viruses detected ERROR
ERROR: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.WmbOgG: No 
viruses detected ERRORLibClamAV Warning: l1EL4BYL017677: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.WmbOgG: No 
viruses detected ERROR
Feb 14 16:05:53 sennit clamav-milter[16437]: l1EL4BYL017677: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.WmbOgG: No 
viruses detected ERROR
Feb 14 16:05:53 sennit clamav-milter[16437]: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.MkbOgG: No 
viruses detected ERROR
ERROR: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.MkbOgG: No 
viruses detected ERRORLibClamAV Warning: l1EL3uZK017640: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.MkbOgG: No 
viruses detected ERROR
Feb 14 16:05:54 sennit clamav-milter[16437]: l1EL3uZK017640: 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.MkbOgG: No 
viruses detected ERROR
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.tnbOgG: Too 
many open files
Feb 14 16:05:55 sennit clamav-milter[16437]: Temporary quarantine file 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.tnbOgG 
creation failed
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.ynbOgG: Too 
many open files
Feb 14 16:05:55 sennit clamav-milter[16437]: Temporary quarantine file 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.ynbOgG 
creation failed
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.DnbOgG: Too 
many open files
Feb 14 16:05:56 sennit clamav-milter[16437]: Temporary quarantine file 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.DnbOgG 
creation failed
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.InbOgG: Too 
many open files
Feb 14 16:05:56 sennit clamav-milter[16437]: Temporary quarantine file 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.InbOgG 
creation failed
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.NnbOgG: Too 
many open files
Feb 14 16:05:56 sennit clamav-milter[16437]: Temporary quarantine file 
/export/home/clamav/tmp/clamav-10856503f8bb8211ccd5ac5dc3cf31eb/msg.NnbOgG 

RE: [Clamav-users] Re: GMP MP2, digital signature FreeBSD 6.0

2007-02-14 Thread George Eliozov
Thanks!!! It was very helpful! ;) 
It was a stupid problem with path to libraries.
I configure ClamAV with script:

export CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
./configure

Thanks a lot!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rene Berber
Sent: Thursday, February 15, 2007 12:42 AM
To: clamav-users@lists.clamav.net
Subject: [Clamav-users] Re: GMP MP2, digital signature FreeBSD 6.0

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

George Eliozov wrote:

 I have some problems with digital signatures with ClamAV 0.90.
 
 I receiving message: WARNING: ** GNU MP 2 or newer NOT FOUND -
digital
 signature support will be disabled! when configuring ClamAV.

Assuming you built it yourself, look in config.log there should be some
clues
about what part of gmp it didn't find.  Should be either an include file or
a
library, usually it's easy to fix (no need to install or rebuild anything).

 I DO have installed libgmp (gmp-4.2.1). With the previous version of
clamav
 (clamav-0.88.7 and older) a digital signature works normally.

The new version does things differently in the configuration, it is more
general
and it has a lot of new tests (which do nothing useful, like looking for
Fortran) and do miss things like gmp which worked with older versions.
- --
René Berber
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF03QyL3NNweKTRgwRAgUMAKD4ECZ7IvWChc646m1PYqWMLkXTQgCfTWhU
TJ98Ztth8TqhTwbRQIl9XkA=
=A1E/
-END PGP SIGNATURE-

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] load under 0.90

2007-02-14 Thread Pete 'Wolfy' Hanson

On 2/14/07, Rick Pim [EMAIL PROTECTED] wrote:



a followup to my last note.

using clamav-milter with --external seems to cause significant
load issues: the system load average seemed top climb without bound --
i shut things down when it hit around 40.

i shutdown clamd and clamav-milter and restarted clamav-milter
without the --external option.

again, the load average climbs (but not as quickly). before
long, i start getting errors logged on the console (see below).
ultimately, clamav-milter dies itself.

all of this seems to be new with .90. ideas?

rp



I'm seeing very similar load and crash issues on Solaris 8.  I'm about to
back it out.


--
Pete Hanson

http://www.well.com/user/wolfy
http://www.fotolog.net/wolfy
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] pdf zip module failure

2007-02-14 Thread Bill Maidment
Hi again
I'm using clamav-0.90 with mimedefang-2.61, spamassassin-3.1.7 and 
sendmail-8.14.0
I'm now getting errors as follows:

/var/spool/MIMEDefang/mdefang-l1DD1Lfh016597/Work/msg-15039-625.pdf: Zip module 
failure
ERROR

This used to happen in clamav-0.88.3 Has the bug been re-introduced? Or should 
I be
looking elsewhere?

Cheers
Bill

--
Bill Maidment
Maidment Enterprises Pty Ltd
www.maidment.vu

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] daily.inc

2007-02-14 Thread Dennis Peterson
What is the current significance of the daily.inc directory? It is 
present in my rc3 environment but not in 0.90.


dp
___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] load under 0.90

2007-02-14 Thread Abdul Rehman Gani

Hi,

High CPU usage and too many open files problems here with 0.90 on  
OpenBSD 3.5. Have reversed to 0.88.7.


Abdul

___
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html