Re: I also am getting hang/timeout using rsync 2.4.6 (on solaris too)

2000-10-26 Thread Andrew Tridgell
> All the latest versions of openssh use socketpairs. More importantly openssh uses non-blocking IO internally. That solves the problem no matter whether it uses pipes or socketpairs.

Re: I also am getting hang/timeout using rsync 2.4.6 -e ssh

2000-10-26 Thread Harry Putnam
Dave Dykstra <[EMAIL PROTECTED]> writes: Thanks for the detailed reply. Maybe my trouble can be fixed by upgrading. > rsync 2.4.1 had known problems with hanging ssh. Are you initiating from > the Linux side? I think it only affects the initiating side. Please > upgrade to 2.4.6. I believe

Re: I also am getting hang/timeout using rsync 2.4.6 -e ssh

2000-10-26 Thread Dave Dykstra
On Sat, Oct 21, 2000 at 05:04:56AM -0700, Harry Putnam wrote: ... > > - versions of OS at both ends > > Redhat linux 6.2FreeBSD-4.0 > > > - versions of ssh at both ends > > ssh-1.2.27-5i SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. > Compiled wit

Re: I also am getting hang/timeout using rsync 2.4.6 (on solaris too)

2000-10-26 Thread Scott McDermott
Eckebrecht von Pappenheim on Thu 26/10 10:06 +0200: > Back to your question: How can I tell, if it's compiled with USE_PIPES? [~] $ nm `type -p ssh` | grep pipe U pipe@@GLIBC_2.0

Re: I also am getting hang/timeout using rsync 2.4.6 -e ssh

2000-10-26 Thread Harry Putnam
[ NOTE: Never saw this post appear on the group so resending -ed] Another set of Stats on an interminable hang: Transmission is via ssh on a local network. (ethernet) rsync command line: rsync -avvz -e ssh News satellite:~/ The above command ran about half way thru then hung. > As I have men

Re: I also am getting hang/timeout using rsync 2.4.6 (on solaris too)

2000-10-26 Thread Dave Dykstra
On Thu, Oct 26, 2000 at 11:07:20AM +0200, Eckebrecht von Pappenheim wrote: > "Peter T. Breuer" wrote: > > > > Back to your question: How can I tell, if it's compiled with USE_PIPES? > > > > It's made when they run. perhaps you are looking at the wrong source > > code? It's ssh you have to compile,

Re: I also am getting hang/timeout using rsync 2.4.6 (on solaris too)

2000-10-26 Thread Dave Dykstra
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 ma

Re: I also am getting hang/timeout using rsync 2.4.6 (on solaris too)

2000-10-26 Thread Eckebrecht von Pappenheim
"Peter T. Breuer" wrote: > > > Back to your question: How can I tell, if it's compiled with USE_PIPES? > > It's made when they run. perhaps you are looking at the wrong source > code? It's ssh you have to compile, not rsync. AAARG. Sorry, I looked at rsync... 1.2.27 on solaris was compiled with

Re: I also am getting hang/timeout using rsync 2.4.6 (on solaris too)

2000-10-26 Thread Eckebrecht von Pappenheim
"Peter T. Breuer" wrote: > > Back to your question: How can I tell, if it's compiled with USE_PIPES? > > If you did the compilation, you know, becuase it's in your config.h. If > redhat did it, you know because it's in their config.h in the srpm. It is neither in config.h, nor in config.h.in. A

Re: I also am getting hang/timeout using rsync 2.4.6 (on solaristoo)

2000-10-26 Thread Dan Phoenix
same some grief and just rsync off nfs...works for me. --- Dan +---+ | - Daniel Phoenix Mail to:[EMAIL PROTECTED]| | | | / ___ | |

Re: I also am getting hang/timeout using rsync 2.4.6 (on solaris too)

2000-10-26 Thread Eckebrecht von Pappenheim
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 > > Ha