DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2011-08-07 04:42:17

aled
New member
Registered: 2011-08-07
Posts: 1

rsync: failed to write xattr user.rsync.%stat for ...

Hi,

I'm attempting to sync files on CH3SNAS with rsync. When I execute the command to sync (on Win7 with rsync 3.0.8)

Code:

rsync -rt --chmod=Dg+s,ug+w,Fo+w,+X [some.dir] ch3snas::u/xx

On every file to sync I get the following message:

Code:

rsync: failed to write xattr user.rsync.%stat for "/xx/..." (in u): Operation not supported (95)

but all files are copyed fine. But this message is quite annoying. How can I switch it off or even better - avoid an attempt to set this attribute?

I use the following rsyncd.conf:

Code:

uid=blah
gid=admins
use chroot=true
fake super=true
read only=false
refuse options=xattr

[u]
        path=/mnt/HD_b2
[v]
        path = /mnt/HD_a2

Attempt to add xattr as below did not help.

Code:

mount xxx /mnt/HD_a2 -o user_xattr

Any ideas?

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB