From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8589C13898F for ; Mon, 27 Oct 2014 17:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2D26E09BA; Mon, 27 Oct 2014 17:03:03 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FA97E09A9 for ; Mon, 27 Oct 2014 17:03:02 +0000 (UTC) Received: from localhost ([84.133.130.191]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0LmKOI-1YHaDP0NoA-00Zz7S for ; Mon, 27 Oct 2014 18:03:01 +0100 Date: Mon, 27 Oct 2014 18:03:00 +0100 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] gnu screen - copy'n'paste Message-ID: <20141027170300.GA3856@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Provags-ID: V03:K0:2/9+XQvzQPEkn3Nc43xW8GX9DpMuaCH9jJ3Sp3TDPPMBoORPD9u Zjfn7XXogBsx+ZERtEhwYdp/lsi+AWfpVscABqVBRRiL76FMDeQE+Ru9PKEWtJmGvEOqY6K 5vcBlxpYCKwVnYJJAdW9UDcPqnLpf15/NA1l3fzT0/xqmfqYqMDm/org2Mj/sNEh1YZ+lhD 3HH2kABfyOVD6J+W1nUzg== X-UI-Out-Filterresults: notjunk:1; X-Archives-Salt: e14ed4d8-4a01-4e1f-b7c5-67f5e0f88ad6 X-Archives-Hash: 65dcd9338e0d08786f6109b9f8b78fb7 Hi, I am using screen to log into my beaglebone embedded computer, which runs Gentoo (of course!) like this: ssh -t root@192.168.178.27 screen -R -d . This makes it possible to detach the terminal and shutdown the PC, while the beagle still runs processes... BUT: Unfortunately I cannot copy and paste things from my PC to a started session like the way described above. What is the problem here? ssh? screen? Or...simply my (mis-) understanding of the whole thing ? Best regards, mcc