On Thu, 22 Jan 2004, Everton da Silva Marques wrote:
> On Thu, Jan 22, 2004 at 06:37:14PM +0100, Tomasz Kojm wrote:
> > On Thu, 22 Jan 2004 08:29:53 +0100
> > Marc Balmer <[EMAIL PROTECTED]> wrote:
> >
> > > Tomasz Kojm wrote:
> > >
> > > >>clamd hangs at leats twice a day, does no longer respon
Clamav assumes that everyone uses a static verison of libwrap.
Here is a patch for clamav-milter.c. A similar patch needs to be applied
to configure script for the tcpwrappers detection and libwrap needs to be
linked against the clamav-milter binary only.
--- clamav-milter.c.origWed Feb
L PROTECTED] [mailto:clamav-users-
> > [EMAIL PROTECTED] On Behalf Of Igor Brezac
> > Sent: Wednesday, February 18, 2004 3:15 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Clamav-users] Undefined symbol "_deny_severity"
> >
> >
> > Clamav assum
On Wed, 18 Feb 2004, Lynn Duerksen wrote:
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:clamav-users-
> > [EMAIL PROTECTED] On Behalf Of Igor Brezac
> > Sent: Wednesday, February 18, 2004 3:57 PM
> > To: [EMAIL PROTECTED]
> > Su
This does not appear to be available in CVS.
Am I missing something?
Thanks,
-Igor
On Thu, 4 Mar 2004, Tomasz Kojm wrote:
> Hello,
>
> due to many requests ClamAV is now able to detect and mark password
> protected archives as a virus type "Encrypted.Zip" (big thanks to
> Michael L Torrie). Yo
On Thu, 4 Mar 2004, Tomasz Kojm wrote:
> Hello,
>
> due to many requests ClamAV is now able to detect and mark password
> protected archives as a virus type "Encrypted.Zip" (big thanks to
> Michael L Torrie). You have to enable this feature manually with
> ArchiveDetectEncrypted in clamav.conf an
It seems that ScanMail is broken since 0.68 (it appears broken in 0.70-rc
as well). eicar standard test virus is no longer recognized when attached
in an email messages. The same setup works fine with clamav-0.67.
-Igor
On Wed, 17 Mar 2004, trustem dotcom wrote:
> Upgraded to clamd 0.70-rc on
On Thu, 29 Jul 2004, Mike Lambert wrote:
OS: FreeBSD 4.9-RELEASE-p2
ClamAV: devel-20040728
Build options:
--enable-milter
--disable-clamuko
--enable-bigstack
--disable-dependency-tracking
In 24 hours of running, memory usage for clamd (devel-20040728) has
steadily increased from 5MB to 63MB.
Does a
On Fri, 30 Jul 2004, Tomasz Kojm wrote:
On Thu, 29 Jul 2004 18:21:23 -0400 (EDT)
Igor Brezac <[EMAIL PROTECTED]> wrote:
On Thu, 29 Jul 2004, Mike Lambert wrote:
OS: FreeBSD 4.9-RELEASE-p2
ClamAV: devel-20040728
Build options:
--enable-milter
--disable-clamuko
--enable-bigstack
--disable-depe
On Wed, 1 Sep 2004, Christopher X. Candreva wrote:
On Wed, 1 Sep 2004, Andy Fiddaman wrote:
; > Since the latest daily update, ClamAV has been crashing here with every
; > email it scans, has anyone else seen this ?
; Yes. I get almost the same backtrace as you. I've had to disable clam
; ...
; I'
I am seeing a pretty significant memory leak in the last two releases of
clamav on Solaris 9. I have not had a chance to look in the code and I
did not run the binary through a memory profiler, but I was wondering if
this this is a known issue. clamav 0.80 ran fine.
--
Igor
__
On Thu, 17 Feb 2005, David Blank-Edelman wrote:
Hi-
Thanks for such a great program and all of the work being put into it.
We're having a nasty problem with clamd 0.8x (even with 0.83 which we just
installed yesterday). After running for a while, it will decide to just stop
functioning and retu
On Fri, 18 Feb 2005, David Blank-Edelman wrote:
From: Igor Brezac <[EMAIL PROTECTED]>:
How much memory does your clamd process consume when it stops running?
Hi Igor-
I haven't checked (the machine it is running on has plenty of memory and
swap), but I will check next time this hap
On Fri, 18 Feb 2005, James Lick wrote:
Igor Brezac wrote:
On Thu, 17 Feb 2005, David Blank-Edelman wrote:
Solaris 9, gcc built, Solaris 9 stock zlib (1.1.4)
I'm running clamd 0.83 on Solaris 9 compiled with gcc 3.4.2 and zlib 1.2.2.
The older zlib releases have been known to cause clamd to
On Sat, 19 Feb 2005, James Lick wrote:
Igor Brezac wrote:
On Fri, 18 Feb 2005, James Lick wrote:
My clamd is at 12mb process size currently. I haven't noticed memory
bloat in recent versions.
This is the starting clamd memory footprint. How many messages are you
scanning? 0.80 ran fi
On Sat, 19 Feb 2005, James Lick wrote:
Igor Brezac wrote:
This is how .80 ran for me. The recent service pack may have done this.
What is your os version, uname -v?
SunOS tcp.com 5.9 Generic_112233-11 sun4u sparc SUNW,Ultra-2 Solaris
I am at Generic_117171-15, which is a lot newer and I am
Hello,
I am testing the latest clamd snapshot (Oct 15th) and the scanning stops
after the first virus is found. There are more viruses in the 'test'
directory.
$ telnet localhost 3310
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SCAN /var/src/clamav-devel-20031015
/var/
On Thu, 16 Oct 2003, Tomasz Kojm wrote:
> On Thu, 16 Oct 2003 12:24:18 -0400 (EDT)
> Igor Brezac <[EMAIL PROTECTED]> wrote:
>
> > $ telnet localhost 3310
> > Trying 127.0.0.1...
> > Connected to localhost.
> > Escape character is '^]'.
> >
I get 'Protecting against -4185375 viruses.' in the syslog when clamd
starts.
--- clamd.c.origMon Oct 20 16:33:14 2003
+++ clamd.c Mon Oct 20 16:33:32 2003
@@ -49,7 +49,7 @@
time_t currtime;
struct cl_node *root = NULL;
const char *dbdir, *cfgfile;
- int
On Thu, 16 Oct 2003, Tomasz Kojm wrote:
> On Thu, 16 Oct 2003 12:24:18 -0400 (EDT)
> Igor Brezac <[EMAIL PROTECTED]> wrote:
>
> > $ telnet localhost 3310
> > Trying 127.0.0.1...
> > Connected to localhost.
> > Escape character is '^]'.
> >
On Wed, 12 Nov 2003, Vincent Aniello wrote:
> I am trying to compile ClamAV 0.65 on RedHat Linux 7. When compiling the
> make stops with the following error:
>
> make[1]: Entering directory `/home/vincent/src/clamav-0.65/clamav-milter'
> make[1]: *** No rule to make target `../docs/clamav-milter
Hello,
I get the following error when ScanMail is enabled and ScanArchive is
disabled.
/var/src/clamav-0.65/test/test1: Recursion limit exceeded. ERROR
Here is a possible fix:
--- scanners.c.orig Wed Nov 12 23:20:27 2003
+++ scanners.c Wed Nov 12 23:18:45 2003
@@ -640,7 +640,7 @@
if(
On Sat, 15 Nov 2003, Tomasz Kojm wrote:
> On Wed, 12 Nov 2003 23:32:44 -0500 (EST)
> Igor Brezac <[EMAIL PROTECTED]> wrote:
>
> > Hello,
> >
> > I get the following error when ScanMail is enabled and ScanArchive is
> > disabled.
> >
> > /var/s
23 matches
Mail list logo