Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965228AbWL3Ava (ORCPT ); Fri, 29 Dec 2006 19:51:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755129AbWL3Av3 (ORCPT ); Fri, 29 Dec 2006 19:51:29 -0500 Received: from userg501.nifty.com ([202.248.238.81]:41368 "EHLO userg501.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755126AbWL3Av2 (ORCPT ); Fri, 29 Dec 2006 19:51:28 -0500 DomainKey-Signature: a=rsa-sha1; s=userg501; d=nifty.com; c=simple; q=dns; b=kUCNZnrKPO3hI6Cia2dJHspQzGmjbcEJ6jFViO8X89LD8da2hlCmcmCK8DRgmxIjs gLmqrmJksWzQ3Lk9xIZ9g== Date: Sat, 30 Dec 2006 18:50:43 +0900 From: Komuro To: Adrian Bunk Cc: jgarzik@pobox.com, Al Viro , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, yoshfuji@linux-ipv6.org, davem@davemloft.net Subject: Re: [BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer Message-Id: <20061230185043.d31d2104.komurojun-mbn@nifty.com> In-Reply-To: <20061218030113.GT10316@stusta.de> References: <20061217212752.d93816b4.komurojun-mbn@nifty.com> <20061217040222.GD17561@ftp.linux.org.uk> <20061217232311.f181302f.komurojun-mbn@nifty.com> <20061218030113.GT10316@stusta.de> X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.4; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1640 Lines: 52 Hi, I investigated the ftp-file-transfer-stop problem by git-bisect method, and found this problem was introduced by "[TCP]: MD5 Signature Option (RFC2385) support" patch. Mr.YOSHIFUJI san, please fix this problem. >commit cfb6eeb4c860592edd123fdea908d23c6ad1c7dc >Author: YOSHIFUJI Hideaki >Date: Tue Nov 14 19:07:45 2006 -0800 > > [TCP]: MD5 Signature Option (RFC2385) support. > > Based on implementation by Rick Payne. > > Signed-off-by: YOSHIFUJI Hideaki > Signed-off-by: David S. Miller Best Regards Komuro > On Sun, Dec 17, 2006 at 11:23:11PM +0900, Komuro wrote: > > On Sun, 17 Dec 2006 04:02:22 +0000 > > Al Viro wrote: > > > > > On Sun, Dec 17, 2006 at 09:27:52PM +0900, Komuro wrote: > > > > > > > > Hello, > > > > > > > > On kernel 2.6.20-rc1, ftp (get or put) stops > > > > during file-transfer. > > > > > > > > Client: ftp-0.17-33.fc6 (192.168.1.1) > > > > Server: vsftpd-2.0.5-8 (192.168.1.3) > > > > > > > > This problem does _not_ happen on kernel-2.6.19. > > > > is it caused by network-subsystem change on 2.6.20-rc1?? > > > > > > Do you have NAT between you and server? > > > > No. I don't have NAT between the client and the server. > > Actually, the client and the sever is located in same room. > > > > client -- 100MbpsHub -- server. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/