From owner-freebsd-ports@FreeBSD.ORG Thu Mar 8 06:29:21 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C842616A400 for ; Thu, 8 Mar 2007 06:29:21 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id A6A5813C4A5 for ; Thu, 8 Mar 2007 06:29:21 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l286TLh7017108 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 7 Mar 2007 22:29:21 -0800 X-Auth-Received: from [192.168.10.41] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l286TKRn017921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 7 Mar 2007 22:29:20 -0800 Message-ID: <45EFAD3C.1030601@u.washington.edu> Date: Wed, 07 Mar 2007 22:29:16 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <45EE2D77.4000305@sonicboom.org> <20070308022934.GC92864@charon.picobyte.net> In-Reply-To: <20070308022934.GC92864@charon.picobyte.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.7.221933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: fuzzyocr X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 06:29:21 -0000 Shaun Amott wrote: > On Tue, Mar 06, 2007 at 07:11:51PM -0800, Brian wrote: >> I've been using this awhile, and can't seem to figure out this error >> which has been appearing since November 2006 at least. >> >> The log location is not right, it actually exists in >> /usr/local/etc/mail/spamassassin/FuzzyOcr.log >> I could ln -s it but thats a bandaid, not a fix. >> >> I don't speak enough perl to make sense of the line number errors shown. >> >> /var/db/pkg shows p5-FuzzyOcr-2.3.b_2,1 >> > > The log file needs to be writable by the SpamAssassin process (although > it runs as root by default, if I recall). You can change the location in > FuzzyOcr.cf -- I probably ought to move it to /var/log by default. Basically the file isn't readable / writable because of permissions issues, like Shaun said. All of the other 4 error messages are a biproduct of not being able to open up the file. Did you change the permissions by accident? -Garrett