delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2011/07/06/17:01:24

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <iv2fog$69i$1@dough.gmane.org>
References: <iv25no$u76$1 AT dough DOT gmane DOT org> <CAHWeT-YB1RV+zXtM1+EnNvKVyymsj9BqYHrGe2nEPM25oL+Ypw AT mail DOT gmail DOT com> <iv2fog$69i$1 AT dough DOT gmane DOT org>
Date: Wed, 6 Jul 2011 22:01:00 +0100
Message-ID: <CAHWeT-bGKZk9EyT2W-9piwcVy+4xTKVf9kqcvY7B0FURdY4WEQ@mail.gmail.com>
Subject: Re: Unable to disown process
From: Andy Koppe <andy DOT koppe AT gmail DOT com>
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p66L1LIn008547

On 6 July 2011 21:15, Andrew wrote:
> On 7/6/2011 12:12 PM, Andy Koppe wrote:
>> You can use the 'setsid' utility from the util-linux package to invoke
>> a program in its own session, i.e. without connection to the terminal
>> it is invoked from. For example:
>>
>> setsid ssh -NL 1119:news.mozilla.org:119 \
>>          -L 2119:news.gmane.org:119 \
>>          -L 3119:nntp.perl.org:119 \
>>          andrew AT defaria DOT com
>>
>> No need for 'nohup', redirections, backgrounding, or 'disown' with this.
>
> Actually I still need backgrounding as without it my ~/bin/tunnel just hangs
> on the setsid command...

Hmm, I'm afraid I don't know why that happens when setsid is invoked
from a script.

This returns immediately:

$ setsid sleep 10

As does this:

$ bash -c 'setsid sleep 10'

But this doesn't:

$ echo 'setsid sleep 10' > sleep.sh; bash sleep.sh

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019