From owner-freebsd-stable@FreeBSD.ORG Thu Jan 20 05:14:28 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16F5F16A4CE for ; Thu, 20 Jan 2005 05:14:28 +0000 (GMT) Received: from web54002.mail.yahoo.com (web54002.mail.yahoo.com [206.190.36.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8605743D53 for ; Thu, 20 Jan 2005 05:14:27 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 3629 invoked by uid 60001); 20 Jan 2005 05:14:26 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=vWEzn/DJvvCGodacMdsANEMptTI5mcwomJeTG0/VBJp8DuKKqzXRGIqRyCU9Cc+pmn+ecHF2IF3KgSU9HnG0lbWYdhWC2Ss5MkCNCLP7Lin6INJHLQqc2CVQRR8p44vL3VZMCzGNDyl8isZvoZZcHnK2Tz+Yit2e/Nu1ZLjVJcg= ; Message-ID: <20050120051426.3627.qmail@web54002.mail.yahoo.com> Received: from [147.46.44.181] by web54002.mail.yahoo.com via HTTP; Wed, 19 Jan 2005 21:14:26 PST Date: Wed, 19 Jan 2005 21:14:26 -0800 (PST) From: spam maps To: freebsd-stable@freebsd.org In-Reply-To: <200501191927.LAA07487@mina.soco.agilent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: User's cron job creates zombie process on 5.3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 05:14:28 -0000 --- Darryl Okahata wrote: > Raymond Wiker wrote: > > > Hmm... Maybe this will work? > > > > /bin/sh -c "/usr/bin/ssh -n -f ${tunnel} > &" > > > > --- the effect of this should (hopefully) be that > init becomes the > > parent of the zombie process. > > An easier-to-read way, assuming that a > Bourne-compatible shell is > used (e.g., /bin/sh and not /bin/csh), would be: > > ( /usr/bin/ssh -n -f ${tunnel} & ) Alas, no success. Still get the zombie process. I actually wonder if this is an odd or buggy behaviour of ssh, or is cron making a mistake here? Leaving a zombie process around, means there's a kind of bug/mistake somewhere, right? Regards, Rob. __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo