From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 18:14:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D05E106564A for ; Thu, 21 Aug 2008 18:14:58 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 319D78FC14 for ; Thu, 21 Aug 2008 18:14:57 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.14.2/8.14.2) with ESMTP id m7LIESQG047440; Thu, 21 Aug 2008 13:14:28 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080821131319.026c5980@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 21 Aug 2008 13:14:20 -0500 To: "Jean-Paul Natola" , "FreeBSD Questions" From: Derek Ragona In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9703726@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E9703726@www.fcimail.org> Mime-Version: 1.0 X-Antivirus: avast! (VPS 080821-0, 08/21/2008), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.93.3/8068/Thu Aug 21 10:50:39 2008 on betty.computinginnovations.com X-Virus-Status: Clean Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: OT: Clamd error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2008 18:14:58 -0000 At 11:17 AM 8/21/2008, Jean-Paul Natola wrote: >Hi all, > >Sorry for cross-posting but it seams that the members from the other list >went on vacation- and I'm in a jam > >I run exim 4.69 clamav .93 and spamassassin on a freebsd box - basically it >gets my smtp traffic, checks for spam virus etc,, then forwards it to my >mailserver- > >Suddenly last night it stopped working , I check the paniclog and all I see >is > >2008-08-21 09:44:26 1KWASY-0000EF-PB malware acl condition: clamd: unable to >connect to UNIX socket /var/run/clamav/clamd (No such file or directory) >2008-08-21 09:44:34 1KWASh-0000EZ-Pq malware acl condition: clamd: unable to >connect to UNIX socket /var/run/clamav/clamd (No such file or directory) >2008-08-21 09:45:09 1KWARf-0000EG-En malware acl condition: clamd: unable to >connect to UNIX socket /var/run/clamav/clamd (No such file or directory) >2008-08-21 09:45:38 1KWATZ-0000EG-9e malware acl condition: clamd: unable to >connect to UNIX socket /var/run/clamav/clamd (No such file or directory) > >I unistalled clamav >"make deinstall" > >Then "&& make clean" > >Then "make install clean" > > >And I still get the same errors- the weird part is that when I do "top" >clamd IS running- > >22089 clamav 1 4 0 62132K 61616K accept 0:00 0.00% clamd > >Any help would be greatly appreciated as im rerouting my mail now- and >getting bombarded with spam > > >Thx If restarting the clam services doesn't fix this, edit your conf files and make sure you have the same names for the socket file. -Derek