[Bug 12920] New: Invalid path from sender

samba-bugs at samba.org samba-bugs at samba.org
Thu Jul 20 10:45:25 UTC 2017


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

            Bug ID: 12920
           Summary: Invalid path from sender
           Product: rsync
           Version: 3.1.2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter: crazyjim_68 at hotmail.com
        QA Contact: rsync-qa at samba.org

Working on 3.1.1 correctly


rsync --version
rsync  version 3.1.2  protocol version 31
Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
    64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
    socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
    append, ACLs, no xattrs, iconv, symtimes, prealloc

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.



How to reproduce:


cd /tmp

mkdir -p a/a a/b a/c

rsync -axR /tmp/a /tmp/b                                            # This
works fine
rsync --no-inc-recursive -avxR a /tmp/b /tmp/c        # This works fine at this
moment

mkdir a/a/a
mkdir a/a/b

rsync --no-inc-recursive -avxR a /tmp/b /tmp/c         #  Same command fails
after creating new directories
building file list ... done
ABORTING due to invalid path from sender: a/b
rsync error: protocol incompatibility (code 2) at generator.c(1270)
[generator=3.1.2]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list