Page 1 of 1

Problem in report

Posted: 26 Jan 2014, 08:00
by 3245
Hello
daily i have report to my email like below information, for all user,
=======
Time: Sun Jan 26 05:52:00 2014 +0430
Account: user
Resource: Virtual Memory Size
Exceeded: 206 > 200 (MB)
Executable: /usr/local/cpanel/3rdparty/perl/514/bin/perl
Command Line: pkgacct - user - av: 3
PID: 451695 (Parent PID:451617)
Killed: No
=======
Time: Sun Jan 26 05:40:59 2014 +0430
Account: user2
Resource: Virtual Memory Size
Exceeded: 207 > 200 (MB)
Executable: /usr/local/cpanel/3rdparty/perl/514/bin/perl
Command Line: pkgacct - user2 - av: 3
PID: 448149 (Parent PID:448044)
Killed: No
========

i think each day when cpanel get backup, sent me this email, how i can resolve this ?

Thanks.

Re: Problem in report

Posted: 03 Apr 2014, 07:19
by krisdv
Hi,

Did you ever find a solution for this?

Thank you.

Re: Problem in report

Posted: 04 Apr 2014, 03:54
by Sergio
the solution is quite simple, add the process to lfd.pignore file, like this:
exe:/usr/local/cpanel/3rdparty/perl/514/bin/perl
and the restart LFD only.

Re: Problem in report

Posted: 04 Apr 2014, 13:01
by krisdv
Is it that simple?

Are you sure that /usr/local/cpanel/3rdparty/perl/514/bin/perl is only used for the command pkgacct and not for other commands?

Re: Problem in report

Posted: 04 Apr 2014, 15:33
by Sergio
It is used for cpanel processes and I don't see why it can't be added to csf.pignore.

I have it in my own csf.pignore in all my servers.

Re: Problem in report

Posted: 22 Apr 2014, 08:44
by ahcute
sorry for buggin in , is this command ignore all other perl scripts by the user ?