Re: rsync: chgrp ... Operation not permitted

2004-12-20 Thread Wayne Davison
On Mon, Dec 20, 2004 at 10:18:12PM +0100, Pascal Perez wrote: > but when the client tries to write I have: > rsync: chgrp "/file/path/here" failed: Operation not permitted (a number) There was a bug in older rsyncs where it would try to set groups that it was not authorized to set. Either upgrade

rsync: chgrp ... Operation not permitted

2004-12-20 Thread Pascal Perez
Hi all, I've installed rsync to synchronize my linux box and my PowerBook. I have a server whose conf file looks like [letters] use chroot = yes uid = www gid = lha.utils path = /var/hdb/letters read only = no list = yes auth users = pascal,lha secrets file = /etc/rsyncd.secret but when the client