samba-bugs@samba.org
2009-Apr-15 08:42 UTC
DO NOT REPLY [Bug 6262] New: single-file rsync fails without further options set
https://bugzilla.samba.org/show_bug.cgi?id=6262 Summary: single-file rsync fails without further options set Product: rsync Version: 3.0.3 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: anders.henke@1und1.de QAContact: rsync-qa@samba.org Setup: "server" is running rsyncd 2.6.9, "client" is running rsync 3.0.3. The client runs 'rsync server::module/file.txt /some/dir/' to retrieve a single file from a module, but the connection aborts using the following message: ---cut You are connected to rsync20 rsync: push_dir#3 "/-" (in surbl) failed: No such file or directory (2) rsync error: errors selecting input/output files, dirs (code 3) at main.c(656) [sender=2.6.9] rsync: connection unexpectedly closed (4 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(635) [receiver=3.0.3] ---cut It doesn't matter wether the client uses a target directory or a target file, the rsync fails when the rsync is running either 'rsync server::module/file.txt /some/dir/' 'rsync server::module/file.txt /some/dir/file.txt' or 'rsync -q server::module/file.txt /some/dir/' 'rsync -q server::module/file.txt /some/dir/file.txt' However, the rsync succeeds when rsync is started like any of those command lines: 'rsync -v server::module/file.txt /some/dir/' 'rsync -a server::module/file.txt /some/dir/' 'rsync -x server::module/file.txt /some/dir/' 'rsync -t server::module/file.txt /some/dir/' 'rsync -l server::module/file.txt /some/dir/' 'rsync -r server::module/file.txt /some/dir/' The problem occured after updating the client from rsync 2.6.9 (Debian Etch) to 3.0.3 (Debian Lenny), so this looks like a compatibility issue. The man page for rsync 3.0.3 also states an incompatibility between rsync 2.6.3 and older using the --list-only-option which somehow looks a little bit like this issue, so it might be something to look at. -- 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.
samba-bugs@samba.org
2009-Apr-15 14:26 UTC
DO NOT REPLY [Bug 6262] single-file rsync fails without further options set
https://bugzilla.samba.org/show_bug.cgi?id=6262 matt@mattmccutchen.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Version|3.0.3 |3.0.5 ------- Comment #1 from matt@mattmccutchen.net 2009-04-15 09:26 CST ------- See: http://lists.samba.org/archive/rsync/2008-September/021765.html This is fixed in rsync 3.0.5. -- 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.
Possibly Parallel Threads
- DO NOT REPLY [Bug 7450] New: When a single file is specified, the exclusion of it in the exclude-from file is ignored
- DO NOT REPLY [Bug 7799] New: rsync don't full syncronise xattr
- DO NOT REPLY [Bug 6175] New: write last transfer status when timeout or other error happens
- DO NOT REPLY [Bug 6965] New: truncated files and exit code 23
- DO NOT REPLY [Bug 4561] Add options --tweak, --no-tweak, --no-tweak-hlinked