https://bugzilla.samba.org/show_bug.cgi?id=2957
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2005-10-11 09:36 ------- (In reply to comment #1) > Created an attachment (id=1357) --> (https://bugzilla.samba.org/attachment.cgi?id=1357&action=view) [edit] > strace -f /usr/local/rsync-2.6.6/bin/rsync This strace shows that the sender is just waiting to send some data down the socket, which means that the receiver hasn't cleared the socket to allow more data to be written. Thus, we need to see what the receiver is/was doing. If the receiving side is the server, you should run the daemon like this: strace -f rsync --daemon --no-detach If you run that inside a "script" session, all the strace output will be logged. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html