search for: suplimental

Displaying 1 result from an estimated 1 matches for "suplimental".

Did you mean: supplimental
2003 Feb 20
0
Fwd: fink rsync --daemon failure
...ll is setgroups(0, NULL). > > If you built rsync yourself you could work around the problem > by editing config.h and changing > #define HAVE_SETGROUPS 1 > to > #define HAVE_SETGROUPS 0 > and rebuilding. > > This workaround could cause some problems if root has any > suplimental group memberships. We still should identify why > OS X is having this problem so it can be resolved. int main (int argc, const char * argv[]) { if (setgroups(0, NULL) == -1) printf("error %d: %s\n", errno, strerror(errno)); else printf("success."); return 0;...