--- Darryl Okahata <[EMAIL PROTECTED]> wrote:
> Raymond Wiker <[EMAIL PROTECTED]> 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 
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to