[Bug 2871] rsync fails on chown command.

samba-bugs at samba.org samba-bugs at samba.org
Fri Jul 15 19:21:38 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2871


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From wayned at samba.org  2005-07-15 12:21 -------
I doubt that this is an rsync problem, so I would suggest that you investigate
what is going on with your OS.  Some suggestions:

Use higher levels of verbosity to see what username mapping rsync is doing for
these files.  That might show you what user is having a problem.

Try using the --numeric-ids option to see if that avoids the problem (which
might help you to narrow down what is going wrong).

Try running rsync under strace (or truss, or whatever your OS supplies) to see
what arguments are being passed to the chown() call.  See the issues and
debugging web page, http://rsync.samba.org/issues.html, for a script that can be
used for this purpose.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list