https://bugzilla.samba.org/show_bug.cgi?id=3633
Summary: rsync files-from using rsync daemon fails w/ error code 12 Product: rsync Version: 2.6.0 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] This fails: rsync --verbose --progress --no-relative --files-from=/tmp/index rsync://192.168.0.1/aservice . Same using --files-from=:/tmp... Same using remote::aservice Using rsync://remote::aservice fails with connection refused (doesn't really connect according to tcpdump) Remote log: syntax or usage error (code 1) at options.c(679) Local error: connection unexpectedly closed (166 bytes read so far) error in rsync protocol data stream (code 12) at io.c(189) Remote and local are rsync 2.6.0. Using ssh as remote shell, the above works. But who would want to use encryption for that ;-) -- 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