daemon:daemon

agasar

Verified User
Joined
May 16, 2021
Messages
67
Hello

Continuous and frequent warning e-mails are received by the server as follows. Is this an important issue, what action should be taken? How can i solve this problem.

lfd on serve.rxxxx.org: Excessive resource usage: daemon (841 (Parent PID:841))

Time: Tue Mar 14 20:01:43 2023 +0300
Account: daemon
Resource: Process Time
Exceeded: 1097689 > 1800 (seconds)
Executable: /usr/sbin/rngd
Command Line: /usr/sbin/rngd -f --fill-watermark=0 -x pkcs11 -x nist -D daemon:daemon
PID: 841 (Parent PID:841)
Killed: No
 
Hi @agasar this is similar to the question you had about a week ago.


These warnings would only be a concern if you didn't expect this executable to be running on your server. I just checked my csf.pignore file and I do have the following entry:

exe:/sbin/rngd
 
Hello

/etc/csf/csf.pignore

In the above file, the following is attached. Appears to have been added.

exe:/sbin/rngd

Looks like the above has been added.
 

Attachments

  • rngd.png
    rngd.png
    42.2 KB · Views: 7
Hello,

The path is one that really matters:

Code:
Executable: /usr/sbin/rngd

The line in /etc/csf/csf.pignore differs.
 
Back
Top