[Mailman-Users] qrunner lock

Jon Carnes jonc at nc.rr.com
Wed Oct 9 17:03:13 CEST 2002


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 






More information about the Mailman-Users mailing list