Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: tiagocaus on June 18, 2019, 12:25:54 PM

Title: Excessive resource usage: rpc (2453 (Parent PID:2453))
Post by: tiagocaus on June 18, 2019, 12:25:54 PM
Code: [Select]
Time:         Tue Jun 18 09:00:14 2019 -0300
Account:      rpc
Resource:     Process Time
Exceeded:     556997 > 1800 (seconds)
Executable:   /usr/sbin/rpcbind
Command Line: /sbin/rpcbind -w
PID:          2453 (Parent PID:2453)
Killed:       No
Title: Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
Post by: Sandeep on June 21, 2019, 08:47:33 AM
you can add the executable to /etc/csf/csf.pignore
to stop recieving alerts from rpcbind
Title: Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
Post by: tiagocaus on June 21, 2019, 12:28:50 PM

What does this error mean?

What can I do to correct this error? do not ignore it.
Title: Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
Post by: Igor S. on June 23, 2019, 06:56:19 AM
That is not an error. Just add it as @Sandeep said
Title: Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
Post by: tiagocaus on June 26, 2019, 10:01:23 PM


I do not want to ignore a warning. I want what the warning is and correct it.

What needs to be done to correct?
Title: Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
Post by: interweb on December 12, 2024, 09:54:59 PM
SOLUTION:

https://saadhost.com/handling-excessive-resource-usage-emails-on-cwp7/
Title: Re: Excessive resource usage: rpc (2453 (Parent PID:2453))
Post by: cyberspace on December 14, 2024, 08:52:41 AM

I do not want to ignore a warning. I want what the warning is and correct it.

What needs to be done to correct?

CSF/LFD is configured to send warnings if some process running more than 1800 seconds on your server. As you can see from the warning message rpcbind works more than 1800 seconds. That is why you got the email.

It is ok for rpcbind because it is a daemon. So add the process to exceptions (/etc/csf/csf.pignore) as @Sandeep recommended or stop/disable rpcbind if you don't need it.