DO NOT REPLY [Bug 5299] 2.6.9 client cannot receive files from 3.0.0 server

samba-bugs at samba.org samba-bugs at samba.org
Mon May 5 02:29:16 GMT 2008


https://bugzilla.samba.org/show_bug.cgi?id=5299


cwallace at lodgingcompany.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cwallace at lodgingcompany.com




------- Comment #5 from cwallace at lodgingcompany.com  2008-05-04 21:29 CST -------
I'm experiencing the same problem when copying from a 3.0.0 rsync client to a
2.6.9 server.

---
janus:/var/log/asterisk# rsync --bwlimit=1000 -v --progress --protocol=29 full
neptune::janus/var/log/asterisk/
Invalid block length 132328 [sender]
rsync error: protocol incompatibility (code 2) at io.c(1324) [sender=3.0.0]
---

I've narrowed it down to that one file (/var/log/asterisk/full), which is only
23MB but was once (and still is on the destination) 17GB.  I suspect if I
delete or truncate the 17GB copy on the destination, the problem will not
occur. 

(...trying it out...brb...)

Bingo!

---
janus:/var/log/asterisk# rsync --bwlimit=1000 -v --progress --protocol=29 full
neptune::janus/var/log/asterisk/
full
    24391536 100% 1001.09kB/s    0:00:23 (xfer#1, to-check=0/1)

sent 24394593 bytes  received 38 bytes  995699.22 bytes/sec
total size is 24391536  speedup is 1.00
---

Well, now that I'm compressing my log files, I won't have any more that are
17GB... but I thought I'd share my experience with you guys anyway... 
Unfortunately, that file (/var/log/asterisk/full) contains a lot of sensitive
information, so I can't share it.  I'll try to reproduce it later by creating
large files from /dev/zero on the destination.


-- 
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