From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 18:26:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 86A8D16A41C for ; Wed, 29 Jun 2005 18:26:20 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4164243D4C for ; Wed, 29 Jun 2005 18:26:19 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 14452263 for ; Wed, 29 Jun 2005 14:26:18 -0400 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <1e5b1a6412b4dbc2ad3167061945cb8c@chrononomicon.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Mailing List From: Bart Silverstrim Date: Wed, 29 Jun 2005 14:25:33 -0400 X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Subject: amavis problems 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: Wed, 29 Jun 2005 18:26:20 -0000 Ever since running the update to the newest version of perl I've run into difficulty with my amavis scanning. I think there are some p5* packages that aren't properly recompiled to run with the latest PERL...the logs are showing errors like Clam Antivirus-clamd: Error reading from /var/run/clamav/clamd: Resource temporarily unavailable at (eval 53) line 253, line 1., retrying (2) and TROUBLE in check_mail: virus_scan FAILED: virus_scan: ALL VIRUS SCANNERS FAILED: Clam Antivirus-clamd av-scanner FAILED: Too many retries to talk to /var/run/clamav/clamd (Error reading from /var/run/clamav/clamd: Resource temporarily unavailable at (eval 53) line 253, line 1.) at (eval 53) line 264, line 1.; Clam Antivirus - clamscan av-scanner FAILED: Error reading: Resource temporarily unavailable at (eval 53) line 389, line 10. despite the fact that when amavisd-new starts up, it states in the log: Using internal av scanner code for (primary) Clam Antivirus-clamd and the socket for clamd exists with 777 permissions, and the groups for vscan are vscan and clamav and for clamav the group memberships are clamav mail vscan. Is there an easy way to run through all p5* ports and rebuild them to see the latest PERL? The after-upgrade script didn't seem to do anything :-/ -Bart