On Mon, Oct 03, 2005 at 02:06:03PM -0500, Steve Sether wrote: > select(4, NULL, [3], NULL, {60, 0}) = 0 (Timeout) > select(4, NULL, [3], NULL, {60, 0}) = 0 (Timeout)
I checked in a fix for this problem: now when the receiver notices that the socket is dead, it lets the generator know about it, and the generator avoids trying to write any of the final error messages down the socket (avoiding the hang). Thanks for the strace, and sorry it took me so long to get around to solving this. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html