https://bugzilla.samba.org/show_bug.cgi?id=2957
------- Additional Comments From [EMAIL PROTECTED] 2005-10-07 07:57 ------- Think, we observe the same problem here. I implemented a compilerserver since our compiler is dongled. Source files (mainly *.c, *.h and *.asm) are synced with the server (Win XP, SP2, Cygwin, rsync 2.6.3) before the Makefile is invoked there via ssh. So far, everything works fine. Afterwards, the generated files (mainly *.o, *.d, *.lst and *.hex) shall be synced back to the client (Win XP SP2, Cygwin with rsync 2.6.6) I tried different versions, ssh tunnel (single :) and rsync server (doble :), the problem remains the same. The server process hangs. I have to kill it with 'kill -9 <pid> and after that, the client prints the following error message: rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/tmp/rsync-2.6.6/io.c(584) rsync: connection unexpectedly closed (8157 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at /home/lapo/packaging/tmp/rsync-2.6.6/io.c(434) Error: Communication channel to compilerserver crashed. The sync finally goes through when I repeat the back-syncing sequence several times, thus killing the server process and invoking the sync again. -- 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