Objetivo
Apresentar a solução para o erro “xinetd: unrecognized service” que ocorre ao tentar executar o xinetd
Sintoma
Ao tentar executar o xinetd ocorre o erro: “xinetd: unrecognized service“.
[root@localhost nrpe-2.13]# service xinetd restart xinetd: unrecognized service
Verificando essa informação, observa-se que não existe xinetd instalado.
Solução
Para resolver, instale os pacotes que são requisitos
[root@localhost]# yum install gcc openssl-devel net-snmp-utilis-y
Para finalizar, reinicie o xinetd
[root@localhost libexec]# service xinetd restart Stopping xinetd: [OK] Starting xinetd: [OK]