DO NOT REPLY [Bug 7618] Symlink permissions disqualify --link-dest even when they can't be set
https://bugzilla.samba.org/show_bug.cgi?id=7618 --- Comment #25 from the_ma...@seznam.cz 2010-12-07 00:44 CST --- Tested 3.0.7 + the patch, looks good, really thanks :-) Mike -- 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. -- 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
DO NOT REPLY [Bug 7618] Symlink permissions disqualify --link-dest even when they can't be set
https://bugzilla.samba.org/show_bug.cgi?id=7618 --- Comment #24 from way...@samba.org 2010-11-26 12:32 CST --- Created an attachment (id=6092) --> (https://bugzilla.samba.org/attachment.cgi?id=6092&action=view) Make unchanged_attrs() skip unsettable symlink attrs. This patch applies to 3.0.7. -- 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. -- 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
DO NOT REPLY [Bug 7618] Symlink permissions disqualify --link-dest even when they can't be set
https://bugzilla.samba.org/show_bug.cgi?id=7618 --- Comment #23 from way...@samba.org 2010-11-26 12:31 CST --- Created an attachment (id=6091) --> (https://bugzilla.samba.org/attachment.cgi?id=6091&action=view) Make unchanged_attrs() skip unsettable symlink attrs. This patch is relative to the 3.1.0dev trunk. -- 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. -- 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
DO NOT REPLY [Bug 7618] Symlink permissions disqualify --link-dest even when they can't be set
https://bugzilla.samba.org/show_bug.cgi?id=7618 --- Comment #22 from the_ma...@seznam.cz 2010-11-26 03:48 CST --- Hi, any news about this problem? No patch yet, or something else? Thanks, Mike -- 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. -- 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
DO NOT REPLY [Bug 7618] Symlink permissions disqualify --link-dest even when they can't be set
https://bugzilla.samba.org/show_bug.cgi?id=7618 --- Comment #21 from m...@mattmccutchen.net 2010-08-15 14:14 CST --- (In reply to comment #20) > Is it a known bug? It is a known bug now, by virtue of you having reported it and me having diagnosed it. > Will it be fixed in new version? Probably, but I cannot make any guarantees. -- 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. -- 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
DO NOT REPLY [Bug 7618] Symlink permissions disqualify --link-dest even when they can't be set
https://bugzilla.samba.org/show_bug.cgi?id=7618 --- Comment #20 from the_ma...@seznam.cz 2010-08-15 13:42 CST --- (In reply to comment #19) > (In reply to comment #17) > > hpuh:/home/zumrova # ls -l .tsm > > lrwxr-xr-x 1 root sys 13 Mar 23 2006 .tsm -> > > /usr/tsm/.tsm > > So that's it. Unfortunately, the only workarounds I can offer are to exclude > the symlink or recreate it on the source with 777 permissions by setting your > umask to 0. > > > But then I would expect rsync to consider the symlink changed every time, > > not > > only when running with --link-dest. > > I should have been clearer. Treating differences in symlink permissions as > significant even on systems where they can't be set is not the expected > behavior, it is a bug specific to --link-dest. > That's my opinion too :-) Is it a known bug? Will it be fixed in new version? Very thanks, Mike -- 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. -- 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
DO NOT REPLY [Bug 7618] Symlink permissions disqualify --link-dest even when they can't be set
https://bugzilla.samba.org/show_bug.cgi?id=7618 m...@mattmccutchen.net changed: What|Removed |Added Summary|symlinks and --link-dest|Symlink permissions ||disqualify --link-dest even ||when they can't be set --- Comment #19 from m...@mattmccutchen.net 2010-08-15 12:37 CST --- (In reply to comment #17) > hpuh:/home/zumrova # ls -l .tsm > lrwxr-xr-x 1 root sys 13 Mar 23 2006 .tsm -> > /usr/tsm/.tsm So that's it. Unfortunately, the only workarounds I can offer are to exclude the symlink or recreate it on the source with 777 permissions by setting your umask to 0. > But then I would expect rsync to consider the symlink changed every time, not > only when running with --link-dest. I should have been clearer. Treating differences in symlink permissions as significant even on systems where they can't be set is not the expected behavior, it is a bug specific to --link-dest. -- 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. -- 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