Re: [Mailman-Developers] CVS glitch.

2002-10-31 Thread J C Lawrence
On Wed, 30 Oct 2002 22:55:26 -0800 Chuq Von Rospach [EMAIL PROTECTED] wrote: well, that's bloody weird. CVS doesn't think so. ... weirdo. General CVS advice: When in doubt, concern with CVS or even just the wrong day of the week (ie anything between Sunday and Saturday inclusive), do a

[Mailman-Developers] [ mailman-Bugs-631447 ] error during subscription process

2002-10-31 Thread noreply
Bugs item #631447, was opened at 2002-10-31 10:18 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=100103aid=631447group_id=103 Category: (un)subscribing Group: 2.0.x Status: Open Resolution: None Priority: 5 Submitted By: Carlo Meme' (cmeme) Assigned to:

Re: [Mailman-Developers] CVS glitch.

2002-10-31 Thread Barry A. Warsaw
CVR == Chuq Von Rospach [EMAIL PROTECTED] writes: CVR well, that's bloody weird. CVS doesn't think so. I just tried an anonymous cvs co on MacOS 10.2.1 and got the expected files. I thought maybe it could be a OSX thing, or maybe a pserver thing (remember that I always work in an

Re: [Mailman-Developers] CVS glitch.

2002-10-31 Thread Dale Newfield
What happens when you do cvs -q up -P -d -A ? plaidworks.com 162# cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mailman update mailman Am I just being annoying if I point out that you didn't include all the flags Barry suggested? (Specifically -A says make sure *nothing* is sticky and go

[Mailman-Developers] [ mailman-Bugs-631569 ] conn.quit() - SMTPServerDisconnected

2002-10-31 Thread noreply
Bugs item #631569, was opened at 2002-10-31 15:33 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=100103aid=631569group_id=103 Category: mail delivery Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Denzel D'aviagio (uplink2sf) Assigned to:

[Mailman-Developers] errors in 2.1b4

2002-10-31 Thread Chuq Von Rospach
I had some stuff in the shunt dir, so I ran unshunt. Most of it seemed to be weird spam with funky character sets in it. Got various tracebacks and errors attempting to deal with it plaidworks.com 44# ../bin/unshunt *** /Users/mailman/logs/error *** Oct 31 08:53:11 2002 (393) Uncaught

[Mailman-Developers] [ mailman-Bugs-631569 ] conn.quit() - SMTPServerDisconnected

2002-10-31 Thread noreply
Bugs item #631569, was opened at 2002-10-31 15:33 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=100103aid=631569group_id=103 Category: mail delivery Group: 2.1 beta Status: Open Resolution: None Priority: 6 Submitted By: Denzel D'aviagio (uplink2sf) Assigned to:

[Mailman-Developers] re: Much cpu/memory load

2002-10-31 Thread Andrew D. Clark
I've had the same problem. ArchRunner seems to have serious performance problems if you've got heavy list activity and are archiving to both pipermail and mbox. I fixed it by setting ARCHIVE_TO_MBOX=1. This will only archive to mbox, so your pipermail archives won't be updated. You should

Re: [Mailman-Developers] Can't Approve/Reject/Discard from AdminWebInterface

2002-10-31 Thread Rick Ennis
Thanks for the response Greg. Actually I just figured it out. But it looks like I may be petitioning for a feature request or detail fix... I was looking at the html source for one of the regular admin pages and I noticed that the url for the form POST is a relative path

Re: [Mailman-Developers] CVS glitch.

2002-10-31 Thread J C Lawrence
On Thu, 31 Oct 2002 09:04:04 -0500 Barry A Warsaw [EMAIL PROTECTED] wrote: JCL Elide rant on the gloriously broken state and quality of CVS Sigh. Greg Wilson said at a Python conference many years ago (paraphrasing): cvs is the worst tool all of us use on a daily basis. Far be it from em to

Re: [Mailman-Developers] CVS glitch.

2002-10-31 Thread Dan Mick
Dale Newfield wrote: What happens when you do cvs -q up -P -d -A ? plaidworks.com 162# cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mailman update mailman Am I just being annoying if I point out that you didn't include all the flags Barry suggested? (Specifically -A says make sure

Re: [Mailman-Developers] CVS glitch.

2002-10-31 Thread Dale Newfield
On Thu, 31 Oct 2002, Dan Mick wrote: It is expected that cvs without -A might not get everything. It is unexpected that -A won't solve that. And just for the edification of the list, an explanation of the other two flags Barry suggested: -P says give me new directories (and their contents) if

Re: [Mailman-Developers] re: Much cpu/memory load

2002-10-31 Thread Danny Terweij
From: Andrew D. Clark [EMAIL PROTECTED] I've had the same problem. ArchRunner seems to have serious performance problems if you've got heavy list activity and are archiving to both pipermail and mbox. I fixed it by setting ARCHIVE_TO_MBOX=1. This will only archive to mbox, so your

Re: [Mailman-Developers] re: Much cpu/memory load

2002-10-31 Thread Barry A. Warsaw
A quick fix for the Archiver problems, until I can debug them more is to add the following in ArchRunner.py, just under the class ArchRunner line: class ArchRunner(Runner): QDIR = mm_cfg.ARCHQUEUE_DIR SLEEPTIME = mm_cfg.minutes(10) def _dispose(self, mlist, msg, msgdata): This at

[Mailman-Developers] [ mailman-Bugs-631774 ] i18n unicode string interpolation

2002-10-31 Thread noreply
Bugs item #631774, was opened at 2002-10-31 22:46 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=100103aid=631774group_id=103 Category: None Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Simone Piunno (pioppo) Assigned to: Nobody/Anonymous

Re: [Mailman-Developers] re: Much cpu/memory load

2002-10-31 Thread Dan Mick
Barry A. Warsaw wrote: A quick fix for the Archiver problems, until I can debug them more is to add the following in ArchRunner.py, just under the class ArchRunner line: class ArchRunner(Runner): QDIR = mm_cfg.ARCHQUEUE_DIR SLEEPTIME = mm_cfg.minutes(10) def _dispose(self, mlist,

Re: [Mailman-Developers] CVS glitch.

2002-10-31 Thread Chuq Von Rospach
Sure. It finds stuff that's otherwise missing... and my problem went away. Sigh. i'll fix my CVS commands. Thanks, all. cvs -q up -P -d -A ? misc/email-2.3 ? misc/email-2.4.3 ? misc/JapaneseCodecs-1.4.8 ? misc/KoreanCodecs-2.0.5 P ACKNOWLEDGMENTS P NEWS P README.EXIM U README.MACOSX P TODO P

Re: [Mailman-Developers] CVS glitch.

2002-10-31 Thread Bob [EMAIL PROTECTED]
Perhaps the docs on the website should be updated to reflect these commands, so others don't have the same problems. Bob Sure. It finds stuff that's otherwise missing... and my problem went away. Sigh. i'll fix my CVS commands. Thanks, all. cvs -q up -P -d -A ? misc/email-2.3 ?