From owner-freebsd-ports@FreeBSD.ORG Wed Sep 24 09:43:51 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B5551065674; Wed, 24 Sep 2008 09:43:51 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id C090E8FC15; Wed, 24 Sep 2008 09:43:50 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E308919E02A; Wed, 24 Sep 2008 11:25:14 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 7322219E027; Wed, 24 Sep 2008 11:25:09 +0200 (CEST) Message-ID: <48DA0796.3080502@quip.cz> Date: Wed, 24 Sep 2008 11:25:42 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: beech@FreeBSD.org Subject: ProFTPd 1.3.2.r2 - ftpwho missing scoreboard file 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: Wed, 24 Sep 2008 09:43:51 -0000 I can not use ftpwho command after upgrade to proftpd-mysql-1.3.2.r2. # ftpwho /var/run/proftpd/proftpd.scoreboard: No such file or directory (Perhaps you need to specify the ScoreboardFile with -f, or change the compile-time default directory?) I have in proftpd.conf ScoreboardFile /var/run/proftpd.scoreboard (I think /var/run/proftpd.scoreboard was default location in older versions) and this file exists: # ls -al /var/run/proftpd.scoreboard -rw-r--r-- 1 root wheel 7888 Sep 24 11:10 /var/run/proftpd.scoreboard What / why changed in ProFTPd code? Workaround is to change proftpd.conf to: ScoreboardFile /var/run/proftpd/proftpd.scoreboard then after restart, scoreboard file is created in this location and ftpwho command can use it. Can it be fixed or mentioned in UPDATING? It is not showstopper and I can live with this little change in my configs, but it is annoying to do this change on all my servers. (already done) Miroslav Lachman