Excessive resource usage

kimbo

Verified User
Joined
Apr 23, 2013
Messages
60
I'm asking myself if these messages are normal or the settings are not ok?
Getting on daily base messages like these:


Time:********* Thu Apr 25 06:09:41 2013 +0200
Account:******xxxxxxx
Process Count: 12 (Not killed)

Process Information:

User:xxxxxxx PID:23080 PPID:1602 Run Time:1680(secs) Memory:47980(kb) exe:/usr/libexec/dovecot/imap cmd:dovecot/imap [[email protected] 94.226.xxx.xxx IDLE]


Time:******** Thu Apr 25 06:41:42 2013 +0200
Account:***** xxxxxxxx
Resource:**** Process Time
Exceeded:**** 1807 > 1800 (seconds)
Executable:** /usr/libexec/dovecot/imap
Command Line: dovecot/imap [[email protected] 178.50.xxx.xxx]
PID:********* 23422 (Parent PID:1602)
Killed:****** No
 
Yes, that's coming from CSF/LFD, and you might need to whitelist, add:

Code:
exe:/usr/libexec/dovecot/imap

into a proper file located in /etc/csf/ and restart lfd.
 
Yes, that's coming from CSF/LFD, and you might need to whitelist, add:

Code:
exe:/usr/libexec/dovecot/imap

into a proper file located in /etc/csf/ and restart lfd.

We will see if this helps.. but I guess so ;)
So I add the rule here:
2013-04-25 12_29_56-comfixsolutions.net - DirectAdmin v1.43.0.png
...and restart it.
 
You should add more executables there, as the default list provided by CSF/LFD installation, has wrong paths which differs from those to which directadmin installs binaries, that's true for dovecot, mysql, apache, exim, proftpd as well: dovecot/pop3-login, dovecot/imap-login, dovecot/pop3, dovecot/imap, dovecot/auth, etc.
 
You should add more executables there, as the default list provided by CSF/LFD installation, has wrong paths which differs from those to which directadmin installs binaries, that's true for dovecot, mysql, apache, exim, proftpd as well: dovecot/pop3-login, dovecot/imap-login, dovecot/pop3, dovecot/imap, dovecot/auth, etc.

These are in the list at the moment:

exe:/usr/sbin/sshd
exe:/usr/sbin/proftpd
exe:/usr/libexec/gam_server
exe:/usr/sbin/named
exe:/usr/sbin/exim
exe:/usr/sbin/mysqld
exe:/usr/sbin/mysqld_safe
exe:/usr/libexec/hald-addon-acpi
exe:/usr/sbin/hald
exe:/bin/dbus-daemon
exe:/usr/bin/dbus-daemon-1
exe:/usr/libexec/hald-addon-keyboard
exe:/usr/libexec/dovecot/pop3-login
exe:/usr/libexec/dovecot/imap-login
exe:/usr/local/directadmin/directadmin
exe:/usr/local/directadmin/dataskq
exe:/usr/sbin/httpd
exe:/usr/bin/dbus-daemon
exe:/usr/local/mysql-5.1.54-linux-x86_64/bin/mysqld
exe:/usr/libexec/dovecot/anvil
exe:/usr/sbin/ntpd
exe:/sbin/ntpd
exe:/usr/bin/freshclam
user:cfxroot
exe:/usr/libexec/dovecot/imap
 
Back
Top