> I am puzzled. As I read the code, it is not possible to create the > shunt queue entry without also logging the error and the SHUNTING > message. Ordinarily, I would suggest that you might be logging to a > different set of log files in a different directory, but an earlier > post showed error log entries with timestamps Oct 06 21:56:25 2006 and > later. Is it possible you have more than one Mailman installation? > >
Hi mark, I am puzzled as well. I can see that only one installation is running. # /usr/local/bin/python -V Python 2.4.3 after running bin/unshunt there are tons of "SHUNT" errors messages in /usr/local/mailman/logs/error in fact after runnning unshunt twice I see there are a lot of them :) # grep "SHUNT" /usr/local/mailman/logs/error | wc -l 27202 ---- snip ---- # ps -auxww | grep mailman mailman 65294 5.2 0.7 15520 14120 ?? R 1:10AM 2:12.89 /usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s mailman 65299 0.0 0.3 8376 6924 ?? I 1:10AM 0:00.28 /usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=RetryRunner:0:1 -s mailman 65298 0.0 0.7 15084 13656 ?? S 1:10AM 0:43.43 /usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=VirginRunner:0:1 -s mailman 65296 0.0 0.8 18840 17536 ?? S 1:10AM 1:42.70 /usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s mailman 65295 0.0 0.3 8384 6964 ?? S 1:10AM 0:14.27 /usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=NewsRunner:0:1 -s mailman 65293 0.0 0.3 8536 7192 ?? S 1:10AM 0:14.30 /usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=CommandRunner:0:1 -s mailman 65292 0.0 0.7 15180 13772 ?? S 1:10AM 0:29.19 /usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=BounceRunner:0:1 -s mailman 65291 0.0 0.5 11264 9704 ?? S 1:10AM 0:28.09 /usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=ArchRunner:0:1 -s mailman 65290 0.0 0.3 8416 6976 ?? Is 1:10AM 0:00.03 /usr/local/bin/python /usr/local/mailman/bin/mailmanctl -s -q start --- snip --- > >>> Also, you can probably examine those files with bin/show_qfiles or >>> bin/dumpdb and see if the message might indicate some kind of loop. >>> >>> >>> >> I can see the qfile but it looks like a regular post. so I am not sure >> what is going on here. >> > > > Well, there seem to be 14,000 of them in a 10 minute period. I don't > think they can all be regular posts unless something is looping on the > same post, but that shouldn't be because once the post is shunted, it > isn't processed further. > > ------------------------------------------------------ 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/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp