On Wed, 2002-10-09 at 00:37, Chris Lawson wrote: > admin(8367): fp = open(self.__filename, 'w') > admin(8367): IOError: [Errno 13] Permission denied: > '/home/mailman/lists/test/request.db' >
Just to remove any thought of rights issues, how about setting the rights to that file so that it is read/writable to all. The current rights should look like this: -rw-rw-r-- mailman mailman To set the file so that it is world writable: chmod a+w request.db If it is still giving you problems, then it is not a rights issue (at least not a file rights issue). What OS are you using? Are you on a BSD system? Check /etc/passwd and make sure that the UID for mailman is unique. Check /etc/group and make sure that the GID for mailman is unique. Good Luck - Jon Carnes ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/