[Bug 2957] rsync hangs when client put files to server (checked in
2.6.6 too)
samba-bugs at samba.org
samba-bugs at samba.org
Tue Oct 11 16:36:17 GMT 2005
https://bugzilla.samba.org/show_bug.cgi?id=2957
wayned at samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned at samba.org 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.
More information about the rsync
mailing list