Re: [Mailman-Users] qrunner with over 90% CPU

2003-08-14 Thread Jon Carnes
Paul, I have never seen this on a sendmail install. Maybe your problem
is a different one.

what version of python are your running, and what is the OS?
  From a command line type: python
  look at the first line printed:
Python 2.2.2 
  Type a cntl-d to get out of python

Jon Carnes


On Sun, 2003-08-10 at 18:13, Paul H Byerly wrote:
 Richard Barrett wrote:
 Take a look at:
 
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg17786.html
 
   Of course it's not just postfix, it bites me about once a week with 
 sendmail.  I watch it and kill the PID when it happens, but it's a 
 PITA.  Any chance of a patch?  I know it's in the CVS, but I'm in over my 
 head with that.
 
 
  Paul 
 
 
 --
 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/
 
 This message was sent to: [EMAIL PROTECTED]
 Unsubscribe or change your options at
 http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] qrunner with over 90% CPU

2003-08-14 Thread Jens Gutzeit
On Saturday 09 August 2003 20:29, Jens Gutzeit wrote:

 Now I've seen that qrunner has a high CPU usage, I had restartet mailman
 but that doens't change anything.

Hmm, sorry I hate answering my own mails ;)

Richard Barret had pointed me at
http://www.mail-archive.com/[EMAIL PROTECTED]/msg17786.html 
in private mail, that wasn't the problem, but after I had stopped mailman, 
restartet postfix and then started mailman again all is well.

Seems like a problem with my system, sorry for bothering you with this.

Jens


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] qrunner with over 90% CPU

2003-08-14 Thread Paul H Byerly
Jon Carnes wrote:
Paul, I have never seen this on a sendmail install. Maybe your problem is 
a different one.
 Perhaps I miss read the issue.  Give that my runaway is Python I 
suspect this is the case.  Sorry.

 I posted about my problem a while back, see 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg18201.html.   It 
seems MM is a little over eager about retrying messages when sendmail (or 
any MTA) reports a temporary failure. Richard said a change had been made 
in the CVS, and wondered if a patch was available.

what version of python are your running, and what is the OS?
Mailman 2.1.2
Redhat 7.1
Python 2.2.2
 Paul 

--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] qrunner with over 90% CPU

2003-08-14 Thread Paul H Byerly
Richard Barrett wrote:
Take a look at:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg17786.html
 Of course it's not just postfix, it bites me about once a week with 
sendmail.  I watch it and kill the PID when it happens, but it's a 
PITA.  Any chance of a patch?  I know it's in the CVS, but I'm in over my 
head with that.

 Paul 

--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] qrunner with over 90% CPU

2003-08-11 Thread Jon Carnes
On Sun, 2003-08-10 at 22:09, Paul H Byerly wrote:
 Jon Carnes wrote:
 Paul, I have never seen this on a sendmail install. Maybe your problem is 
 a different one.
 
   Perhaps I miss read the issue.  Give that my runaway is Python I 
 suspect this is the case.  Sorry.
 
   I posted about my problem a while back, see 
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg18201.html.   It 
 seems MM is a little over eager about retrying messages when sendmail (or 
 any MTA) reports a temporary failure. Richard said a change had been made 
 in the CVS, and wondered if a patch was available.
 
 what version of python are your running, and what is the OS?
 
 Mailman 2.1.2
 Redhat 7.1
 Python 2.2.2
 
 
  Paul 

Are you running NFS or NIS on the server?  How big are your volumes? Are
the errors always on trying to open /etc/mail/access.db or do they
occur for other files as well?

Finally, what modifications (if any) have you made to Sendmail?


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] qrunner with over 90% CPU

2003-08-09 Thread Richard Barrett
Take a look at:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg17786.html

On Saturday, August 9, 2003, at 07:29  pm, Jens Gutzeit wrote:

Hi all,

I'm new to mailman, I've it running on my mailserver for 2 internal
mailinglists with low traffic (10-40 mails per day), nothing special, 
most
text mails, a few Multipart-Mime mails and a bit HTMl crap.

Now I've seen that qrunner has a high CPU usage, I had restartet 
mailman but
that doens't change anything.

Here's ps aux|grep mailman output
mailman   1089  0.0  1.6  5980 3988 ?S20:08   0:00 
/usr/bin/python
/home/mailman/bin/mailmanctl -s -q start
mailman   1090  0.0  1.7  5884 4268 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
mailman   1091  0.0  1.7  5888 4272 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
mailman   1092  0.0  1.7  5884 4268 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
mailman   1093  0.0  1.7  5888 4272 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
mailman   1094  0.0  1.7  5924 4308 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
mailman   1095 95.4  1.7  5936 4360 ?R20:08   8:39 qrunner
/home/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s

mailman   1096  0.0  1.7  5892 4272 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
root  1421  0.0  0.2  1780  736 pts/6S20:17   0:00 grep 
mailman

Well that looks something strange to me, I can't find anything special 
in the
logs.

I'm running 2.1.2 on Debian woody with Postfix-2 as MTA.

The time for the qrunner --runner=OutgoingRunner:0:1 -s was at 683 
before I
had restartet mailman, for me it looks like an infinite loop, but what 
could
cause this?

BTW: I can still post to the lists, without any problems or high delay.

Thanks in advance,
Jens Gutzeit
---
Richard Barrett   http://www.openinfo.co.uk
--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] qrunner with over 90% CPU

2003-08-09 Thread Jens Gutzeit
Hi all,

I'm new to mailman, I've it running on my mailserver for 2 internal 
mailinglists with low traffic (10-40 mails per day), nothing special, most 
text mails, a few Multipart-Mime mails and a bit HTMl crap.

Now I've seen that qrunner has a high CPU usage, I had restartet mailman but 
that doens't change anything.

Here's ps aux|grep mailman output
mailman   1089  0.0  1.6  5980 3988 ?S20:08   0:00 /usr/bin/python 
/home/mailman/bin/mailmanctl -s -q start
mailman   1090  0.0  1.7  5884 4268 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
mailman   1091  0.0  1.7  5888 4272 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
mailman   1092  0.0  1.7  5884 4268 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
mailman   1093  0.0  1.7  5888 4272 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
mailman   1094  0.0  1.7  5924 4308 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
mailman   1095 95.4  1.7  5936 4360 ?R20:08   8:39 qrunner 
/home/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s

mailman   1096  0.0  1.7  5892 4272 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
root  1421  0.0  0.2  1780  736 pts/6S20:17   0:00 grep mailman

Well that looks something strange to me, I can't find anything special in the 
logs.

I'm running 2.1.2 on Debian woody with Postfix-2 as MTA.

The time for the qrunner --runner=OutgoingRunner:0:1 -s was at 683 before I 
had restartet mailman, for me it looks like an infinite loop, but what could 
cause this?

BTW: I can still post to the lists, without any problems or high delay.

Thanks in advance,
Jens Gutzeit


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org