From owner-freebsd-questions@FreeBSD.ORG Wed Feb 23 19:15:06 2005 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 39FCA16A4CE for ; Wed, 23 Feb 2005 19:15:06 +0000 (GMT) Received: from esmtp.webtent.net (esmtp.webtent.net [208.38.145.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 9AC9643D31 for ; Wed, 23 Feb 2005 19:15:05 +0000 (GMT) (envelope-from robert@webtent.com) Received: from localhost (localhost.webtent.net [127.0.0.1]) with ESMTP id E1580EBC49 for ; Wed, 23 Feb 2005 14:14:58 -0500 (EST) Received: from esmtp.webtent.net ([127.0.0.1]) by localhost (esmtp.webtent.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04053-06 for ; Wed, 23 Feb 2005 14:14:58 -0500 (EST) Received: from WWW2K3.webtent.net (www2k3.webtent.net [208.38.145.57]) with SMTP id DC855EBC1D for ; Wed, 23 Feb 2005 14:14:53 -0500 (EST) Date: Wed, 23 Feb 2005 14:13:54 -0500 From: Robert Fitzpatrick To: FreeBSD Message-ID: <7177EE1A5FAAB03DADCD41D2@[192.168.1.57]> X-Mailer: Mulberry/4.0.0a4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; FORMAT=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new using ClamAV at webtent.net Subject: clamd after upgrade to 0.83 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: Wed, 23 Feb 2005 19:15:06 -0000 After doing a portupgrade of clamd from 0.81 to 0.83, the service reports that it is not running using 'clamav-clamd.sh status'. esmtp# cd /usr/local/etc esmtp# rc.d/clamav-clamd.sh status clamav_clamd is not running. esmtp# ps -ax|grep clam 781 ?? Ss 0:10.96 /usr/local/sbin/clamd However, all seems to be fine, postfix 2.1.5, amavisd-new and clamd all seem to be running and Webmin reports them all as running. Any thoughts or something I should know regarding the upgrading? I checked /usr/ports/UPDATING, but nothing regarding this. All conf files are reflecting the new settings. -- Robert