From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 11 16:40:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0782016A4B3 for ; Sat, 11 Oct 2003 16:40:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7603743F93 for ; Sat, 11 Oct 2003 16:40:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BNe9FY063720 for ; Sat, 11 Oct 2003 16:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9BNe9oI063719; Sat, 11 Oct 2003 16:40:09 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 11 Oct 2003 16:40:09 -0700 (PDT) Resent-Message-Id: <200310112340.h9BNe9oI063719@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ken Stailey Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E4B116A4B3 for ; Sat, 11 Oct 2003 16:37:28 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 589EE43F3F for ; Sat, 11 Oct 2003 16:37:27 -0700 (PDT) (envelope-from kstailey@hermes.tubas.net) Received: from hermes.tubas.net ([68.50.141.185]) by comcast.net (sccrmhc11) with ESMTP id <2003101123372601100oqdule>; Sat, 11 Oct 2003 23:37:26 +0000 Received: from hermes.trickster.gods (localhost.trickster.gods [127.0.0.1]) by hermes.tubas.net (8.12.9p2/8.12.9) with ESMTP id h9BNbM1T027814 for ; Sat, 11 Oct 2003 19:37:26 -0400 (EDT) (envelope-from kstailey@hermes.trickster.gods) Received: (from kstailey@localhost) by hermes.trickster.gods (8.12.9p2/8.12.9/Submit) id h9BNbMnC027813; Sat, 11 Oct 2003 19:37:22 -0400 (EDT) (envelope-from kstailey) Message-Id: <200310112337.h9BNbMnC027813@hermes.trickster.gods> Date: Sat, 11 Oct 2003 19:37:22 -0400 (EDT) From: Ken Stailey To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57874: Pure-FTPd is not configured for files >2GB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ken Stailey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 23:40:11 -0000 >Number: 57874 >Category: ports >Synopsis: Pure-FTPd is not configured for files >2GB >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 11 16:40:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Ken Stailey >Release: FreeBSD 4.9-RC i386 >Organization: self >Environment: System: FreeBSD hermes.trickster.gods 4.9-RC FreeBSD 4.9-RC #38: Mon Oct 6 13:40:55 EDT 2003 kstailey@hermes.trickster.gods:/usr/obj/usr/src/sys/HERMES i386 >Description: The Pure-FTPd port can only be configured for files >2GB by hacking the Makefile. The --with-everything option isn't really what it says. You need the --with-largefiles option. Frank Denis, the pure-ftpd project leader, told me in an E-mail that FreeBSD does not have any performance problems with largefiles despite any warnings the configure script make mention about using largefiles. >How-To-Repeat: Run "portinstall pure-ftpd", start pure-ftpd, try to send a file >2GB to it. >Fix: ndex: Makefile =================================================================== RCS file: /u1/cvsup/FreeBSD-cvs/root/ports/ports/ftp/pure-ftpd/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 15 Aug 2003 00:49:25 -0000 1.37 +++ Makefile 11 Oct 2003 23:34:55 -0000 @@ -47,6 +47,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-everything \ + --with-largefiles \ --with-paranoidmsg \ --with-virtualchroot \ --with-tls \ >Release-Note: >Audit-Trail: >Unformatted: