Bug in rsync (version 2.6.1) over rsh. Remote end (destination) gets a Disk Full error when writing the (temporary) updated file. remote ends aborts. Client end sits there forever waiting for a reply.
On Fri, Dec 17, 2004 at 01:12:02PM +0000, Gordon Lack wrote:> remote ends aborts. > Client end sits there forever waiting for a reply.Is the rsh that rsync ran also still there? If so, this is an rsh problem (since the client rsync won't get a read/write until the rsh dies). If the rsh is also gone, attach a debugger (or something like strace) to the hung process and see what it is doing. If it's waiting on the socket, it should have gotten an error when the rsh went away. ..wayne..