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 > ? m

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 U

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, m

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

2002-10-31 Thread Danny Terweij
From: "Barry A. Warsaw" <[EMAIL PROTECTED]> > 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: Thanx, i'll try that tomorrow. (Now here 22:39) I'll let you know what then happens :) Danny.

[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=detail&atid=100103&aid=631774&group_id=103 Category: None Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Simone Piunno (pioppo) Assigned to: Nobody/Anonymo

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

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] 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)

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 *n

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> > 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 disagree. > subversive-ly y'rs, -Barry I've been ther

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 "../admin/somethingoroth

[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

[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 run

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

[Mailman-Developers] Much cpu/memory load

2002-10-31 Thread Danny Terweij
Hi, Because my /qfiles/archive/*.* files are not processed by the qrunner/ArchRunner my linux box gets overloaded. I have now 55mb unproccessed archive files at the qfiles dir. The pipermail archives are not updated. When i do a mailmanctl stop then the Archrunner is still active. I did a kill -9

[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=detail&atid=100103&aid=631569&group_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] [ 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=detail&atid=100103&aid=631569&group_id=103 Category: mail delivery Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Denzel D'aviagio (uplink2sf) 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

[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=detail&atid=100103&aid=631447&group_id=103 Category: (un)subscribing Group: 2.0.x Status: Open Resolution: None Priority: 5 Submitted By: Carlo Meme' (cmeme) Assigned to: Nobody/An

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), d