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 _______________________________________________ Bug-sh-utils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-sh-utils
