[Mailman-Users] Python 2.7.15, etc, vs Python3...

2023-07-17 Thread Richard
Inching forward here folks, trying to get Mailman 2.1.39 going. I get to the point it calls Python and it dies with: checking for python... /usr/local/bin/python checking Python interpreter... configure: error: * No Python interpreter found! * Try including the configure option *

Re: [Mailman-Users] python error when try to save a setting

2015-05-04 Thread Mark Sapiro
It is still best to post Mailman 3 related things to mailman-develop...@python.org. Most of the people working closely on MM 3 (especially Postorius and HyperKitty) read that list much more regularly than this one. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Califo

[Mailman-Users] python error when try to save a setting

2015-05-04 Thread Thomas Stein
Hello. When i try to save a setting --schnipp-- Settings / Message Acceptance Default action to take when a member posts to the list ---> Accept --schnapp-- via pistorius i get: UnboundLocalError at /mailman3/lists/hoppla.domain/settings/message_acceptance local variable 'HTTPError' reference

[Mailman-Users] Python remote urllib.request -> mailman subscription

2013-05-17 Thread Kip Warner
Hey list, I'm not sure if anyone has done this before (probably), but I figured I'd run my solution by those more knowledgeable of the inner workings of GNU Mailman. My Python 3 / PyGI / Gtk+ application, among other things, prompts a user for their name, email, and password, and then submits an

Re: [Mailman-Users] python 3 and mailman 2.1.12

2011-03-17 Thread Mark Sapiro
Barry Warsaw wrote: > >On Mar 17, 2011, at 04:23 PM, Hal Huntley wrote: > >>Or is 2.1.14 compatible with python 3? > >No. Mailman 3 will be ported to Python 3 when its dependency stack has been >ported. Right now, some of the Zope packages are blockers. To elaborate a bit, there are no plans t

Re: [Mailman-Users] python 3 and mailman 2.1.12

2011-03-17 Thread Barry Warsaw
On Mar 17, 2011, at 04:23 PM, Hal Huntley wrote: >Or is 2.1.14 compatible with python 3? No. Mailman 3 will be ported to Python 3 when its dependency stack has been ported. Right now, some of the Zope packages are blockers. Cheers, -Barry signature.asc Description: PGP signature ---

[Mailman-Users] python 3 and mailman 2.1.12

2011-03-17 Thread Hal Huntley
python 3.1 was just installed on a system where I am running mailman 2.1.12. It seems to have broken the mailman web interface and sending of mail via mailman lists. An error from the mailer daemon when sending to one of the lists gives me a traceback: == - Transcript of session follows -

Re: [Mailman-Users] Python compatibility - was: command line administration.

2009-09-24 Thread Rob Lingelbach
On Sep 24, 2009, at 6:51 PM, Mark Sapiro wrote: out that the Python 2.6.x incompatibility I mention in the post at also affects holding messages when HOLD_MESSAGES_AS_PICKLES = No. thanks for mentioning this, I'm

Re: [Mailman-Users] Python compatibility - was: command line administration.

2009-09-24 Thread Mark Sapiro
Rob Lingelbach wrote: > >In order to edit the postings I have this in mm_cfg.py: > ># this is to be able to edit held messages to kill advertising ># remember to insert blurb that msg was edited ># messages will now be held as .txt (less efficient) >HOLD_MESSAGES_AS_PICKLES = No I have nothing t

Re: [Mailman-Users] Python or Perl Script for manage the administrative requests for mailling list

2009-03-24 Thread Adam McGreggor
On Tue, Mar 24, 2009 at 01:15:14PM -0300, Richardson Lima wrote: > Dear ALL, > > What is the procedure for use Python or Perl Script for manage the > administrative requests for mailling list,i need mark the options Accept or > Reject action to take on all these held messages. > > [] ' s http:

[Mailman-Users] Python or Perl Script for manage the administrative requests for mailling list

2009-03-24 Thread Richardson Lima
Dear ALL, What is the procedure for use Python or Perl Script for manage the administrative requests for mailling list,i need mark the options Accept or Reject action to take on all these held messages. [] ' s -- --- Richardson Lima http://antnet.w

Re: [Mailman-Users] Python 2.2 and mailman > 2.1.9

2009-01-14 Thread Mark Sapiro
Sebastian Hagedorn wrote: > > Anyway, is there a workaround for 2.2 or do we have to either install a > separate Python or upgrade to RHEL 5 if we want to update Mailman? I > know that Mailman 2.1.12 will require Python 2.4, but I had been hoping > for one last update that supports 2.2 ... Mailma

