X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.1 required=5.0	tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Andrew DeFaria <Andrew.DeFaria@tellabs.com>
Subject: Re: Unable to disown process
Date: Wed, 06 Jul 2011 14:12:52 -0700
Lines: 36
Message-ID: <iv2j4l$sqa$1@dough.gmane.org>
References: <iv25no$u76$1@dough.gmane.org>	<CAHWeT-YB1RV+zXtM1+EnNvKVyymsj9BqYHrGe2nEPM25oL+Ypw@mail.gmail.com>	<iv2fog$69i$1@dough.gmane.org> <CAHWeT-bGKZk9EyT2W-9piwcVy+4xTKVf9kqcvY7B0FURdY4WEQ@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11
In-Reply-To: <CAHWeT-bGKZk9EyT2W-9piwcVy+4xTKVf9kqcvY7B0FURdY4WEQ@mail.gmail.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 7/6/2011 2:01 PM, Andy Koppe wrote:
> 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@defaria.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
The above coincides with my experiments too. Not a big deal as adding a 
"&" to the line in the script works just fine.
-- 
Andrew DeFaria <http://defaria.com>
If croutons are stale bread, why do they come in airtight packages?


--
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

