Description of problem: The NRPE daemon in Fedora 18 does not start up automatically (with systemd). Version-Release number of selected component (if applicable): nrpe-2.13-1.fc18.x86_64 How reproducible: Always. Steps to Reproduce: 1. yum install nrpe 2. systemctl start nrpe Actual results: systemctl reports: Job for nrpe.service failed. See 'systemctl status nrpe.service' and 'journalctl -n' for details. Expected results: nrpe is started. Additional info: This is because /usr/lib/systemd/system/nrpe.service tries to start /usr/bin/nrpe, but nrpe is actually installed in /usr/sbin/. Correcting the path here fixes the problem for me.
*** This bug has been marked as a duplicate of bug 860982 ***
Ben, Package nrpe-2.13-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, Update it with: # su -c 'yum update --enablerepo=updates-testing nrpe-2.13-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-0815/nrpe-2.13-2.fc18 then log in and leave karma (feedback). If you can leave more positive karma then it'll go into stable with the next round of Fedora updates