[Mailman-Users] Python 2.2 and mailman > 2.1.9

2009-01-14 Thread Sebastian Hagedorn
Hi, on our production server we (still) run Red Hat Enterprise Linux 3. The most recent version of Python there is Python 2.2.3. Currently we run Mailman 2.1.9. I've built an RPM for Mailman 2.1.11 that we were planning on installing soon. However, we installed it on a test system and found t

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 2, 2008, at 11:15 PM, Mark Sapiro wrote: Yes, I know. I was just about to resend. It is attached here. The MUA I used to send the previous message gives any attachment without an extension Content-Type: application/octet-stream, so the list

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Mark Sapiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barry Warsaw wrote: | On Jul 2, 2008, at 11:01 PM, Mark Sapiro wrote: | |> The attached 'post' file is a modified version of scripts/post. | | Hi Mark, there was no attachment. Yes, I know. I was just about to resend. It is attached here. The MUA I

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 2, 2008, at 11:01 PM, Mark Sapiro wrote: The attached 'post' file is a modified version of scripts/post. Hi Mark, there was no attachment. It does the following compared to the normal script. The normal script reads the message from the

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Mark Sapiro
Fletcher Cocquyt wrote: > >On 7/2/08 8:15 AM, "Mark Sapiro" <[EMAIL PROTECTED]> wrote: > >> At some point in the next day or so, I'm going to make a modified >> scripts/post script which will queue incoming messages in qfiles/bad >> and then move them to qfiles/in only if they are under a certain s

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Mark Sapiro
Fletcher Cocquyt wrote: >Interesting, the growth per python is limited to 50M by ulimit -v 5, but >I'm seeing each one gradually take up that limit - then what ? (stay tuned! >- mailman fails to malloc?) Look in Mailman's error and qrunner logs. -- Mark Sapiro <[EMAIL PROTECTED]>Th

Re: [Mailman-Users] Python process size grows 30x in 8 hours - dtrace stack

2008-07-02 Thread Fletcher Cocquyt
Below is the findleaks output from a ~5minute sample of a python runner - I will take a larger sample to see if this is representative or not: (again the reference is http://blogs.sun.com/sanjeevb/date/200506 ) Thanks [EMAIL PROTECTED]:~ 2:10pm 67 # ./findleaks.pl ./ml.out Ptr=0xcf890340 Size=16

Re: [Mailman-Users] Python process size grows 30x in 8 hours - dtrace stack

2008-07-02 Thread Fletcher Cocquyt
I had a parallel thread on the dtrace list to get memleak.d running http://blogs.sun.com/sanjeevb/date/200506 - I just got this stack trace from a 10 second sample of the most actively growing python mailman process - the output is explained by Sanjeev on his blog, but I'm hoping the stack trace

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Fletcher Cocquyt
Interesting, the growth per python is limited to 50M by ulimit -v 5, but I'm seeing each one gradually take up that limit - then what ? (stay tuned! - mailman fails to malloc?) load averages: 0.14, 0.11, 0.11 10:14:43 120 processes: 119 sleeping, 1 on cpu CPU states: 93.9% idle, 3.7% user,

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 2, 2008, at 1:12 PM, Fletcher Cocquyt wrote: I am hopeful our esteemed code maintainers are thinking the built in restart idea is a good one: Optionally, yes. By default, I'm not so sure. - -Barry -BEGIN PGP SIGNATURE- Version:

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Fletcher Cocquyt
I am hopeful our esteemed code maintainers are thinking the built in restart idea is a good one: BW wrote: >> Or is there not a way expire & restart mailman processes analogous >> to the >> apache httpd process expiration (designed to mitigate this kind of >> resource >> growth over time)? > > > b

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Brad Knowles
Fletcher Cocquyt wrote: Or is there not a way expire & restart mailman processes analogous to the apache httpd process expiration (designed to mitigate this kind of resource growth over time)? You can do "mailmanctl restart", but that's not really a proper solution to this problem. -- Brad

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 2, 2008, at 11:15 AM, Mark Sapiro wrote: At some point in the next day or so, I'm going to make a modified scripts/post script which will queue incoming messages in qfiles/bad and then move them to qfiles/in only if they are under a certain s

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Fletcher Cocquyt
Last night I added ulimit -v 5 To the /etc/init.d/mailman script and restarted And I am seeing the processes stop growing at 49M - and so far no adverse affects. I view this as a workaround until the underlying cause is determined... But it also allows me to bump my incoming runners from 8

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Fletcher Cocquyt
On 7/2/08 8:15 AM, "Mark Sapiro" <[EMAIL PROTECTED]> wrote: > Fletcher Cocquyt wrote: > >> I did a test - I disabled the SpamAssassin integration and watched the heap >> grow steadily - I do not believe its SA related: > > > OK. > > Does your MTA limit the size of incoming messages? Can it?

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-02 Thread Mark Sapiro
Fletcher Cocquyt wrote: >I did a test - I disabled the SpamAssassin integration and watched the heap >grow steadily - I do not believe its SA related: OK. Does your MTA limit the size of incoming messages? Can it? At some point in the next day or so, I'm going to make a modified scripts/post s

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory leak?)

