At 5:14 PM -0400 2005-05-14, Charles Sprickman wrote: > Now, does anyone have any clue what the error messages below mean? > Judging by the number of shunted messages, this happens fairly often. The > "I/O error" leads me towards permsissions, but on what?
I'd have to check the code, but from reading the traceback it seems to me like there was some sort of error writing to the log files. What is the ownership and permissions for the Mailman "logs" directory, all the log files within that directory, etc...? How full is that filesystem? How large are those log files? > Lastly, what are ".pck" files? How can I examine these as they show up? Those are the Python "pickle" files which contain binary data regarding the message. Use the "show_qfiles" program in /usr/local/mailman/bin. For example, from the /usr/local/mailman directory, do the following: % bin/show_qfiles qfiles/shunt/*.pck However, if the "pickle" file is causing errors of this sort, then show_qfiles may come back with errors as well -- you'll just have to give it a try. -- Brad Knowles, <[EMAIL PROTECTED]> "Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety." -- Benjamin Franklin (1706-1790), reply of the Pennsylvania Assembly to the Governor, November 11, 1755 SAGE member since 1995. See <http://www.sage.org/> for more info. ------------------------------------------------------ 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