Minimize log file: get rid of ".d...p..... send"

Matt McCutchen matt at mattmccutchen.net
Fri Sep 3 14:18:33 MDT 2010


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



More information about the rsync mailing list