2008-07-01 Thread Tim Bell
Back at the beginning of this thread, Fletcher Cocquyt wrote: Config: Solaris 10 x86 Python 2.5.2 Mailman 2.1.9 (8 Incoming queue runners - the leak rate increases with this) SpamAssassin 3.2.5 At this point I am looking for ways to isolate the suspected memory leak - I am looking at using dtr

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Fletcher Cocquyt
I did a test - I disabled the SpamAssassin integration and watched the heap grow steadily - I do not believe its SA related: [EMAIL PROTECTED]:mailman-2.1.9 10:51pm 68 # pmap 22804 | egrep heap 08175000 14060K rwx--[ heap ] [EMAIL PROTECTED]:mailman-2.1.9 10:51pm 69 # pmap 22804 | egrep heap

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Brad Knowles
On 7/1/08, Fletcher Cocquyt wrote: Fletcher Cocquyt Senior Systems Administrator Information Resources and Technology (IRT) Stanford University School of Medicine BTW, in case it hasn't come through yet -- I am very sensitive to your issues. In my "real" life, I am currently employed as

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Brad Knowles
On 7/1/08, Mark Sapiro wrote: In this snapshot PID USERNAME LWP PRI NICE SIZE RES STATETIMECPU COMMAND 10123 mailman1 590 314M 311M sleep1:57 0.02% python 10131 mailman1 590 310M 307M sleep1:35 0.01% python 10124 mailman1 590 309M 78

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Brad Knowles
On 7/1/08, Fletcher Cocquyt wrote: Pmap shows its the heap [EMAIL PROTECTED]:in 8:08pm 64 # pmap 24167 24167:/bin/python /opt/mailman-2.1.9/bin/qrunner --runner=IncomingRunner:5:8 08038000 64K rwx--[ stack ] 0805 940K r-x-- /usr/local/stow/Python-2.5.2/bin/python 08

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Brad Knowles
On 7/1/08, Mark Sapiro wrote: In any case, I know you're reluctant to just let it run, but I think if you did let it run for a couple of days that the IncomingRunners wouldn't get any bigger than the 310 +- MB that you're already seeing after 3 hours, and the rest of the runners would remain

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Mark Sapiro
Fletcher Cocquyt wrote: >Pmap shows its the heap > >[EMAIL PROTECTED]:in 8:08pm 64 # pmap 24167 >24167:/bin/python /opt/mailman-2.1.9/bin/qrunner >--runner=IncomingRunner:5:8 >08038000 64K rwx--[ stack ] >0805 940K r-x-- /usr/local/stow/Python-2.5.2/bin/python >0814A000 1

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Fletcher Cocquyt
Pmap shows its the heap [EMAIL PROTECTED]:in 8:08pm 64 # pmap 24167 24167:/bin/python /opt/mailman-2.1.9/bin/qrunner --runner=IncomingRunner:5:8 08038000 64K rwx--[ stack ] 0805 940K r-x-- /usr/local/stow/Python-2.5.2/bin/python 0814A000 172K rwx-- /usr/local/stow/Python

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Mark Sapiro
Mark Sapiro wrote: Which processes correspond to which runners. And why are the two processes that have apparently done the least the ones that have grown the most. and What are these last 2? Presumably they are the missing NewsRunner and RetryRunner, but what is the extra stuff in the ps ou

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Mark Sapiro
Fletcher Cocquyt wrote: > >Here is the current leaked state since the the cron 13:27 restart only 3 >hours ago: >last pid: 20867; load averages: 0.53, 0.47, 0.24 >16:04:15 >91 processes: 90 sleeping, 1 on cpu >CPU states: 99.1% idle, 0.3% user, 0.6% kernel, 0.0% iowait, 0.0% swap >Memory:

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Fletcher Cocquyt
On 7/1/08 3:37 PM, "Mark Sapiro" <[EMAIL PROTECTED]> wrote: > Fletcher Cocquyt wrote: > >> Not finding a "leak" ref - save a irrelevant (for this runner issue) admindb > > > Nothing has been done in Mailman to fix any memory leaks. As far as I > know, nothing has been done to create any eith

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Mark Sapiro
Fletcher Cocquyt wrote: >Not finding a "leak" ref - save a irrelevant (for this runner issue) admindb Nothing has been done in Mailman to fix any memory leaks. As far as I know, nothing has been done to create any either. If there is a leak, it is most likely in the underlying Python and not a

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Fletcher Cocquyt
Not finding a "leak" ref - save a irrelevant (for this runner issue) admindb one: [EMAIL PROTECTED]:mailman-2.1.11 1:26pm 58 # ls ACKNOWLEDGMENTS Mailman README-I18N.enSTYLEGUIDE.txt configure doc misc templates BUGS Makefile.in

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Vidiot
>I'm having a hard time finding the release notes for 2.1.11 - can you please >provide a link? >(I want to see where it details any memory leak fixes since 2.1.9) >Fletcher Cocquyt >Senior Systems Administrator >Information Resources and Technology (IRT) >Stanford University School of Medicine The

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Fletcher Cocquyt
I'm having a hard time finding the release notes for 2.1.11 - can you please provide a link? (I want to see where it details any memory leak fixes since 2.1.9) thanks On 7/1/08 10:09 AM, "Vidiot" <[EMAIL PROTECTED]> wrote: >> Solaris 10 x86 >> Python 2.5.2 >> Mailman 2.1.9 (8 Incoming queue run

