Page 2 of 2

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

Posted: Wed Sep 06, 2017 4:48 pm
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.

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

Posted: Mon Sep 11, 2017 8:34 am
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.

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

Posted: Mon Sep 11, 2017 10:10 am
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.