From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 15:30:45 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 4F22616A4CE for ; Tue, 13 Jul 2004 15:30:45 +0000 (GMT) Received: from ux11.ltcm.net (ux11.ltcm.net [64.215.98.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C4A943D54 for ; Tue, 13 Jul 2004 15:30:44 +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 i6DFUgAc029926 for ; Tue, 13 Jul 2004 17:30:43 +0200 (MEST) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id i6DFUf8g020339 for ; Tue, 13 Jul 2004 17:30:41 +0200 (MEST) X-Authentication-Warning: ux11.ltcm.net: mipam owned process doing -bs Date: Tue, 13 Jul 2004 17:30:41 +0200 (MEST) From: Mipam X-X-Sender: mipam@ux11.ltcm.net To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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: Tue, 13 Jul 2004 15:30:45 -0000 Hi, I am using clamav to check on virusses. This works well. However, when i try to use clamd, it never runs long. Mostly within a minute or a couple, it exists with signal 6. I am using this libmap.conf # /etc/libmap.conf # # candidate mapping # libc_r.so.5 libthr.so.1 # Everything uses 'libthr' libc_r.so libthr.so [/usr/local/bin/mplayer] # 'mplayer' uses libc_r. libc_r.so.5 libc_r.so.5 libc_r.so libc_r.so [mplayer] libc_r.so.5 libc_r.so.5 libc_r.so libc_r.so [/usr/local/sbin/httpd] # Apache uses libkse libc_r.so.5 libkse.so.1 libc_r.so libkse.so [httpd] libc_r.so.5 libkse.so.1 libc_r.so libkse.so Maybe i should adjust some things to make it work fine? Did anyone else encouter these problems? Bye, Mipam.