Re: [Mailman-Users] Stuck OutgoingRunner

2018-03-16 Thread Sebastian Hagedorn
It happened again yesterday. Details below. --On 7. Februar 2018 um 12:43:18 +0900 Yasuhito FUTATSUKI wrote: In fact, On 02/02/18 19:26, Sebastian Hagedorn wrote: root@mailman3/usr/lib/mailman/bin]$ strace -p 1677 Process 1677 attached recvfrom(10, ^CProcess 1677 detached indicates the O

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-06 Thread Yasuhito FUTATSUKI
On 02/07/18 01:01, Mark Sapiro wrote: On 02/06/2018 03:51 AM, Sebastian Hagedorn wrote: --On 4. Februar 2018 um 12:54:43 +0900 Yasuhito FUTATSUKI wrote: As far as I read the code, if OutgoingRunner catch SIGINT during waiting for response from the MTA, the signal handler for SIGINT in qrunne

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-06 Thread Mark Sapiro
On 02/06/2018 03:48 AM, Sebastian Hagedorn wrote: > > Is it possible that the OutgoingRunner was done with transmitting the > message and had already removed the queue file, but that the connection > hadn't yet been closed? Only if something went very wrong in SMTPDirect.process() which would ha

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-06 Thread Sebastian Hagedorn
--On 6. Februar 2018 um 08:01:18 -0800 Mark Sapiro wrote: On 02/06/2018 03:51 AM, Sebastian Hagedorn wrote: --On 4. Februar 2018 um 12:54:43 +0900 Yasuhito FUTATSUKI wrote: As far as I read the code, if OutgoingRunner catch SIGINT during waiting for response from the MTA, the signal handl

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-06 Thread Mark Sapiro
On 02/06/2018 03:51 AM, Sebastian Hagedorn wrote: > > --On 4. Februar 2018 um 12:54:43 +0900 Yasuhito FUTATSUKI > wrote: >> >> As far as I read the code, if OutgoingRunner catch SIGINT during waiting >> for response from the MTA, the signal handler for SIGINT in qrunner set >> flag to exit from l

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-06 Thread Sebastian Hagedorn
--On 4. Februar 2018 um 12:54:43 +0900 Yasuhito FUTATSUKI wrote: On 02/04/18 12:13, Mark Sapiro wrote: The status of 'S' for OutgoingRunner is "uninterruptable sleep". This means it's either called time.sleep for QRUNNER_SLEEP_TIME (default = 1 second) which is unlikely as it should wake up

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-06 Thread Sebastian Hagedorn
--On 3. Februar 2018 um 19:13:33 -0800 Mark Sapiro wrote: On 02/03/2018 01:03 AM, Sebastian Hagedorn wrote: Did you look at the out queue, and if so was there a .bak file there. This would be the entry currently being processed. I looked at the out queue, and there was no .bak file. Inte

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-03 Thread Yasuhito FUTATSUKI
On 02/04/18 12:13, Mark Sapiro wrote: The status of 'S' for OutgoingRunner is "uninterruptable sleep". This means it's either called time.sleep for QRUNNER_SLEEP_TIME (default = 1 second) which is unlikely as it should wake up, or it's waiting for response from something, most likely a response

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-03 Thread Mark Sapiro
On 02/03/2018 01:03 AM, Sebastian Hagedorn wrote: >> >> Did you look at the out queue, and if so was there a .bak file there. >> This would be the entry currently being processed. > > I looked at the out queue, and there was no .bak file. Interesting. That says that OutgoingRunner is not current

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-03 Thread Sebastian Hagedorn
Thanks for your reply! On 02/02/2018 02:26 AM, Sebastian Hagedorn wrote: [root@mailman3/usr/lib/mailman/bin]$ lsof -p 1677 COMMAND    PID    USER   FD   TYPE   DEVICE SIZE/OFF   NODE NAME python2.7 1677 mailman  cwd    DIR    253,0 4096 173998 /usr/lib/mailman python2.7 1677 mailman  rtd   

Re: [Mailman-Users] Stuck OutgoingRunner

2018-02-02 Thread Mark Sapiro
On 02/02/2018 02:26 AM, Sebastian Hagedorn wrote: > Hi, > > we've been running Mailman for many years and have never had stability > issues, but about a month ago we moved the server from RHEL 5 to RHEL 6 > and to the current version (2.1.25), and since then it has already > happened twice that on

[Mailman-Users] Stuck OutgoingRunner

2018-02-02 Thread Sebastian Hagedorn
Hi, we've been running Mailman for many years and have never had stability issues, but about a month ago we moved the server from RHEL 5 to RHEL 6 and to the current version (2.1.25), and since then it has already happened twice that one of our four OutgoingRunners got "stuck" and stopped hand

Re: [Mailman-Users] stuck bounce-events write

2011-11-22 Thread Mailman Admin
Hi Richard Haas On 2011-11-22 15:14, Richard Haas wrote: < ... > > > The original address that led to the bounce was accepted outbound for > delivery, and then came back about 17 seconds later, after remote > translation of > > @someresearch.com to @telecdyne.com > > ... but cam back only once

Re: [Mailman-Users] stuck bounce-events write

2011-11-22 Thread Richard Haas
On Tue, Nov 22, 2011 at 2:54 AM, Mark Sapiro wrote: > Richard Haas wrote: > > > >Last week, we ran into a rather odd event (first time we've seen it in a > >decade or so of Mailman ops), where a bounced message kept writing to its > >/var/mailman/data/bounce-events-PID.pck file, until it filled t

Re: [Mailman-Users] stuck bounce-events write

2011-11-21 Thread Mark Sapiro
Richard Haas wrote: > >Last week, we ran into a rather odd event (first time we've seen it in a >decade or so of Mailman ops), where a bounced message kept writing to its >/var/mailman/data/bounce-events-PID.pck file, until it filled the disk [...] >The first bounce seemed normal: > >Delivery faile

[Mailman-Users] stuck bounce-events write

2011-11-21 Thread Richard Haas
Greetings. Last week, we ran into a rather odd event (first time we've seen it in a decade or so of Mailman ops), where a bounced message kept writing to its /var/mailman/data/bounce-events-PID.pck file, until it filled the disk -- it wasn't a series of bounces (same delivery times on every receiv

Re: [Mailman-Users] Stuck....

2009-07-13 Thread Mark Sapiro
Brion Keagle wrote: >I'm new to MailMan, and I'm really stuck. My Linux skills aren't that great >either, but I did manage to get an Ubuntu server built, I got Python, Apache, >Sendmail, and Mailman all installed, but I just can't seem to get it to do >anything. I have followed the installati

[Mailman-Users] Stuck....

2009-07-12 Thread Brion Keagle
I'm new to MailMan, and I'm really stuck. My Linux skills aren't that great either, but I did manage to get an Ubuntu server built, I got Python, Apache, Sendmail, and Mailman all installed, but I just can't seem to get it to do anything. I have followed the installation instructions, but I'm

Re: [Mailman-Users] Stuck Notifications

2007-08-01 Thread Mark Sapiro
Jon Berry wrote >I have a mailing list that every day sends me reminders that there are >messages awaiting moderation, however, when I go to the admin area, there >are no messages shown. Unless this is the "-1 requests" of FAQ 3.38, and I doubt that it is, in every one of these occurrences for w

Re: [Mailman-Users] Stuck Notifications

2007-08-01 Thread Brad Knowles
On 8/1/07, Jon Berry wrote: > I have a mailing list that every day sends me reminders that there are > messages awaiting moderation, however, when I go to the admin area, there > are no messages shown. Did you read FAQ 3.38? -- Brad Knowles <[EMAIL PROTECTED]>, Consultant & Author LinkedIn P

[Mailman-Users] Stuck Notifications

2007-08-01 Thread Jon Berry
I have a mailing list that every day sends me reminders that there are messages awaiting moderation, however, when I go to the admin area, there are no messages shown. I have even removed and replaced the list. Anyone know how to get rid of these inaccurate daily notices? Jon Berry

[Mailman-Users] stuck trying to install Mailman on virtual server at buehill.com

2004-12-06 Thread Mark Rauterkus
HI All, I've a long-time webmaster and mailman list owner -- but I stink at installs. I need some help. Generally I just do a vinstall mailman at the shell prompt. Bingo. Done. But, that isn't an option. I've got two accounts now at Bluehill.com. I'm upgrading to a new box. By the way, in my

[Mailman-Users] Stuck between Mailman and MIMEDefang.

2003-12-04 Thread Gary Goldberg
Can anyone with knowledge on the interface between mailman and sendmail/MIMEDefang help me understand the best way to disable MIMEDefang for outbound Mailman traffic only? It's scanning everything on my dedicated Mailman server, which is double the work. I'd like it to scan only inbound from the ou

Re: [Mailman-Users] stuck in a password loop

2002-03-11 Thread Michael Johnson
On Monday, March 11, 2002, at 10:18 PM, Peggy O'Brien Dolter wrote: > I am the administrator for our Mailman list. This morning I approved a > subscription request, but the software prompted me again for my > password. > We repeated this dance about five times. I closed my browser and > opene

[Mailman-Users] stuck in a password loop

2002-03-11 Thread Peggy O'Brien Dolter
Hello, I am the administrator for our Mailman list. This morning I approved a subscription request, but the software prompted me again for my password. We repeated this dance about five times. I closed my browser and opened it again, tried again to approve the request, but again continued to g

Re: [Mailman-Users] Stuck outgoing message

2001-02-10 Thread J C Lawrence
On Mon, 05 Feb 2001 20:40:47 -0600 Richard Martin <[EMAIL PROTECTED]> wrote: > How can I flush out or delete messages queued by Mailman? I have > looked thorough the directories and archives, but I can't seem to > locate much on this one. Configure your MTA to not do DNS verification upong rec

Re: [Mailman-Users] Stuck outgoing message

2001-02-06 Thread Dan Mick
Richard Martin wrote: > > I am refining the definition of the problem 'Can not check MX records' > > Apparently there is a bad address in the users list, bad in the respect > that the destination server has a broken MX record. consequently, the > posted message is patiently waiting in queue, h

Re: [Mailman-Users] Stuck outgoing message, MX, DNS

2001-02-06 Thread Richard Martin
I am posting this solution back to the list so the title will be searchable. In addition to changing the sendmail.mc file, one can hand edit the sendmail.cf file and change the Timeout.rcpt setting. In many default configurations, this line is merely commented out. Glen Foster wrote: > It is n

[Mailman-Users] Stuck outgoing message

2001-02-05 Thread Richard Martin
I am refining the definition of the problem 'Can not check MX records' Apparently there is a bad address in the users list, bad in the respect that the destination server has a broken MX record. consequently, the posted message is patiently waiting in queue, hitting a brick wall every minute. Ho