At 12:05 AM -0400 2004/05/19, Paul Smith wrote:

                                                                I was
 just wondering whether anyone had any debugging tips, like checking for
 messages stuck in the queue that would be causing this problem, or lock
 files that might be breaking something, or whatever.

So far as I know, Mailman doesn't have any support for doing any kind of debugging for problems like this. There's list lock debugging that you can turn on, and pending lock debugging, but that seems to be about it:


# Set this to On to turn on MailList object lock debugging messages, which
# will be written to logs/locks.  If you think you're having lock problems, or
# just want to tune the locks for your system, turn on lock debugging.
LIST_LOCK_DEBUGGING = Off

# Set this to On to turn on lock debugging messages for the pending requests
# database, which will be written to logs/locks.  If you think you're having
# lock problems, or just want to tune the locks for your system, turn on lock
# debugging.
PENDINGDB_LOCK_DEBUGGING = Off


From what I can gather, Python doesn't have a great deal of support in this area, either. I guess that's why this bug has persisted long enough to have only been fixed very recently with 2.1.5.


--
Brad Knowles, <[EMAIL PROTECTED]>

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
    -Benjamin Franklin, Historical Review of Pennsylvania.

  SAGE member since 1995.  See <http://www.sage.org/> for more info.

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

Reply via email to