Re: Stdout of other shell than cygwin's through xinetd

2004-09-28 Thread Corinna Vinschen
On Sep 28 11:57, [EMAIL PROTECTED] wrote: > Why did I not get my pwd answer on the rsh example ? Rshd's stdin/out/err descriptors are connected to sockets because there's no pty involved. Most native Win apps just don't get it. Best workaround is to use ssh with -t option instead. Corinna --

Re: Stdout of other shell than cygwin's through xinetd

2004-09-28 Thread Larry Hall
Please, one copy of each report is enough. At 05:57 AM 9/28/2004, you wrote: >I've installed xinetd cygwin, in c:/cygwin/root, and execute it with /usr/sbin/xinetd >-d to see the log on the screen >If I use the cygwin tools, I've got result on the command I use : > >[EMAIL PROTECTED]:?:FA_26 /ho

Stdout of other shell than cygwin's through xinetd

2004-09-28 Thread Christophe . Delarue
I've installed xinetd cygwin, in c:/cygwin/root, and execute it with /usr/sbin/xinetd -d to see the log on the screen If I use the cygwin tools, I've got result on the command I use : [EMAIL PROTECTED]:?:FA_26 /home/chrdelar> rsh ptxw09112 "/cygdrive/c/cygwin/root/bin/sh -c pwd" /cygdrive/u [EM