Re: [Mailman-Users] Python process size grows 30x in 8 hours (memory

2008-07-01 Thread Vidiot
>Solaris 10 x86 >Python 2.5.2 >Mailman 2.1.9 (8 Incoming queue runners - the leak rate increases with this) >SpamAssassin 3.2.5 > >At this point I am looking for ways to isolate the suspected memory leak - I >am looking at using dtrace: http://blogs.sun.com/sanjeevb/date/200506 > >Any other tips ap

[Mailman-Users] Python process size grows 30x in 8 hours (memory leak?)

2008-07-01 Thread Fletcher Cocquyt
An update - I've upgraded to the latest stable python (2.5.2) and its made no difference to the process growth: Config: Solaris 10 x86 Python 2.5.2 Mailman 2.1.9 (8 Incoming queue runners - the leak rate increases with this) SpamAssassin 3.2.5 At this point I am looking for ways to isolate the su

Re: [Mailman-Users] Python 2.5.1

2007-11-12 Thread Larry Stone
On 11/12/07 6:12 PM, Matt Zimmerman at [EMAIL PROTECTED] wrote: > Is Mailman 2.1.9 compatible with Python 2.5.1? The reason I ask is > because I am having trouble configuring Mailman on a Solaris 10 sparc > server. MM 2.1.9 with Python 2.5.1 is working fine for me on Mac OS X 10.5 (Leopard). --

Re: [Mailman-Users] Python 2.5.1

2007-11-12 Thread Mark Sapiro
Matt Zimmerman wrote: >Is Mailman 2.1.9 compatible with Python 2.5.1? The reason I ask is >because I am having trouble configuring Mailman on a Solaris 10 sparc >server. Yes. There will be some DeprecationWarning messages about string exceptions in the Mailman's error log, but everything works.

[Mailman-Users] Python 2.5.1

2007-11-12 Thread Matt Zimmerman
Is Mailman 2.1.9 compatible with Python 2.5.1? The reason I ask is because I am having trouble configuring Mailman on a Solaris 10 sparc server. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman

Re: [Mailman-Users] Python Upgrade

2007-09-24 Thread Brad Knowles
On 9/24/07, Mel Sojka wrote: > Folks I have a stable 2.1.5 installation running but need to upgrade on > that server to run another Python package will and upgrade to Python 2.4 > break mailman 2.1.5? Yes. Later versions of Mailman will work fine with Python 2.4, and may even require it. Bu

[Mailman-Users] Python Upgrade

2007-09-24 Thread Mel Sojka
Folks I have a stable 2.1.5 installation running but need to upgrade on that server to run another Python package will and upgrade to Python 2.4 break mailman 2.1.5? -- System Janitor/Network Plumber http://www.nwla.com Linux User #25446Linux 2.6.20

Re: [Mailman-Users] Python modules missing

2007-07-20 Thread Mark Sapiro
Christopher Glanville wrote: >I have been running mailman on Fedora core 4 for some time but then it >stopped. >Now when I try and run: >/etc/init.d/mailman start > >I get: > >-bash: /etc/init.d/mailman: No such file or directory >[EMAIL PROTECTED] ~]# /etc/init.d/mailmanctl start >Traceback (mos

