Upgrade from 2.1.15 to 2024R1 failing

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Post Reply
User avatar
espaanbroek
Posts: 6
Joined: Tue Apr 03, 2018 1:54 am
Location: Dordrecht, The Netherlands
Contact:

Upgrade from 2.1.15 to 2024R1 failing

Post by espaanbroek »

I am trying to update our Nagios Logserver cluster and on the first node a probem is occuring on the first try.

The problem is the upgrade script is not able to create the symlink because it already exist:

'ln -s /opt/python3.9/bin/python3.9 /usr/local/bin/python3.9'

When I delete the symlink it is recreated by the script, but then the upgrade of pip is failing:

'python3.9 -m pip install --upgrade pip'

It gives the error python3.9 can't be found. It is installed and the symlink exists, but not running under the root account.

How do I update our Nagios logservers now?
User avatar
danderson
Posts: 111
Joined: Wed Aug 09, 2023 10:05 am

Re: Upgrade from 2.1.15 to 2024R1 failing

Post by danderson »

Thanks for reaching out @espaanbroek,

I would check to make sure /usr/local/bin is in the PATH system variable.

Let me know if this doesn't help.
User avatar
espaanbroek
Posts: 6
Joined: Tue Apr 03, 2018 1:54 am
Location: Dordrecht, The Netherlands
Contact:

Re: Upgrade from 2.1.15 to 2024R1 failing

Post by espaanbroek »

You're right danderson. That was the problem.

Thanks!
Post Reply