On Fri, 2010-09-03 at 20:49 +0200, Hans Troost wrote: > Indeed, strace -f option helps: > > the chmod status "unfinished" shows up several times now. no real "warnings" > or "errors", but nevertheless: information about what's going wrong.
"Unfinished" does not indicate that anything is wrong. It just means that something happened in another process between when the call was issued and when it returned, so the output had to be broken up. The problem is that the chmod calls return 0 (success) without actually setting the permissions. -- Matt -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html