From owner-freebsd-net@FreeBSD.ORG Mon Jan 30 13:15:23 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7873E16A422 for ; Mon, 30 Jan 2006 13:15:23 +0000 (GMT) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4663343D55 for ; Mon, 30 Jan 2006 13:15:22 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 54088 invoked from network); 30 Jan 2006 13:14:34 -0000 Received: from c00l3r.networx.ch (HELO freebsd.org) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 30 Jan 2006 13:14:34 -0000 Message-ID: <43DE117A.23AB6834@freebsd.org> Date: Mon, 30 Jan 2006 14:15:38 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Yar Tikhiy References: <43DB8EEA.6090006@mac.com> <20060130125746.GB44477@comp.chem.msu.su> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Iassen Anadoliev Subject: Re: Ftpd problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 13:15:23 -0000 Yar Tikhiy wrote: > > On Sat, Jan 28, 2006 at 06:25:34PM +0200, Iassen Anadoliev wrote: > > Chuck Swiger writes: > > > > >Iassen Anadoliev wrote: > > >>Hello guys i hope this is the appropriate list so... > > >> > > >>I am running a ftp server and have some problems with large files. While > > >>syncing files over 4GB with rsync there is no problem: > > >> > > >>ls -lha > > >>-rw------- 1 support support 4.2G Nov 14 19:46 somefile.data > > >> > > >>But when i try to download the file it fails: > > > > > >If you can identify more specificly which side is having the problem, it's > > >probably worth filing a PR about it. Try using fetch or curl instead, to > > >see > > >whether another client does OK, or try using proftpd to test another FTP > > >server. > > Never sent PR before. So trying to find PR that already describe my > > problem I found this: > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=bin/89100 > > We seem to have got a bug in sendfile(2). Besides bin/89100, there > is kern/92243 on it. The problem is rather unpleasant and it's in > the kernel, not in ftpd(8). You should make Alan Cox (alc@) or Tor Egge (tegge@)aware of this problem. They're our VM gurus. -- Andre