# rsync --exclude='/swapfile' \ --exclude='/home/*/.gvfs' \ --exclude='/tmp/*' \ --exclude='/var/tmp/*' \ -A -X -a -H -x -v --delete / /mybook/raiz-t61-p.f20/ [...] var/lib/mlocate/mlocate.db rsync: xattrs.c:572: send_xattr_request: Assertion `f_out >= 0' failed. rsync: connection unexpectedly closed (35060 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.0pre1] # df | grep ext4 /dev/sda1 on / type ext4 (rw,noatime,discard,data=ordered) /dev/sdb on /mybook type ext4 (rw,noatime,data=ordered)
Are you able to confirm this flaw on rsync-3.1.0-2.fc20? http://koji.fedoraproject.org/koji/buildinfo?buildID=472656
(In reply to Michal Luscon from comment #1) > Are you able to confirm this flaw on rsync-3.1.0-2.fc20? > > http://koji.fedoraproject.org/koji/buildinfo?buildID=472656 Yes: rsync-3.1.0-2.fc20.x86_64 [...] rsync: xattrs.c:572: send_xattr_request: Assertion `f_out >= 0' failed. rsync: connection unexpectedly closed (37655 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.0]
upstream workaround: use the "--protocol=30" option
rsync-3.1.0-4.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/rsync-3.1.0-4.fc20
Package rsync-3.1.0-4.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing rsync-3.1.0-4.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6715/rsync-3.1.0-4.fc20 then log in and leave karma (feedback).
rsync-3.1.0-4.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
This 'fix' has apparently somehow broken live installation: https://bugzilla.redhat.com/show_bug.cgi?id=1101557 and someone's seeing the same problem just doing a local rsync: https://bugzilla.redhat.com/show_bug.cgi?id=1101557#c19
thanks a lot. so, should we open a new upstream bug? I added a comment to the existing one, but sometimes comments on closed bugs don't get noticed :/ I'd imagine this would be important to upstream for their 3.1.1 release...
This bug still is present in rsync-3.1.0-5.fc20.x86_64 --cut--- [...] rsync: xattrs.c:572: send_xattr_request: Assertion `f_out >= 0' failed. rsync: connection unexpectedly closed (42469 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.0] --end---
That is expected. We reverted the fix for this bug because it was causing other problems. We need to find a way to fix this which does *not* cause the problems reported in https://bugzilla.redhat.com/show_bug.cgi?id=1101557 .
*** Bug 1048659 has been marked as a duplicate of this bug. ***
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.