Re: ssh kills nohup launch process

[email protected] (Bob Proulx) Thu, 3 Apr 2003 10:26:08 -0700
Newsgroups gmane.comp.gnu.sh-utils.bugs
Message-ID <[email protected]>
Laurent Mazet wrote:
> When I forget to redirect input stream, I can not close my ssh
> connection.
> If I kill ssh, process launch by nohup are killed !
> So, I hack the nohup of my Mandrake 9.0 (sh-utils-2.0.15-2mdk)...

There is a lot of discussion on the ssh lists about ssh and processes
with open files and the so called hang-on-exit behavior.  IMNHO this
is due to poorly written daemon software which is not handling stdin,
stdout, stderr file properly.  The daemon command should do this
itself.  But some need help.  I would file a bug report against the
daemon with the problem.

  http://www.openssh.com/faq.html#3.10

Bob