From owner-freebsd-stable@FreeBSD.ORG Tue Jul 12 12:28:36 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD9216A41C for ; Tue, 12 Jul 2005 12:28:36 +0000 (GMT) (envelope-from michael.schuh@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D5B843D46 for ; Tue, 12 Jul 2005 12:28:35 +0000 (GMT) (envelope-from michael.schuh@gmail.com) Received: by nproxy.gmail.com with SMTP id g2so272764nfe for ; Tue, 12 Jul 2005 05:28:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=GnIuKEq1jvvrDjFXGDuSGcDADOo63aPFcmua49JYocgToZj7RuROReIRdU1H5zw/cT54sgx/HhdgJx9FyqWfRD5MC5umAMfxlGCXLou/z/gWc6BYsFiRPRpFGCt1lTfFxKLu1rxhDSpvbq1L4NzwYyNYaC0aCZE6+L+uMrpc37c= Received: by 10.48.4.10 with SMTP id 10mr185247nfd; Tue, 12 Jul 2005 05:28:33 -0700 (PDT) Received: by 10.48.240.15 with HTTP; Tue, 12 Jul 2005 05:28:33 -0700 (PDT) Message-ID: <1dbad315050712052824505b32@mail.gmail.com> Date: Tue, 12 Jul 2005 14:28:33 +0200 From: Michael Schuh To: scottro@nyc.rr.com, freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FYI - RELENG_6 branch has been created X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Schuh List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2005 12:28:36 -0000 Hello Scott, i run into same Problem with Spamassassin and Perl v5.8.7. After a backport to 5.8.6_2 all thins run fine. I have no relly good reason found why the behavior is, but i have many=20 hint's found that say's that this is a generally io-problem with perl v5.8.7. So that i have made a entry in my sup/refuse that i not running anymore int= o that Problem best regards Michael The other problem that will possibly affect more people is that > SpamAssassin stopped working properly. This isn't a server, simply a > workstation, using getmail and maildrop. I would get the following > error >=20 > Delivery error (command maildrop 65199 error (0, razor2 check skipped: No= =20 > such file or directory IO::Socket::INET: connect: Operation not permitted= =20 > ...propagated at=20 > /usr/local/lib/perl5/site_perl/5.8.7/Mail/SpamAssassin/Dns.pm line 447.)) > msg 1/1 (1422 bytes), delivery error (command maildrop 65199 error (0,=20 > razor2 check skipped: No such file or directory IO::Socket::INET: connect= :=20 > Operation not permitted ...propagated at=20 > /usr/local/lib/perl5/site_perl/5.8.7/Mail/SpamAssassin/Dns.pm line 447.)) > 1 messages retrieved, 0 skipped >=20 >=20 > Thinking that it was a simple perl thing and perhaps also connected with > the libc.5 and 6, I first did a portupgrade -fRr of SpamAssassin. This > didn't fix the problem. Eventually (and I don't have enough knowledge > to know why this worked) I did another portupgrade -f of perl, then did > a pkg_delete of SpamAssassin and all B and R deps save for perl. I then > reinstalled SpamAssassin with the port reinstalling the deps. Then it > worked. >