From owner-freebsd-ports@FreeBSD.ORG Mon Oct 25 22:43:59 2004 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 0FC4116A4CE; Mon, 25 Oct 2004 22:43:59 +0000 (GMT) Received: from smtp.servingpeace.com (servingpeace.com [69.55.225.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D88CC43D31; Mon, 25 Oct 2004 22:43:58 +0000 (GMT) (envelope-from sam@servingpeace.com) Received: from [10.0.0.2] (adsl-68-124-176-158.dsl.pltn13.pacbell.net [68.124.176.158]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.servingpeace.com (Postfix) with ESMTP id 91E7BBA171; Mon, 25 Oct 2004 15:43:58 -0700 (PDT) Message-ID: <417D819A.4090009@servingpeace.com> Date: Mon, 25 Oct 2004 15:43:38 -0700 From: Sam Nilsson User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <417BDA43.7000609@carpetburn.org> <20041025221910.GA50532@bitsurf.net> In-Reply-To: <20041025221910.GA50532@bitsurf.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Michael Haro Subject: Re: FreeBSD Port: proftpd-1.2.10 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: Mon, 25 Oct 2004 22:43:59 -0000 Michael Haro wrote: > I've never experienced this problem myself and never had anyone email > it to me or submit a problem report (thanks!). I'm attempting to be able to > reproduce it so I can provide a fix in the port. > > Michael > > On Sun, Oct 24, 2004 at 11:37:23AM -0500, Jeff Carpenter wrote: > >>Hello there. I have recently installed proftpd on my FreeBSD 4.10 box >>via the ports system. I was stumped as to why the server wasn't booting >>up! I did some searching on Google and I found the solution; a >>scoreboard file has to be created. Hi Michael, I just installed 1.2.10 from ports last night on 5.3Beta3. I had the same problem. Server wouldn't start because the scoreboard file didn't exist. The problem was proftpd wanted the scoreboard file to be /var/run/proftpd/proftpd.scoreboard, but the directory /var/run/proftpd did not exist. I don't know what else might live in that profptd directory, but on my install right now it is only the scoreboard file. This makes me wonder whether it should just live in /var/run/ with proftpd's pid file? - Sam Nilsson