I had mailman-2.1.5 working fine on my Slackware 10.2 box for a while. Now all of a sudden it doesn't send or archive messages. I know that my ISP (using DSL) made some changes that originally had my system down. Now I am able to send and receive mail with postfix but no messages are being sent to the archives for my list or out to my users. There are qrunners running:
mailman 748 0.0 0.6 9120 5780 ? S Apr11 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=RetryRunner:0:1 -s
mailman 3127 0.0 0.6 9120 5780 ? S 02:48 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
mailman 3128 0.0 0.6 9128 5804 ? S 02:48 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
mailman 3129 0.0 0.6 9092 5788 ? S 02:48 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
mailman 3130 0.0 0.6 9092 5784 ? S 02:48 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
mailman 3131 0.0 0.6 9104 5812 ? S 02:48 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
mailman 3132 0.0 0.6 9144 5856 ? S 02:48 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s
mailman 3133 0.0 0.6 9116 5784 ? S 02:48 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
mailman 3134 0.0 0.6 9120 5780 ? S 02:48 0:00 /usr/bin/python /usr/local/mailman/bin/qrunner --runner=RetryRunner:0:1 -s
root 3275 0.0 0.0 1760 600 pts/4 R+ 03:20 0:00 grep qrunner
Nothing is getting logged to my logs except the initial startup stuff. I can go to my admin pages for the list just fine, but since I reinstalled, I get only a message that there no messages have been sent to the list. I have restarted mailmanctl to no avail. I run check_perms and it gets no errors, but I am wondering if the files are correctly owned. Would incorrect ownership of files log to the error log?
Vic