admin2 wrote: > >okay I am running check_perms with the -f switch and find that the same >Problems occur over and over. Why are they not getting fixed? I am >running check_perms as root. > > >Problems found: 1283 >Re-run as list (or root) with -f flag to fix
The most likely explanation is there are directories in Mailman's tree that are symlinks. check_perms looks at the permissions of the link itself (generally rwxrwxrwx) and complain's about those. Then when it tries to fix them, it is the permissions of the target that are changed, and the link still has the permissions check_perms doesn't like. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
