Resolving services that are running outdated executables
Hello, I am new to cpanel and linux, and I would like a help with an email that always arrives to the min of processes that I do not know how it ends.
I would like to know how I can give the right commands in the terminal, thanks for the help of all.
Detected 10 services that are running outdated executables: httpd.service lvestats.service atd.service dbus.service auditd.service getty@tty1.service systemd-udevd.service xvhealth.service polkit.service systemd-logind.service You must take one of the following actions to ensure the system is up-to-date:
Restart the listed services using "systemctl restart"; then click "Scan Again" to check non-service processes.I would like to know how I can give the right commands in the terminal, thanks for the help of all.
-
Hi @Hugo Aguiar To restart the services you'll just run one of the following - here I'm using httpd as an example: The script if it's available: /scripts/restartsrv_httpd
or if not available:systemctl restart httpd.service
Admittedly not many of the services listed in your case do have a /scripts/ script for them so you'd need to use systemctl to restart them or restart the server. Thanks!0 -
But where is the "Scan Again" link? 0 -
@ttremain - that link would be inside the notification email the server admin received. You can also do this manually by running the /scripts/find_outdated_services command from the server's terminal. 0
Please sign in to leave a comment.
Comments
3 comments