[Mailman-Users] Python modules missing

2007-07-19 Thread Christopher Glanville
I have been running mailman on Fedora core 4 for some time but then it stopped. Now when I try and run: /etc/init.d/mailman start I get: -bash: /etc/init.d/mailman: No such file or directory [EMAIL PROTECTED] ~]# /etc/init.d/mailmanctl start Traceback (most recent call last): File "/etc/init.d

Re: [Mailman-Users] python global variable error

2007-03-16 Thread Mark Sapiro
ANIL KARADA wrote: > hi, i made a program in python but received global name error. the program > code; Mailman-users@python.org is a Mailman list, not a Python list. I suggest you try the [EMAIL PROTECTED] email list or the comp.lang.python usenet group. -- Mark Sapiro <[EMAIL PROTECTED]>

[Mailman-Users] python global variable error

2007-03-16 Thread ANIL KARADAĞ
hi, i made a program in python but received global name error. the program code; serverhost = '127.0.0.1' serverport = 2000 BUFSIZ = 1024 addr = (serverhost,serverport) if str(sys.argv).find("-s") == -1: cs = socket(AF_INET, SOCK_STREAM,0) # create a TCP socket

Re: [Mailman-Users] Python Requirement

2007-01-18 Thread Mark Sapiro
Patrick Bogen wrote: >On 1/18/07, maillists <[EMAIL PROTECTED]> wrote: >> Is it OK to keep Python my 2.2.? Am I headed for trouble at all? I >> still need a push to jump off this cliff. >You fool! You'll doom us all with your Python 2.2 foolishness! > > >Ahem. That said, I don't know of any probl

Re: [Mailman-Users] Python Requirement

2007-01-18 Thread Patrick Bogen
On 1/18/07, maillists <[EMAIL PROTECTED]> wrote: > Is it OK to keep Python my 2.2.? Am I headed for trouble at all? I > still need a push to jump off this cliff. You fool! You'll doom us all with your Python 2.2 foolishness! Ahem. That said, I don't know of any problems with python 2.2, but othe

[Mailman-Users] Python Requirement

2007-01-18 Thread maillists
Hi, I am upgrading to Mailman 2.1.9 from 2.1.1. I have Python 2.2.2. installed. I am going to un-install and re-install Mailman altogether because I only have a few lists, and I currently have Mailman installed from an RPM and I now want to install it from source. The manual says that Python 2.1

Re: [Mailman-Users] Python API

