From owner-freebsd-fs@FreeBSD.ORG Wed Mar 6 10:56:37 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 47BB11ED for ; Wed, 6 Mar 2013 10:56:37 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) by mx1.freebsd.org (Postfix) with ESMTP id 13BDE176 for ; Wed, 6 Mar 2013 10:56:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=bX47YHsqvdIwf4mSHqU2DswIw3M+W3RvvAx+gKKpl+k=; b=EBf2mwHvwTzSLAbSTmfiI7npxN+U/PSKuZf5+nPSu/MfFh4dACZ5OUSb04elIUBwL33IxhrBb6mLPGztlKrj4svY4FVURdFluRwYWJavPdliYS4Vjx534E8H3JGjKh7iJfIxCZNMkhE6/ATMDr+L3JK23Q7XgQyzPT1IJ9T6HLE=; Received: from localhost.lerctr.org ([127.0.0.1]:28254 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UDC1R-000HVZ-UN; Wed, 06 Mar 2013 04:56:34 -0600 Received: from cpe-72-182-19-162.austin.res.rr.com ([72.182.19.162]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Wed, 06 Mar 2013 04:56:32 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 06 Mar 2013 04:56:32 -0600 From: Larry Rosenman To: Tom Evans Subject: Re: zfs send/recv invalid data In-Reply-To: References: <7c93aef20a88cdbcca85739e67470dce@webmail.lerctr.org> <25894116c93a59dab1fd976b425c36d1@webmail.lerctr.org> <07b59d5d4b2a3dab1385b054eea4f2da@webmail.lerctr.org> <7619c6383449c7a316edb1cdffc98c54@webmail.lerctr.org> <473BCD0A4A7A4E6AB08409A9B0C82363@multiplay.co.uk> Message-ID: <6dcfb2284551025af3cf58703a2b5cdc@webmail.lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/0.8.5 X-Spam-Score: -3.5 (---) X-LERCTR-Spam-Score: -3.5 (---) X-Spam-Report: SpamScore (-3.5/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-0.628 X-LERCTR-Spam-Report: SpamScore (-3.5/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-0.628 Cc: freebsd-fs@freebsd.org, Ronald Klop X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 10:56:37 -0000 On 2013-03-06 04:51, Tom Evans wrote: > On Wed, Mar 6, 2013 at 10:46 AM, Larry Rosenman > wrote: >> So, you are correct that something(tm) is unclean about the ssh path. >> > > And what is it that is added? Surely that is trivial to determine? > > echo hello > foo > cat foo | ssh host cat > > Cheers > > Tom it seems to be bytestream dependent, as this simple case works, and the vast majority of the sends work, but the particular case in the thread does NOT. # echo hello >foo # cat foo | ssh home cat hello # -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893