Re: Bash process hangs around forever after ssh disconnect

2008-11-24 Thread Dmitry Semyonov
Michael, On Sat, Nov 22, 2008 at 22:49, Michael Hipp [EMAIL PROTECTED] wrote: I'm logging in to a W2k server via cygwin sshd and using Putty as my terminal emulator. If my ssh connection gets dropped for any reason the bash.exe process on the host just stays there forever. Also, anything I

Re: Bash process hangs around forever after ssh disconnect

2008-11-23 Thread Thorsten Kampe
* Michael Hipp (Sat, 22 Nov 2008 13:49:33 -0600) I'm logging in to a W2k server via cygwin sshd and using Putty as my terminal emulator. If my ssh connection gets dropped for any reason the bash.exe process on the host just stays there forever. Also, anything I was running in bash (e.g. vim)

Re: Bash process hangs around forever after ssh disconnect

2008-11-23 Thread Thorsten Kampe
* Michael Hipp (Sun, 23 Nov 2008 10:11:59 -0600) Thorsten Kampe wrote: * Michael Hipp (Sat, 22 Nov 2008 13:49:33 -0600) I'm logging in to a W2k server via cygwin sshd and using Putty as my terminal emulator. If my ssh connection gets dropped for any reason the bash.exe process on the host

Re: Bash process hangs around forever after ssh disconnect

2008-11-23 Thread Michael Hipp
Thorsten Kampe wrote: That's the Windows/Cygwin emulation of a Unix fork. Should be the same as on Linux. I know that. I was pointing out that sshd goes away as expected but bash does not. Please read again what I wrote and try to understand it. Ok, I have re-read it and don't find

Re: Bash process hangs around forever after ssh disconnect

2008-11-23 Thread Thorsten Kampe
* Michael Hipp (Sun, 23 Nov 2008 12:32:54 -0600) Thorsten Kampe wrote: In all likelihood you do NOT want sshd to kill your shell because you loose connection for a while. Let me repeat: you do NOT want that. Really? Should I call Red Hat, SUSE, Debian and Ubuntu and all the others and

Re: Bash process hangs around forever after ssh disconnect

2008-11-23 Thread Michael Hipp
Thorsten Kampe wrote: Screen is /not/ off-topic because it is the solution to your problem. If you are asking for a solution where you cannot use screen because it is not installed or because you forgot to run it before starting a shell then you should say so. Ok then, I want a solution

Bash process hangs around forever after ssh disconnect

2008-11-22 Thread Michael Hipp
I'm seeing this on several systems... I'm logging in to a W2k server via cygwin sshd and using Putty as my terminal emulator. If my ssh connection gets dropped for any reason the bash.exe process on the host just stays there forever. Also, anything I was running in bash (e.g. vim) will stay