I have a hosting client using MailMan with about 10,000 subscribers. He sends mail only about once or twice a year and it is an announcement only list, no discussion, he is the only one who posts. Recently he posted and now I am getting constantly flooded with the following message.
I have killed the mailman running processes and rebooted the server. The error message continue. What is causing this error and how do I stop it?
Delivered-To: support@pczero.net Envelope-to: root@morpheus.rvaservers.com To: root@morpheus.rvaservers.com Subject: lfd on morpheus.rvaservers.com: Excessive resource usage: mailman (11571 (Parent PID:11569)) From: <root@morpheus.rvaservers.com> Date: Thu, 22 Dec 2022 08:35:47 -0500
Time: Thu Dec 22 08:35:47 2022 -0500 Account: mailman Resource: Process Time Exceeded: 1857 > 1800 (seconds) Executable: /usr/bin/python2.7 Command Line: /usr/bin/python2 /usr/local/cpanel/3rdparty/mailman/bin/qrunner --runner=BounceRunner:0:1 -s PID: 11571 (Parent PID:11569) Killed: No
- PCZero Support <support@pczero.net>:
Delivered-To: support@pczero.net Envelope-to: root@morpheus.rvaservers.com To: root@morpheus.rvaservers.com Subject: lfd on morpheus.rvaservers.com: Excessive resource usage: mailman (11571 (Parent PID:11569)) From: <root@morpheus.rvaservers.com> Date: Thu, 22 Dec 2022 08:35:47 -0500
Time: Thu Dec 22 08:35:47 2022 -0500 Account: mailman Resource: Process Time Exceeded: 1857 > 1800 (seconds) Executable: /usr/bin/python2.7 Command Line: /usr/bin/python2 /usr/local/cpanel/3rdparty/mailman/bin/qrunner --runner=BounceRunner:0:1 -s PID: 11571 (Parent PID:11569) Killed: No
So this is basically your monitoring complaining that the process "/usr/bin/python2 /usr/local/cpanel/3rdparty/mailman/bin/qrunner --runner=BounceRunner:0:1" (running as the user "mailman") is using more than 1800s of process time.
It's possible that a lot of mails bounced and thus the BounceRunner has assloads of stuff to processs.
mailq
output might give a clue if there's a lot of stuff in the queue
-- Ralf Hildebrandt Charité - Universitätsmedizin Berlin Geschäftsbereich IT | Abteilung Netzwerk
Campus Benjamin Franklin (CBF) Haus I | 1. OG | Raum 105 Hindenburgdamm 30 | D-12203 Berlin
Tel. +49 30 450 570 155 ralf.hildebrandt@charite.de https://www.charite.de
Ralf Hildebrandt wrote:
PCZero Support support@pczero.net:
Delivered-To: support@pczero.net Envelope-to: root@morpheus.rvaservers.com To: root@morpheus.rvaservers.com Subject: lfd on morpheus.rvaservers.com: Excessive resource usage: mailman (11571 (Parent PID:11569)) From: root@morpheus.rvaservers.com Date: Thu, 22 Dec 2022 08:35:47 -0500 Time: Thu Dec 22 08:35:47 2022 -0500 Account: mailman Resource: Process Time Exceeded: 1857 > 1800 (seconds) Executable: /usr/bin/python2.7 Command Line: /usr/bin/python2 /usr/local/cpanel/3rdparty/mailman/bin/qrunner --runner=BounceRunner:0:1 -s PID: 11571 (Parent PID:11569) Killed: No So this is basically your monitoring complaining that the process "/usr/bin/python2 /usr/local/cpanel/3rdparty/mailman/bin/qrunner --runner=BounceRunner:0:1" (running as the user "mailman") is using more than 1800s of process time. It's possible that a lot of mails bounced and thus the BounceRunner has assloads of stuff to processs. mailq output might give a clue if there's a lot of stuff in the queue
I will try it, thx
participants (3)
-
Jess Kim
-
PCZero Support
-
Ralf Hildebrandt