On Thu, Mar 04, 2004 at 10:45:19AM -0800, Randy Vinas wrote: > The machines running Jaguar are running rsync version 2.5.7 with the > exception of one computer, which is running rsync version 2.5.2. Would > anyone have any ideas on a resolution to fix this problem?
Upgrade to 2.6.0 -- it calls setgroups() in a more portable manner that works with the latest OS X. Or, if you must stick with 2.5.7 for some policy reason, modify the setgroups() call to use "1, &gid" instead of "0, NULL". ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
