On Thu, 2005-08-25 at 09:43 -0400, David Clark wrote:
> Err, sorry  I misspoke -- I'm no unix guru. A non-working list shows:
> drwxrwx---    2 root     mailman      4096 Aug  2 14:54 database
> Vs the working list that shows:
> drwxrws---    2 mailman  mailman      4096 Aug 24 15:46 database
> 
> Running check_perms gives no errors..

I think you're problem is with the owner of the file, note the non
working file is owned by root while the working version is owned by
mailman. check_perms does not check ownership, only groups and modes so
it would have missed this. Try this as root:

% chown mailman database
-- 
John Dennis <[EMAIL PROTECTED]>

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to