Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 22:05:35 -0500
From:      Mike Tancsa <mike@sentex.net>
To:        dparussalla@baysidegrp.com.au, <freebsd-stable@freebsd.org>
Subject:   Re: Clamav-90_2 Lockup with freebsd 6.2
Message-ID:  <200702270305.l1R35MX2067221@lava.sentex.ca>
In-Reply-To: <003701c75a03$fb478ac0$d801a8c0@dimuthu>
References:  <003701c75a03$fb478ac0$d801a8c0@dimuthu>

next in thread | previous in thread | raw e-mail | index | archive | help
At 07:12 PM 2/26/2007, Dimuthu Parussalla wrote:
>Clamav-90_2 Lockup with freebsd 6.2
>
>
>Still under load clamav_90_2 locks up with high cpu usage. Had to downgrade
>the port to 88.7_1 to get the server going. Sockstat shows lots of open
>sockets from clamd.
>
>I am using simscan+Qmail+Clamav.
>
>Any Ideas to solve this problem?.


Change the threading lib.  It fixed it for us.

% cat /etc/libmap.conf
[clamd]
libc_r.so.5             libthr.so.2
libc_r.so.6             libthr.so.2
libthr.so.2             libthr.so.2
libpthread.so.1         libthr.so.2
libpthread.so.2         libthr.so.2 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702270305.l1R35MX2067221>