service start nagios: he control process exited with error c

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: service start nagios: he control process exited with err

Post by scottwilkerson »

I believe there is an issue with 4.3.4 on certain systems as we have has several reports.

Our developers are looking into testing this but I want you to get going ASAP without any more pain.

In your init script shown above if you make the following change it should prevent the error and allow the service to start

Change

Code: Select all

checkconfig="true"
to

Code: Select all

checkconfig="false"
This should get you going.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
misja
Posts: 6
Joined: Tue Aug 22, 2017 9:37 am

Re: service start nagios: he control process exited with err

Post by misja »

Hello Scott,

this works!

Thanks for your help and sorry for the slow response I misted your reply untill today there was no notification of your post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: service start nagios: he control process exited with err

Post by scottwilkerson »

misja wrote:Hello Scott,

this works!

Thanks for your help and sorry for the slow response I misted your reply untill today there was no notification of your post.
Glad it is working.

This is something our dev team is looking into as a bug, and should be fixed in the next release or 2.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked