Re: Putty (plink) causes zombie process while executing a command

2005-09-05 Thread Martin Burger
> Any idea why plink causes the zombie processes? How can I debug that > problem? Setting LogLevel in /etc/ssh/sshd_config to VERBOSE instead of DEBUG solves that issue, no zombie processes anymore. See: http://bugzilla.mindrot.org/show_bug.cgi?id=967 Regards, Martin -- To UNSUBSCRIBE, email

Re: Putty (plink) causes zombie process while executing a command

2005-09-03 Thread David Jardine
On Sat, Sep 03, 2005 at 10:06:41AM -0700, Martin Burger wrote: > [...] > PuTTY is a client program running on Windows for the SSH, Telnet and > Rlogin network protocols. Plink is a command-line interface to the > PuTTY back ends (comparable to ssh executable, I think). > [...] > plink runs in a Do

Re: Putty (plink) causes zombie process while executing a command

2005-09-03 Thread Martin Burger
David Jardine schrieb: > Preamble: I don't know if I'll be able to help you on this since > I know nothing about plink except what I've just discovered with > apt-cache show putty-tools :( PuTTY is a client program running on Windows for the SSH, Telnet and Rlogin network protocols. Plink is a co

Re: Putty (plink) causes zombie process while executing a command

2005-09-03 Thread Martin Burger
Roel Schroeven schrieb: > I'm sorry, I can't really help: when I try that, it works perfectly. At > least I guess it means that your syntax is correct. > > For the record, I did it between from a Windows box to a Debian box on > the same LAN. The Windows box runs Windows XP SP2 and Debian is Sarge

Re: Putty (plink) causes zombie process while executing a command

2005-09-03 Thread Roel Schroeven
Martin Burger wrote: Hello, I'm trying to execute a command on my Sarge box using plink (Putty) on Windows XP. E.g.: plink -A -2 -ssh [EMAIL PROTECTED] ls -l But instead of listing my home directory in my dos box, the command hangs. If I check the processes on Sarge, I see a zombie process "[l

Re: Putty (plink) causes zombie process while executing a command

2005-09-02 Thread David Jardine
Preamble: I don't know if I'll be able to help you on this since I know nothing about plink except what I've just discovered with apt-cache show putty-tools :( On Fri, Sep 02, 2005 at 08:02:27AM -0700, Martin Burger wrote: > Hello, > > I'm trying to execute a command on my Sarge box using plink