Re: more strange problem with broken pipes and ssh

2001-03-03 Thread Mike Tancsa
At 07:54 PM 3/3/2001 -0800, Don Lewis wrote: >I use /bin/csh here. I can't reproduce this problem with the grep | less >example after I made the patch :-) Nor I :-) Thanks very much again for fixing this! The problem was quite annoying. I will install the patch on a number of servers here

Re: more strange problem with broken pipes and ssh

2001-03-03 Thread Don Lewis
On Mar 3, 10:26pm, Mike Tancsa wrote: } Subject: Re: more strange problem with broken pipes and ssh } At 07:18 PM 3/3/2001 -0800, Don Lewis wrote: } } >I wonder if this problem might be shell dependent. Maybe some shells } >reset SIGPIPE to SIG_DFL and some don't modify whatever t

Re: more strange problem with broken pipes and ssh

2001-03-03 Thread Don Lewis
On Mar 3, 10:35pm, Mike Tancsa wrote: } Subject: Re: more strange problem with broken pipes and ssh } At 07:18 PM 3/3/2001 -0800, Don Lewis wrote: } >I believe the fix is to call "signal(SIGPIPE, SIG_DFL)" in do_exec_pty() } >in session.c. } } Well, I just popped this in the

Re: more strange problem with broken pipes and ssh

2001-03-03 Thread Cy Schubert - ITSD Open Systems Group
In message <[EMAIL PROTECTED]>, Mike Tancsa write s: > At 07:18 PM 3/3/2001 -0800, Don Lewis wrote: > > >I wonder if this problem might be shell dependent. Maybe some shells > >reset SIGPIPE to SIG_DFL and some don't modify whatever they inherit. > >I'm seeing the problem with csh. What shells

Re: more strange problem with broken pipes and ssh

2001-03-02 Thread Kent Stewart
Mike Tancsa wrote: > > At 06:32 AM 3/2/01 -0800, Cy Schubert - ITSD Open Systems Group wrote: > >In message <[EMAIL PROTECTED]>, Mike > >Tancsa wr > >ites: > > > > > > OK, here is another strange problem with SSH and pipes. When connecting > > > via some means other than ssh, the commands > >