lfd on server: Excessive resource usage: mailman
Hi
i recive following email each time in email,
[QUOTE]Time: Tue Oct 15 13:06:36 2013 +0500
Account: mailman
Resource: Process Time
Exceeded: 641992 > 1800 (seconds)
Executable: /usr/bin/python
Command Line: /usr/local/cpanel/3rdparty/bin/python /usr/local/cpanel/3rdparty/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
PID: 826515 (Parent PID:826502)
Killed: No
What is problem? that is normall? if that is normall, i can put in whitelist CSF? Thanks!
What is problem? that is normall? if that is normall, i can put in whitelist CSF? Thanks!
-
re: lfd on server: Excessive resource usage: mailman also i recived below email, That is normall? [QUOTE]Time: Tue Oct 15 14:02:18 2013 +0500 Account: cpanelroundcube Resource: Virtual Memory Size Exceeded: 234 > 200 (MB) Executable: /usr/local/cpanel/3rdparty/php/53/bin/php-cgi Command Line: /usr/local/cpanel/3rdparty/php/53/bin/php-cgi -c /usr/local/cpanel/3rdparty/php/53/etc/roundcube /usr/local/cpanel/base/3rdparty/roundcube/index.php PID: 513158 (Parent PID:513154) Killed: No 0 -
This message isn't from your cPanel of course. It's coming from CSF/LFD. Process Tracking and csf.pignore - ConfigServer Scripts Community Forum It is normal that you would be alerted to these processes. It's up to you how you manage the details they provide. 0 -
This message isn't from your cPanel of course. It's coming from CSF/LFD. Process Tracking and csf.pignore - ConfigServer Scripts Community Forum It is normal that you would be alerted to these processes. It's up to you how you manage the details they provide.
Hi, I know this is an old thread but I have the exact same issue. How can it be normal for a mailman process to run for (in the OP's case) 179 hours?0 -
After reading Thank you.
0 -
Hi i am have started having this problem, i thought mailman was for emails not mail list. In tweak settings i see these options below do i turn them all off ? Include mailman in disk usage calculations On default Off Count mailman deliveries towards a domain"s Max hourly emails. [?] On Off default Restrict outgoing SMTP to root, exim, and mailman (FKA SMTP Tweak) [?] On default Off Enable Mailman mailing lists On default Off Prefix "mail." onto Mailman URLs [?] 0 -
Enable Mailman mailing lists On
You would disable that option if you want to disable Mailman. Information on how to disable or enable Mailman is found at: Mailman FAQ - Documentation - cPanel Documentation Thank you.0 -
Thank you i have changed that will see if they stop. This wont have any affect on mail then ? 0 -
Thank you i have changed that will see if they stop. This wont have any affect on mail then ?
This will only disable Mailman, which is utilized for mailing lists. Thank you.0 -
CPanel servers normally ignore qrunner and other common mailman components. However, changes in how/where/which python is installed have resulted in those original ignores not working. Python may no longer be in /usr/bin, but instead in /usr/local/cpanel/3rdparty/bin/ It also may not be python, but python2 (or maybe 5 by the time you are reading this). So one fix for this problem is to edit the file /etc/csf/csf.pignore and ensure that it is ignoring ignoring the right file. In my file I now have the lines: pcmd:/usr/local/cpanel/3rdparty/bin/python.? /usr/local/cpanel/3rdparty/mailman/bin/qrunner.* pcmd:/usr/local/cpanel/3rdparty/bin/python.? /usr/local/cpanel/3rdparty/mailman/bin/mailmanctl.* This will allow csf to ignore qrunner and mailmanctl when launched python2 or 3 in their new location. Make your appropriate edit and restart csf with a csf -r 0
Please sign in to leave a comment.
Comments
10 comments