User's cron job creates zombie process on 5.3

spam maps spamrefuse at yahoo.com
Wed Jan 19 21:14:28 PST 2005


--- Darryl Okahata <darrylo at soco.agilent.com> wrote:
> Raymond Wiker <Raymond.Wiker at fast.no> 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 <defunct> 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 


More information about the freebsd-stable mailing list