Thanks to Dan' suggestions I've fixed the perm error.
I have a different MTA problem now. When I try to subscribe to the list, or send an email to the list I get...nothing. No email makes it trough the list, and I also get no subscription conformation from the list.
Python 2.3.5, Mailman 2.1.5, Postfix 2.1.5, Apache 2.0.54
James wrote:
Thanks to Dan' suggestions I've fixed the perm error.
I have a different MTA problem now. When I try to subscribe to the list, or send an email to the list I get...nothing. No email makes it trough the list, and I also get no subscription conformation from the list.
Are 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
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
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
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
At 4:41 PM -0700 5/7/05, 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
As user mailman, run "mailmanctl start."
-- Heather Madrone (heather@madrone.com) http://www.madrone.com
Le hasard favorise l'esprit préparé. -- Louis Pasteur [Fortune|chance|luck] [favors|promotes|assists] the [ready|prepared|open|waiting] [mind|spirit|soul].
I can't understand these two logs. No mail makes it trough and this is the only relelvant thing that I can see in the MTA logs. The second log is a cron error. I've search the FAQ, read it, and I still don't know how to troubleshoot this.
May 7 16:30:02 mail postfix/pickup[531]: 620D21002E8A: uid=1030 from=<mailman> May 7 16:30:02 mail postfix/cleanup[619]: 620D21002E8A: message-id=<20050507233002.620D21002E8A@mail.mydomain.org> May 7 16:30:02 mail postfix/qmgr[532]: 620D21002E8A: from=<mailman@mydomain.net>, size=1000, nrcpt=1 (queue active) May 7 16:30:02 mail postfix/local[624]: 620D21002E8A: to=<James@mydomain.net>, orig_to=<mailman>, relay=local, delay=0, status=sent (delivered to command: procmail -a "$EXTENSION") May 7 16:30:02 mail postfix/qmgr[532]: 620D21002E8A: removed
Also, every 5 min I get this email: 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.607.0'
Jeez. Do I feel stupid. Mailman didn't work becuase I didn't start it. Phew. :-)
Thank you all for your help!
James
participants (4)
-
Heather Madrone
-
James
-
Larry Hansford
-
Scot Hacker