From owner-freebsd-ports@FreeBSD.ORG Thu Feb 17 09:48:51 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B013816A4D0 for ; Thu, 17 Feb 2005 09:48:51 +0000 (GMT) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B72943D60 for ; Thu, 17 Feb 2005 09:48:50 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 27994 invoked from network); 17 Feb 2005 09:44:00 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 17 Feb 2005 09:44:00 -0000 Received: (qmail 18150 invoked by uid 89); 17 Feb 2005 09:52:56 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 17 Feb 2005 09:52:56 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id E4765114EC; Thu, 17 Feb 2005 11:48:47 +0200 (EET) Date: Thu, 17 Feb 2005 11:48:47 +0200 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Message-ID: <20050217114847.0e3a38f5@it.buh.tecnik93.com> In-Reply-To: <20050214130439.06bc2d2a@it.buh.cameradicommercio.ro> References: <20050214044109.270db658@it.buh.tecnik93.com> <20050214130439.06bc2d2a@it.buh.cameradicommercio.ro> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dspam-users@nuclearelephant.com cc: dspam-dev@nuclearelephant.com cc: Erwin Lansing cc: freebsd-ports@freebsd.org Subject: [Need testers] dspam-devel-3.4.r1 on FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 09:48:51 -0000 A new test version can be fetched from: http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam-devel/port/dspam-devel.3.3.4.r1.20050216.0945.tar.gz MD5 (dspam-devel.3.3.4.r1.20050216.0945.tar.gz) = 014d1c07c977a87db18207015f234027 For me it works. If no negative feedback received I intend to update the port tomorrow. cd /usr/ports/mail/ && \ fetch http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam-devel/port/dspam-devel.3.3.4.r1.20050216.0945.tar.gz && \ tar xf dspam-devel.3.3.4.r1.20050216.0945.tar.gz && \ cd dspam-devel.my make -DWITH_DAEMON -DGDBS <...OTHER_OPTIONS...> you need a least WITH_MYSQL* or WITH_POSTGRESQL for --daemon to work. If you have a dspam --daemon running either stop it or edit your /usr/local/etc/dspam.conf and: - if running on TCP edit ServerPort and ClientPort and set them to something other that 24 - else change ServerDomainSocketPath to /var/run/dspam-test.sock As long as you don't signal or restart your installed dspam there's no problem. When done testing don't forget to change them back. cd ./work/dspam-cvs-devel.20050216.0945/src/ && \ ./dspam --daemon --debug In an other console: cd ./usr/ports/mail/dspam.my/work/dspam-cvs-devel.20050216.0945/src/ && \ ./dspamc --user ....... --proccess --stdout < /path/to/email See what output you get and if the daemon still runs. If yes, send me the output of uname -a and your CFLAGS; and continue testing to confirm it works; something like this should be enough: sh -c 'for I in `ls /path/to/many/emails/dir/*` ; do cat ${I} | ./dspamc --user itetcu --mode=tum --features=ch,no,wh,tb=4 --proccess --stdout & done' And hit Ctrl+C after 2-3 seconds :) If not, send me the output of uname -a, your CFLAGS, the signal with which dspam --daemon dies and any other useful info. You might want to run dspam from gdb, valgrind or better helgrind. If you get to sending patches, please use unified diff (diff -u). Thanks, -- IOnut Unregistered ;) FreeBSD "user"