From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 06:33:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4C53106564A for ; Mon, 1 Dec 2008 06:33:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A80B28FC14 for ; Mon, 1 Dec 2008 06:33:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 08E0DAFC1C6; Sun, 30 Nov 2008 21:33:11 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 1 Dec 2008 06:31:34 +0100 User-Agent: KMail/1.9.7 References: <200811301736.30079.fbsd.questions@rachie.is-a-geek.net> <8392DE41-4800-4CE9-A078-C1921FADDD9A@gmail.com> In-Reply-To: <8392DE41-4800-4CE9-A078-C1921FADDD9A@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200812010631.35147.fbsd.questions@rachie.is-a-geek.net> Cc: Eugene Pimenov Subject: Re: Pasting via ssh causes data loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 06:33:12 -0000 On Sunday 30 November 2008 17:53:21 Eugene Pimenov wrote: > 30.11.2008, =D7 19:36, Mel =CE=C1=D0=C9=D3=C1=CC(=C1): > > On Sunday 30 November 2008 06:46:59 Eugene Pimenov wrote: > > > > Not sure, but can you copy files via cat? As in: > > cat /tmp/foo | ssh machine "cat - >/tmp/foo" > > > > If that isn't truncated, I can only think of clipboard limitations > > or tty > > issues. > > No, it's not truncated. All of 6060 bytes are copied. > > What kind of tty issues/clipboard limitations might it be? *If* it's a tty issue, should be reproducable with telnet. If it's not, the= n I=20 suggest logging in with ssh -v and see if anything weird comes up. The oddball out of the box answer would be that some character gets transla= ted=20 as EOF from linux to bsd by the term settings, but it's a stretch. =2D-=20 Mel Problem with today's modular software: they start with the modules and never get to the software part.