Another reconfigure process is still running, sleeping...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kendallchenoweth
Posts: 195
Joined: Fri Sep 13, 2013 10:43 am

Another reconfigure process is still running, sleeping...

Post by kendallchenoweth »

When I run reconfigure_ngaios.sh I get this error. What process is stuck? What's the best way to reset this state?

$ ./update_nagios_config.sh
/usr/local/nagiosxi/scripts
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 432 in Unknown on line 0
URL: https://localhost/nagiosxi/includes/components/ccm/
CMDLINE
/usr/bin/wget --save-cookies nagiosql.cookies --keep-session-cookies https://localhost/nagiosxi/includes/components/ccm/ --no-check-certificate --post-data 'submit=Login&hidelog=true&loginSubmitted=true&username=nagiosxi&password=0bggt2' -O nagiosql.login--2015-05-12 13:26:30-- https://localhost/nagiosxi/includes/components/ccm/
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:443... connected.
WARNING: cannot verify localhost’s certificate, issued by “/C=US/ST=MA/L=Natick/O=the MathWorks/OU=SSG/CN=nagiosxidev-00-ah/emailAddress=[email protected]”:
Self-signed certificate encountered.
WARNING: certificate common name “nagiosxidev-00-ah” doesn't match requested host name “localhost”.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: “nagiosql.login”

[ <=> ] 10,654 --.-K/s in 0.02s

2015-05-12 13:26:31 (544 KB/s) - “nagiosql.login” saved [10654]

LOGIN SUCCESSFUL!
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 432 in Unknown on line 0
IMPORTING CONFIG FILES...URL: https://localhost/nagiosxi/includes/components/ccm/
Array
(
)
Another reconfigure process is still running, sleeping...
Another reconfigure process is still running, sleeping...
.....
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Another reconfigure process is still running, sleeping..

Post by tmcdonald »

What XI version are you on?

Is cron running?

Code: Select all

service crond status
Former Nagios employee
daq
Posts: 19
Joined: Thu Mar 17, 2011 5:33 pm

Re: Another reconfigure process is still running, sleeping..

Post by daq »

tmcdonald wrote:What XI version are you on?

Is cron running?

Code: Select all

service crond status
Also getting same message. crond is running.
daq
Posts: 19
Joined: Thu Mar 17, 2011 5:33 pm

Re: Another reconfigure process is still running, sleeping..

Post by daq »

I ended up just deleting lock file manually and upgrade completed without any issues. YMMV.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Another reconfigure process is still running, sleeping..

Post by bwallace »

Thanks for the update, were there any other questions or should we go ahead and lock this thread?
Be sure to check out the Knowledgebase for helpful articles and solutions!
daq
Posts: 19
Joined: Thu Mar 17, 2011 5:33 pm

Re: Another reconfigure process is still running, sleeping..

Post by daq »

bwallace wrote:Thanks for the update, were there any other questions or should we go ahead and lock this thread?
I'm not the OP. I just thought my solution would be helpful.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Another reconfigure process is still running, sleeping..

Post by tmcdonald »

Going to close this anyway as the topic is quite old.
Former Nagios employee
Locked