From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 15:19:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F4C716A4CE for ; Mon, 19 Jul 2004 15:19:27 +0000 (GMT) Received: from ux11.ltcm.net (ux11.ltcm.net [64.215.98.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F1D43D48 for ; Mon, 19 Jul 2004 15:19:26 +0000 (GMT) (envelope-from mipam@ibb.net) Received: from ux11.ltcm.net (mipam@localhost.ltcm.net [IPv6:::1]) by ux11.ltcm.net (8.12.9/8.12.9/UX11TT) with ESMTP id i6JFJFAc021083; Mon, 19 Jul 2004 17:19:15 +0200 (MEST) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id i6JFJDS4005076; Mon, 19 Jul 2004 17:19:14 +0200 (MEST) X-Authentication-Warning: ux11.ltcm.net: mipam owned process doing -bs Date: Mon, 19 Jul 2004 17:19:13 +0200 (MEST) From: Mipam X-X-Sender: mipam@ux11.ltcm.net To: Jay Moore In-Reply-To: <200407170225.22806.jaymo@cromagnon.cullmail.com> Message-ID: References: <200407170225.22806.jaymo@cromagnon.cullmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: clamd keeps exiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 15:19:27 -0000 On Sat, 17 Jul 2004, Jay Moore wrote: > On Thursday 15 July 2004 08:34 am, Mipam wrote: > > > ls /var/log/clamav/clamd.log yields: > > > > +++ Started at Wed Jul 14 10:30:57 2004 > > clamd daemon 0.74 (OS: freebsd5.2.1, ARCH: i386, CPU: i386) > > Log file size limited to 2097152 bytes. > > Verbose logging activated. > > Running as user clamav (UID 1006, GID 1007) > > Reading databases from /usr/local/share/clamav > > Protecting against 22678 viruses. > > Unix socket file /var/run/clamav/clamd > > Setting connection queue length to 15 > > Listening daemon: PID: 859 > > Archive: Archived file size limit set to 10485760 bytes. > > Archive: Recursion level limit set to 5. > > Archive: Files limit set to 1000. > > Archive: Compression ratio limit set to 200. > > Archive support enabled. > > RAR support disabled. > > Mail files support enabled. > > OLE2 support enabled. > > Self checking every 3600 seconds. > > > > and in var/log/messages > > > > Jul 14 10:33:10 rbns01 kernel: pid 859 (clamd), uid 1006: exited on signal > > 6 > > > > For the rest i couldnt find anything just this. > > I have no clue why it keeps exiting. > > The deps: > > > > /usr/local/sbin/clamd: > > libclamav.so.1 => /usr/local/lib/libclamav.so.1 (0x28086000) > > libz.so.2 => /lib/libz.so.2 (0x280ae000) > > libbz2.so.1 => /usr/lib/libbz2.so.1 (0x280bc000) > > libgmp.so.6 => /usr/local/lib/libgmp.so.6 (0x280cb000) > > libc_r.so.5 => /usr/lib/libthr.so.1 (0x280f9000) > > libc.so.5 => /lib/libc.so.5 (0x2810a000) > > > > kern.version: FreeBSD 5.2.1-RELEASE-p9 #3: Thu Jul 8 16:43:50 CEST 2004 > > Any clues? > > I cant seem to get any more debug info about what happend even not with > > the --debug option enabled. > > Any hints? > > Do you have a file /etc/clamav.conf ? > > There is a line in the default clamav.conf: # Example > This line must be "un-commented" (remove the #). You mean this part: # Comment or remove the line below. #Example This is commented as you can see, so you suggest to uncomment this line? What is the function of this Example in the clamav.conf? Bye, Mipam.