Displaying 2 results from an estimated 2 matches for "cfttwz".
2015 Jul 27
8
[Bug 11414] New: rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)
https://bugzilla.samba.org/show_bug.cgi?id=11414
Bug ID: 11414
Summary: rsync: chgrp "/.filename.5afK5X" (in dirdir) failed:
Operation not permitted (1)
Product: rsync
Version: 3.1.1
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2017 Nov 06
0
[Bug 11414] rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)
...rsyncd.conf like this:
[my_data]
comment = test dir for rsync
path = /home/tester
read only = no
uid = tester
gid = tester
Now when I try to copy file 'data' to this module:
# rsync -av data localhost::my_data
sending incremental file list
data
rsync: chgrp "/.data.CFttwz" (in my_data) failed: Operation not permitted (1)
sent 86 bytes received 117 bytes 406.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code
23) at main.c(1178) [sender=3.1.2]
This doesn't happen with version 3.0.9....