[Bug 8483] rsync: chown failed: Permission denied (13)

2013-06-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8483 Wayne Davison way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 8483] rsync: chown failed: Permission denied (13)

2011-09-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8483 --- Comment #1 from Kevin Korb rs...@sanitarium.net 2011-09-26 18:28:43 UTC --- In order to chown a file you must be running as root and the target filesystem must support file ownerships. -- Configure bugmail:

[Bug 8483] rsync: chown failed: Permission denied (13)

2011-09-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8483 --- Comment #2 from Eric C. c...@totallylost.org 2011-09-26 18:32:11 UTC --- The destination is a Netapp filer and the source is a SUN7410. Some of the other directories work okay. It seems to be the larger file systems it has issue with. --

[Bug 8483] rsync: chown failed: Permission denied (13)

2011-09-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8483 --- Comment #3 from Eric C. c...@totallylost.org 2011-09-26 18:33:51 UTC --- These are run under roots cron job. Thanks Eric -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 8483] rsync: chown failed: Permission denied (13)

2011-09-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8483 --- Comment #4 from Eric C. c...@totallylost.org 2011-09-26 18:40:09 UTC --- The results of the rsync leave this as a structure drwxr-xr-x+ 68 root ccusers 8192 Aug 31 14:30 . drwxr-x---+ 2 root sys 4096 Dec 11 2010 .$EXTEND

[Bug 8483] rsync: chown failed: Permission denied (13)

2011-09-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8483 --- Comment #5 from Kevin Korb rs...@sanitarium.net 2011-09-26 18:41:14 UTC --- The next step would be to create a file in the same target and attempt to chown it to a different user. If you can't do that at the command line then the problem is

[Bug 8483] rsync: chown failed: Permission denied (13)

2011-09-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8483 --- Comment #6 from Eric C. c...@totallylost.org 2011-09-26 21:07:43 UTC --- I was able to change permissions manually fine. # chmod 755 test # ls -al total 24 drwx--+ 2 pcuser nogroup 4096 Sep 26 17:01 . drwxr-xr-x+ 68 root

[Bug 8483] rsync: chown failed: Permission denied (13)

2011-09-26 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8483 --- Comment #7 from Eric C. c...@totallylost.org 2011-09-26 21:10:48 UTC --- # chown root test # ls -al total 24 drwx--+ 2 pcuser nogroup 4096 Sep 26 17:01 . drwxr-xr-x+ 68 root ccusers 8192 Aug 31 14:30 .. -rwxrwxrwx+ 1 root