Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030227AbWL3DBJ (ORCPT ); Fri, 29 Dec 2006 22:01:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755133AbWL3DBJ (ORCPT ); Fri, 29 Dec 2006 22:01:09 -0500 Received: from userg501.nifty.com ([202.248.238.81]:54428 "EHLO userg501.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755129AbWL3DBH (ORCPT ); Fri, 29 Dec 2006 22:01:07 -0500 DomainKey-Signature: a=rsa-sha1; s=userg501; d=nifty.com; c=simple; q=dns; b=gmrs+XCw9XXR0NDUDFl9FG3nTN4CeYyeMWdsqNDL2n/TPgvv/sIQJAMWgKzfYAFw8 7vHP4xKp+1QY01XoauRwg== Date: Sat, 30 Dec 2006 20:59:31 +0900 From: Komuro To: YOSHIFUJI Hideaki / =?ISO-2022-JP?B?GyRCNUhGIzFRTEAbKEI=?= Cc: bunk@stusta.de, jgarzik@pobox.com, viro@ftp.linux.org.uk, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, davem@davemloft.net Subject: Re: [BUG KERNEL 2.6.20-rc1] ftp: get or put stops during file-transfer Message-Id: <20061230205931.9e430173.komurojun-mbn@nifty.com> In-Reply-To: <20061230.102358.106876516.yoshfuji@linux-ipv6.org> References: <20061217232311.f181302f.komurojun-mbn@nifty.com> <20061218030113.GT10316@stusta.de> <20061230185043.d31d2104.komurojun-mbn@nifty.com> <20061230.102358.106876516.yoshfuji@linux-ipv6.org> 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: 917 Lines: 32 > > > 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. > > Hmm, have you try disabling CONFIG_TCP_MD5SIG? > (Is it already disabled?) This problem happens both CONFIG_TCP_MD5SIG is disabled and enabled. > Are there any specific size of transfer to reproduce this? When I do ftp 40Mbytes file for 5-times or more, this problem happens. > Do you see similar issue with other simple application? sorry, I don't reproduce this problem on other application. Thanks, Best Regards Komuro. - 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/