[Mailman-Users] How do i remove this error message.
Jon Carnes
jonc at nc.rr.com
Mon Oct 7 01:59:45 CEST 2002
The file should writable via the group mailman:
chmod g+w request.db
All of mailman's files need to be accessible via the group rights. The
rights should be:
-rw-rw-r--
You might want to run the ~mailman/bin/check_perms program to make sure
that nothing else was modified.
Are you using a work-around to automatically dump the spam waiting for
the mailing list? If so, you might want to add the chmod statement
above to your script.
Jon Carnes
===
On Sun, 2002-10-06 at 19:34, Shashank wrote:
> I keepo getting this error message from the cron daemon..
>
> I guessed that there might be some ownershiop problem with the file
> request.db,
> but i checked it and couldn't find any such problems.. Here is the o/p of
> ls -al
>
> -rw-r--r-- 1 root mailman 2 Sep 17 12:05 request.db
>
>
> PLease let me know what should i do..
> Thanks
> Shashank
>
>
> Traceback (innermost last):
>
> File "/var/mailman/cron/checkdbs", line 92, in ?
> main()
> File "/var/mailman/cron/checkdbs", line 59, in main
> mlist.Save()
> File "/var/mailman/Mailman/MailList.py", line 860, in Save
> self.SaveRequestsDb()
> File "/var/mailman/Mailman/ListAdmin.py", line 93, in SaveRequestsDb
> self.__closedb()
> File "/var/mailman/Mailman/ListAdmin.py", line 80, in __closedb
> fp = open(self.__filename, 'w')
> IOError: [Errno 13] Permission denied: '/var/mailman/lists/all/request.db'
>
>
>
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at 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/
More information about the Mailman-Users
mailing list