https://bugzilla.samba.org/show_bug.cgi?id=3358
Summary: rsync chokes on large files Product: rsync Version: 2.6.6 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: major Priority: P3 Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] I try to rsync a 25-50 GB AES128 encrypted disk image called 'test' between two Mac OS X-machines. This is with rsync 2.6.6 (is there a 2.6.7? The front page just says 2.6.6) % rsync -av --progress --stats --rsh=ssh /test 2nd-machine:/test Warning: No xauth data; using fake authentication data for X11 forwarding. tcsh: TERM: Undefined variable. building file list ... 1 file to consider test rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown" [sender]: Broken pipe (32) rsync: write failed on "/test": No space left on device (28) rsync error: error in file IO (code 11) at /SourceCache/rsync/rsync-20/rsync/receiver.c(312) rsync: connection unexpectedly closed (92 bytes received so far) [generator] rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-20/rsync/io.c(359) rsync: connection unexpectedly closed (1240188 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(434) The receiving machine has space left (2+ GB). Before I upgraded to 2.6.6 I had 2.6.2 on the sending machine and 2.6.3 on the receiving machine. With that combination I got another error message: % rsync -av --progress --stats --rsh=ssh test 2nd-machine:/test Warning: No xauth data; using fake authentication data for X11 forwarding. tcsh: TERM: Undefined variable. building file list ... 1 file to consider test rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-14/rsync/io.c(836) The files _should_ be identical, I first transfered them with sftp without problems but they will change in the future and then I want to use rsync to keep them identical. This was just a test to verify my plan - a test that didn't seem to workout that well. I don't know if this matter but here are some more information about my setup: Powerbook G3 with 10.3.9 Powerbook G4 with 10.4.3 Wireless 802.11G-network between router and G4, wired network between G3 and router. The router is a Linksys WRT54GS. Both the older versions and the most recent versions works very well when I work with smaller filer (for example, I synchronized 40 GB with mp3:a without problems) -- 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