Objective
The objective is to present the solution for “xinetd: unrecognized service” error that accurs when you try run xinetd
Symptom
While you try to run xinetd occurs the error: “xinetd: unrecognized service“.
[root@localhost nrpe-2.13]# service xinetd restart xinetd: unrecognized service
Verifying this information, it should be noted that there is no installed xinetd.
Solution
To resolve, install the packages that are requirements.
[root@localhost]# yum install gcc openssl-devel net-snmp-utilis-y
Finally, restart xinetd.
[root@localhost libexec]# service xinetd restart Stopping xinetd: [OK] Starting xinetd: [OK]