3.2 -> 3.3 Upgrade Errors?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
scrantic
Posts: 17
Joined: Fri May 18, 2012 12:25 am

3.2 -> 3.3 Upgrade Errors?

Post by scrantic »

Hi Guys, Just making sure that the below errors encountered during our upgrade are not an issue?

Installing new PNP templates...
Updating init script...
Enabling large install tweaks...
Fixing config file permissions...
Fixing htpasswd permissions...
Checking group memberships...
Stopping httpd: [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: 3.2 -> 3.3 Upgrade Errors?

Post by yancy »

scrantic,

Is HTTPD running and accepting connections after the upgrade?

Code: Select all

service httpd status
regards,

-Yancy
scrantic
Posts: 17
Joined: Fri May 18, 2012 12:25 am

Re: 3.2 -> 3.3 Upgrade Errors?

Post by scrantic »

Yeh, All seems to be running OK just don't want to get stung in a week or month and find that something was missing :).
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: 3.2 -> 3.3 Upgrade Errors?

Post by mguthrie »

Yeah, I think you're ok. We have the upgrade script halt if there's a critical error that it encounters.
Locked