Re: [Mailman-Users] Cron gate_news

2006-10-12 Thread Patrick Bogen
On 10/12/06, Ki Song <[EMAIL PROTECTED]> wrote: > I don't see anything in there that would modify the mailman user's group > setting in these files (crontab). Is there anywhere else that I should look? You might want to check syslog, I believe most CRON implementations report what they run when th

Re: [Mailman-Users] Cron gate_news

2006-10-12 Thread Ki Song
>> Could there be some script that is automatically removing mailman from the >> mailman group? > > Certainly, but, AFAIK, it's not something associated with mailman. > Perhaps something that syncs your groups file with something else > periodically? > > Anyway, check /etc/crontab and root's cron

Re: [Mailman-Users] Cron gate_news

2006-10-12 Thread Patrick Bogen
On 10/12/06, Ki Song <[EMAIL PROTECTED]> wrote: > Could there be some script that is automatically removing mailman from the > mailman group? Certainly, but, AFAIK, it's not something associated with mailman. Perhaps something that syncs your groups file with something else periodically? Anyway,

Re: [Mailman-Users] Cron gate_news

2006-10-12 Thread Ki Song
>> I ran check perms and there were no problems found. >> >> What else do I need to check? I am still getting the >> Cron <[EMAIL PROTECTED]> /usr/bin/python -S /usr/local/mailman/cron/gate_news >> message. > > What happens if you manually run > > /usr/bin/python -S /usr/local/mailman/cron/gate_

Re: [Mailman-Users] Cron gate_news

2006-10-06 Thread Mark Sapiro
Ki Song wrote: >I ran check perms and there were no problems found. > >What else do I need to check? I am still getting the >Cron <[EMAIL PROTECTED]> /usr/bin/python -S /usr/local/mailman/cron/gate_news > message. What happens if you manually run /usr/bin/python -S /usr/local/mailman/cron/gate_n

Re: [Mailman-Users] Cron gate_news

2006-10-06 Thread Ki Song
> Ki Song wrote: > >> Scratch the last comment. Apparently, the config.pck and other pck files are >> recreated every time the cron runs. The problem is that when this file is >> recreated, the permissions are such that mailman cannot modify that file. >> For example, my config.pck file for all th

Re: [Mailman-Users] Cron gate_news

2006-10-06 Thread Mark Sapiro
Ki Song wrote: >Scratch the last comment. Apparently, the config.pck and other pck files are >recreated every time the cron runs. The problem is that when this file is >recreated, the permissions are such that mailman cannot modify that file. >For example, my config.pck file for all the lists on m

Re: [Mailman-Users] Cron gate_news

2006-10-06 Thread Ki Song
>> For some reason, the gate_news cron starting giving this error every 5 >> minutes: >> >> IOError: [Errno 13] Permission denied: >> '/usr/local/mailman/lists/testlist/config.pck' >> >> To the best of my knowledge, this list does not have a mail/news gateway. >> >> Can someone let me know how I

Re: [Mailman-Users] Cron gate_news

2006-10-05 Thread Ki Song
> For some reason, the gate_news cron starting giving this error every 5 > minutes: > > IOError: [Errno 13] Permission denied: > '/usr/local/mailman/lists/testlist/config.pck' > > To the best of my knowledge, this list does not have a mail/news gateway. > > Can someone let me know how I can get

[Mailman-Users] Cron gate_news

2006-10-05 Thread Ki Song
For some reason, the gate_news cron starting giving this error every 5 minutes: IOError: [Errno 13] Permission denied: '/usr/local/mailman/lists/testlist/config.pck' To the best of my knowledge, this list does not have a mail/news gateway. Can someone let me know how I can get rid of this error?