I've cp /usr/lib/mailman/scripts/mailman /etc/init.d/. No errors.
I do have one problem with cron that I can't figure out. When I try to ls -la the path in the error message below I don't see the "gate_news.lock"
ls -la /var/lib/mailman/locks/ total 8 drwxrwxr-x+ 2 list list 57 May 7 17:01 . drwxrwxrwt+ 4 root root 34 May 7 16:19 .. -rw-rw-r--+ 2 list list 46 May 8 2005 master-qrunner -rw-rw-r--+ 2 list list 46 May 8 2005 master-qrunner.mail.854
This is the error message:
Traceback (most recent call last): File "/var/lib/mailman/cron/gate_news", line 284, in ? main() File "/var/lib/mailman/cron/gate_news", line 259, in main lock.lock(timeout=0.5) File "/var/lib/mailman/Mailman/LockFile.py", line 243, in lock self.__write() File "/var/lib/mailman/Mailman/LockFile.py", line 422, in __write fp = open(self.__tmpfname, 'w') IOError: [Errno 13] Permission denied: '/var/lib/mailman/locks/gate_news.lock.mail.841.0'
On 5/7/05, Larry Hansford <lhansfor@lch-assoc.com> wrote:
Did you copy the /home/mailman/scripts/mailman to /etc/rc.d/init.d/, and then do "chkconfig --add mailman"?
Did you do a "/etc/rc.d/init.d/mailman start"? Did you get any errors when you did the start?
At 07:41 PM 5/7/2005, James wrote:
Hrrm... what do I do now?
ps aux | grep qrunner root 665 0.0 0.0 1536 452 pts/0 S+ 16:39 0:00 grep qrunner
On 5/7/05, Scot Hacker <shacker@birdhouse.org> wrote: you sure the Mailman threads are actually runnning? If you run
ps aux | grep qrunner
in a shell, you should see one or more threads listed (beyond the grep process). If you don't, then Mailman isn't running.
Scot
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/lhansfor%40lch-assoc.co...
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp