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 869F713838B for ; Sun, 5 Oct 2014 04:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B83F6E09BC; Sun, 5 Oct 2014 04:34:58 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (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 71AD1E0993 for ; Sun, 5 Oct 2014 04:34:57 +0000 (UTC) Received: from localhost ([84.133.163.250]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0Lk7fW-1YCR7d4AdG-00c9Ru for ; Sun, 05 Oct 2014 06:34:56 +0200 Date: Sun, 5 Oct 2014 06:34:55 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] Again some "headless" stuff/question Message-ID: <20141005043455.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:aeBY7jGACcPhbilAJwgM7y/k9LHK2KtMPEX8r/nDfJ7a2VGjLp5 flkfLzcwDHiUWtySjfjHo/p4stRkiDXW/Y7Wvmwc67+H+WPtoaPlyXRV9ZQsr3fW7ENSLss ZWt61EHnLLsyVAMbhSN9dQ+DcgQQJeANJQl7Q5L3wDNORM90qIejV3JZi7HwyfrxKR5S4go lFEmmz6BlYft/wVhbjigw== X-UI-Out-Filterresults: notjunk:1; X-Archives-Salt: cea1ab67-fc9d-47e1-9f06-58dd0e085b9b X-Archives-Hash: 3822b319741c1529b7f9b625628d9b09 Hi, for starting and running a script on a headless system for me "nohup" works perfectly. For interactive session via ssh screen/tmux turned out to be the solution to detach from jobs started from the commandline. Both are hints/help I received from the community here. :) Thank you very much !!! :))) Since the screen/tmux thingie is THAT convenient I would like to start this as the default when logging in via ssh. I could write a script which is started by the shell (zsh) which in turn is started as part of the login process. Screen would start another shell and TADA!... But this is an embedded system... The result should be a running screen session right after login via ssh. Is there any "shorter path" to what I am trying to do -- without the cascade of shells which do nothing but waiting of the child process to end? Thank you very much in advance for any help! Have a nice Sunday! Best regards, mcc