New Security Advisor notifications with High importance

Your new/first Tips, tricks and tutorial forum.
Post Reply
User avatar
admin
Site Admin
Posts: 31
Joined: March 7th, 2022, 1:09 am

New Security Advisor notifications with High importance

Post by admin »

Recently... I've got this message from Security Advisor:
New Security Advisor notifications with High importance

Type Module Advice
⛔ High Processes Detected 1 service that is running outdated executables: httpd.service You must take one of the following actions to ensure the system is up-to-date:

Restart the listed service using “systemctl restart httpd.service”; then click “Scan Again” to check non-service processes.
Reboot the server.

To fix this problems... Just do this with your root bash shell:

Code: Select all

systemctl restart httpd.service
/scripts/restartsrv_spamd
No need to reboot your server, just restarting spamd will take care of the issue.

Code: Select all

[root@srv8 ~]# systemctl restart httpd.service
[root@srv8 ~]# /scripts/restartsrv_spamd
Waiting for “spamd” to restart ………waiting for “spamd” to initialize ………finished.

Service Status
	spamd (spamd-dormant: waiting for connections [5] --max-children=5 --max-conn-per-child=200 --timeout-child=300 --timeout-tcp=30 --allowed-ips=127.0.0.1,::1 --pidfile=/var/run/spamd.pid --listen=5) is running as root with PID 3019440 (systemd+/proc check method).

Startup Log
	Sep 29 21:34:39 srv8.jsalfianmarketing.com spamd[3019440]: spamd: server pid: 3019440
	Sep 29 21:34:39 srv8.jsalfianmarketing.com spamd[3019440]: spamd: server successfully spawned child process, pid 3019454
	Sep 29 21:34:39 srv8.jsalfianmarketing.com spamd[3019440]: spamd: server successfully spawned child process, pid 3019455
	Sep 29 21:34:39 srv8.jsalfianmarketing.com spamd[3019440]: prefork: child states: II
	Sep 29 21:34:41 srv8.jsalfianmarketing.com spamd[3019440]: prefork: killing failed child 3019455 fd=8 at /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/Mail/SpamAssassin/SpamdForkScaling.pm line 168.
	Sep 29 21:34:41 srv8.jsalfianmarketing.com spamd[3019440]: prefork: killed child 3019455
	Sep 29 21:34:41 srv8.jsalfianmarketing.com spamd[3019440]: prefork: killing failed child 3019454 fd=6 at /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/Mail/SpamAssassin/SpamdForkScaling.pm line 168.
	Sep 29 21:34:41 srv8.jsalfianmarketing.com spamd[3019440]: prefork: killed child 3019454
	Sep 29 21:34:41 srv8.jsalfianmarketing.com spamd[3019440]: spamd: handled cleanup of child pid [3019454] due to SIGCHLD: interrupted, signal 2 (0002)
	Sep 29 21:34:42 srv8.jsalfianmarketing.com systemd[1]: Started Apache SpamAssassin™ deferral daemon.

spamd restarted successfully.
[root@srv8 ~]# 
Post Reply