2006-10-27 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 27, 2006, at 3:54 PM, Paul Gevers wrote: > I am working on a customized user management system created in > python/Zope. Currently I am using the bash script in mailman/bin to > communicate with Mailman, but I like to do a little bit more (whic

[Mailman-Users] Python API

2006-10-27 Thread Paul Gevers
Hello, I am working on a customized user management system created in python/Zope. Currently I am using the bash script in mailman/bin to communicate with Mailman, but I like to do a little bit more (which is also possible with the "withlist" script) and in the main time speed thinks up by python

Re: [Mailman-Users] Python Version Mismatch

2006-08-21 Thread Mark Sapiro
Carolyn Van Slyck wrote: >My mistake, they are coming every 5 minutes. I had an old version of >python and mailman but upgraded python a few months ago and just this >week upgraded mailman. I downloaded the source and did a configure >and make install. Perhaps I missed another key step involvin

Re: [Mailman-Users] Python Version Mismatch

2006-08-21 Thread Carolyn Van Slyck
My mistake, they are coming every 5 minutes. I had an old version of python and mailman but upgraded python a few months ago and just this week upgraded mailman. I downloaded the source and did a configure and make install. Perhaps I missed another key step involving python (maybe it is compilin

Re: [Mailman-Users] Python Version Mismatch

2006-08-20 Thread Mark Sapiro
Carolyn Van Slyck wrote: >I am getting this email sent to me every 10 minutes and am not sure >how to correct the problem. I am puzzled. I am sure this is coming from Mailman's cron/gate_news script, but that is run (at least by default) every 5 minutes, not every 10. >/var/mailman/pythonlib/j

[Mailman-Users] Python Version Mismatch

2006-08-20 Thread Carolyn Van Slyck
I am getting this email sent to me every 10 minutes and am not sure how to correct the problem. /var/mailman/pythonlib/japanese/c/euc_jp.py:3: RuntimeWarning: Python C API version mismatch for module _japanese_codecs: This Python has API version 1011, module _japanese_codecs has version 1012. im

Re: [Mailman-Users] Python overloading CPU

2005-12-16 Thread Brad Knowles
At 9:53 AM +0100 2005-12-16, Xabier Guitián wrote: > We've been running mailman for over a long time, and since the summer it > started to do some weird things, and the last but not least important is that > we cannot enter in the web as admins and the python process is eaitng up > every

[Mailman-Users] Python overloading CPU

2005-12-16 Thread Xabier Guitián
Hi! We've been running mailman for over a long time, and since the summer it started to do some weird things, and the last but not least important is that we cannot enter in the web as admins and the python process is eaitng up every CPY cycle it founds, it's all the time at 99%, more o

[Mailman-Users] Python/mailman Consultant needed, DC/N VA area

2005-02-16 Thread Richard Hill
Please reply off-list I have about 40 mailman lists running on a Linux server. We are looking for an email expert with solid Linux/Postfix/Mailman experience to maintain, make recommendations and tweak the software. Please recommend others, or yourself, for this as-needed position. We are lookin

Re: [Mailman-Users] python errors executing scripts

2005-02-16 Thread Sean
> Mark Panahi wrote: > > >Well, I tried 'check_db -a -v' and it complains that there are no > >config.pck and config.pck.last files for each list. The thing is, I > >had moved the lists and archive directories from an older installation > >(we had upgraded everything in our server). Seems like the

Re: [Mailman-Users] python errors executing scripts

2005-02-13 Thread Brad Knowles
At 7:37 PM -0800 2005-02-12, Mark Panahi wrote: Ok, at this point I think I'm just going to recreate all the lists. The archives aren't that important, and I can read the db files manually to get the member lists. I'll just mass subscribe them. Remember, you can always import archives later, if

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Ok, at this point I think I'm just going to recreate all the lists. The archives aren't that important, and I can read the db files manually to get the member lists. I'll just mass subscribe them. Thanks. -Mark On Sat, 12 Feb 2005 18:52:59 -0800, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Mark Pa

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Sapiro
Mark Panahi wrote: >Well, now I get this: > >doc local/mailman# bin/dumpdb lists/birn/config.db >Traceback (most recent call last): > File "bin/dumpdb", line 156, in ? >msg = main() > File "bin/dumpdb", line 126, in main >d = DumperSwitchboard().read(filename) >NameError: global name 'Du

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Well, now I get this: doc local/mailman# bin/dumpdb lists/birn/config.db Traceback (most recent call last): File "bin/dumpdb", line 156, in ? msg = main() File "bin/dumpdb", line 126, in main d = DumperSwitchboard().read(filename) NameError: global name 'DumperSwitchboard' is not defin

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Sapiro
Mark Panahi wrote: >Well I get this: > >doc local/mailman# bin/update -f >Upgrading from version 0x20105f0 to 0x20105f0 >getting rid of old source files >Updating mailing list: birn >Traceback (most recent call last): > File "bin/update", line 780, in ? >errors = main() > File "bin/update",

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Well I get this: doc local/mailman# bin/update -f Upgrading from version 0x20105f0 to 0x20105f0 getting rid of old source files Updating mailing list: birn Traceback (most recent call last): File "bin/update", line 780, in ? errors = main() File "bin/update", line 670, in main errors =

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Well, I tried 'check_db -a -v' and it complains that there are no config.pck and config.pck.last files for each list. The thing is, I had moved the lists and archive directories from an older installation (we had upgraded everything in our server). Seems like these pck files are something recent? A

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Sapiro
Mark Panahi wrote: >Well, I tried 'check_db -a -v' and it complains that there are no >config.pck and config.pck.last files for each list. The thing is, I >had moved the lists and archive directories from an older installation >(we had upgraded everything in our server). Seems like these pck files

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Sapiro
Mark Panahi wrote: >Hello, I'm getting errors like the following when executing some of >the scripts in the bin directory. Any ideas? > >mailman/bin# ./list_lists >Traceback (most recent call last): > File "./list_lists", line 122, in ? >main() > File "./list_lists", line 102, in main >l

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
mailman 2.1.5, python 2.3.4 Thanks. On Sat, 12 Feb 2005 12:47:40 +0100, Brad Knowles <[EMAIL PROTECTED]> wrote: > At 3:33 AM -0800 2005-02-12, Mark Panahi wrote: > > > Hello, I'm getting errors like the following when executing some of > > the scripts in the bin directory. Any ideas? > >

Re: [Mailman-Users] python errors executing scripts

2005-02-12 Thread Brad Knowles
At 3:33 AM -0800 2005-02-12, Mark Panahi wrote: Hello, I'm getting errors like the following when executing some of the scripts in the bin directory. Any ideas? Hmm. What version of Python do you have installed? What version of Mailman are you running? -- Brad Knowles, <[EMAIL PROTECTED]> "T

[Mailman-Users] python errors executing scripts

2005-02-12 Thread Mark Panahi
Hello, I'm getting errors like the following when executing some of the scripts in the bin directory. Any ideas? mailman/bin# ./list_lists Traceback (most recent call last): File "./list_lists", line 122, in ? main() File "./list_lists", line 102, in main longest = max(len(mlist.real_n

Re: [Mailman-Users] python string

2004-10-12 Thread Mark Sapiro
John Hamlin wrote: > >Specifically I want to use the string for the current user's email >address. It would come at the end of this line: > >To unsubscribe or to change options or password: >%(web_page_url)soptions/MY_LISTNAME/%(x)s > >I've tried %(user_name)s and others, but haven't found it y

[Mailman-Users] python string

2004-10-12 Thread John Hamlin
Where can I find a list of python strings available for use in a message footer. The list that comes up on the administration pages is incomplete, I think. Specifically I want to use the string for the current user's email address. It would come at the end of this line: To unsubscribe or to cha

Re: [Mailman-Users] Python

2004-07-09 Thread Brad Knowles
At 8:25 AM -0500 2004-07-09, Bohnenkamp, Daniel J wrote: Where are the python files that the web pages pull from? To make all the form fields. Thank you Daniel All the Python code lives in the Mailman home directory structure you created when you installed the package. By default, this would

[Mailman-Users] python Code

2004-07-09 Thread Bohnenkamp, Daniel J
On the web pages for subscribing to lists where is the python code located at? Or how does it load the fields? Thank you Daniel -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: h

[Mailman-Users] Python

2004-07-09 Thread Bohnenkamp, Daniel J
Where are the python files that the web pages pull from? To make all the form fields. Thank you Daniel -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/c

[Mailman-Users] Python: High CPU Load

2004-05-06 Thread Jason Shouler
We run an announcement only list of about 25K members on a IBM Netfinity 5500 (1 GB RAM) running SuSE 8.0. Mailman 2.1.4 performs very well except for the web interface which is slow at the best of times and can even time-out during an active mail shot. This is a snapshot of "ps aux" showing a

[Mailman-Users] Python problem at mailman 2.1.4 install ?

2004-02-23 Thread Christian HAESSIG
Hello everyone, Last friday, I tried to build and install mailman 2.1.4. The make install worked without any problem, but the qrunner cron job returns the following error : Traceback (most recent call last): File "/usr/local/mailman/cron/qrunner", line 89, in ? from Mailman.Handlers import

[Mailman-Users] python regex help

2004-01-22 Thread Eric D. Christensen
Maybe I'm just clueless, but I'm having a bit of trouble getting header_filter_rules working. Before I go searching deeper, I want to make sure my python regex is correct. I'm not much of a python hack... The regex I've got in header_filter_rules is: ^Subject: \[SPAM\] An example header line tha

[Mailman-Users] Python in Fedora Core 1

2003-11-28 Thread Charles Layno
Did anyone confirm that the Python rpm build in Fedora Core 1 is not working correctly and by using the SPRM that it corrects the Mailman problems or has RH screwed up Mailman again? Charles Layno Greensboro, NC -- Mailman-Users mailing list [

Re: [Mailman-Users] Python Broken in Redhat Fedora

2003-11-23 Thread Richard Barrett
On 23 Nov 2003, at 15:07, Marc Perkel wrote: Also - Yum, Up2Date, and almost all python programs are similarly disfunctional but produce different errors. Yet I did install the latest and greatest stuff and did a few reinstalls just to make sure. I'm stumped. and wondering if I need to rever

Re: [Mailman-Users] Python Broken in Redhat Fedora

2003-11-23 Thread Marc Perkel
Also - Yum, Up2Date, and almost all python programs are similarly disfunctional but produce different errors. Yet I did install the latest and greatest stuff and did a few reinstalls just to make sure. I'm stumped. and wondering if I need to revert back to Redhat 7.3. Am I the only one here tha

Re: [Mailman-Users] Python for dummies?

2003-09-18 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul H Byerly wrote: > I want to add to the "list of lists page" a direct link to the > archives for each list. So I hacked listinfo.py and added > > Link(mlist.GetScriptURL('private'), Bold(mlist.real_name)), > > This looks good, and when

[Mailman-Users] Python for dummies?

2003-09-18 Thread Paul H Byerly
Hi all, I want to add to the "list of lists page" a direct link to the archives for each list. So I hacked listinfo.py and added Link(mlist.GetScriptURL('private'), Bold(mlist.real_name)), This looks good, and when the link is clicked everthing seems right, but the URL is .../mailma

Re: [Mailman-Users] python burning 100% cpu

2003-09-11 Thread Jon Carnes
On Thu, 2003-09-11 at 16:47, John Lange wrote: > my recommendation would be that mailman should report a > failed connection attempt to localhost as a serious problem and log it > in syslog, or at the very minimum it's own logs. quietly burning 100% > CPU should not be acceptable. > Quite right!

Re: [Mailman-Users] python burning 100% cpu

2003-09-11 Thread John Lange
I think I have the problem solved. Acting on a hunch from what Jon Carns said about the postfix configuration I completely stopped postfix and restarted it. Previously I had simply done a postfix reload. Just for the benefit of anyone reading this thread in the future, I believe the setting that

Re: [Mailman-Users] python burning 100% cpu

2003-09-11 Thread Jon Carnes
I don't think those errors mean too much (unless you upgraded and it hasn't finished the upgrade...) If your MTA is Postfix, be sure that you have followed all the advise in the README.POSTFIX file. Specifically make sure that local bounces are not set to a 4xx error code (which means retry and r

[Mailman-Users] python burning 100% cpu

2003-09-11 Thread John Lange
I'm new to Mailman and I'm having a major problem getting it to start. I had it setup and working and then I needed to reboot the server for a kernel upgrade. Now when I start mailman it causes python to burn 100% CPU until mailman is stopped. logs show nothing out of the ordinary. logs/qrunner

Re: [Mailman-Users] python 1.x and Mailman

2003-08-17 Thread Richard Barrett
On Saturday, August 16, 2003, at 09:14 pm, William Collins wrote: I have a website on a server running Redhat 7.3 with python 1.x. If you are running Python earlier than 1.5.2 then neither of the most recent stable versions of MM 2.0.x or MM 2.1.x will run. MM 2.0.13 INSTALL document says: 0

[Mailman-Users] python 1.x and Mailman

2003-08-17 Thread William Collins
I have a website on a server running Redhat 7.3 with python 1.x. Could you please advise me of which versioon of Mailman will run on this server? Thanks Will Collins-- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/l

Re: [Mailman-Users] Python error message...

2003-08-14 Thread Richard Barrett
On Tuesday, August 5, 2003, at 07:52 pm, Christian Schoepplein wrote: Hi! Yesterday I upgrated python 2.2 to 2.3 on our mailinglistserver. Now I get some python errors: You may have jumped the gun here. On mailman-developers Barry Warsaw posted a response to the 2.3 upgrade question. See: htt

Re: [Mailman-Users] Python error message...

2003-08-14 Thread Vivek Khera
> "RB" == Richard Barrett <[EMAIL PROTECTED]> writes: RB> You may have jumped the gun here. On mailman-developers Barry Warsaw RB> posted a response to the 2.3 upgrade question. See: RB> http://mail.python.org/pipermail/mailman-developers/2003-July/ RB> 015462.html I did the upgrade the o

  1   2   >