On Thu, Oct 26, 2000 at 10:06:02AM +0200, Eckebrecht von Pappenheim wrote:
> Dave Dykstra wrote:
> > 
> > On Wed, Oct 25, 2000 at 04:47:27PM +0200, Eckebrecht von Pappenheim wrote:
> > > Dave Dykstra wrote:
> > >
> > > > Were using rsh, ssh, or daemon mode?
> > >
> > > I used ssh 1.2.27 on both machines. Again, with 2.3.1 we didn't have any
> > > hangs at all...
> > >
> > > Eckebrecht
> > 
> > Has it been compiled without the USE_PIPES in configure?  That's been
> > recently re-confirmed to be necessary to work with rsync 2.4.x.
> > 
...
> Back to your question: How can I tell, if it's compiled with USE_PIPES?
> I grepped for this in the source directories of 2.3.1 and 2.4.6 and
> can't find any occurances .


I'm sorry, I was talking about ssh, not rsync.  As it comes straight off
the original web site, ssh 1.2.27 comes with AC_DEFINE(USE_PIPES) set in
configure.in, which makes it to use pipes instead of socketpairs.  You need
to comment that out, run autoconf, configure, and rebuild.

- Dave Dykstra

Reply via email to