Page 1 of 1

Upgrade from 2.1.15 to 2024R1 failing

Posted: Tue Jan 09, 2024 11:03 am
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?

Re: Upgrade from 2.1.15 to 2024R1 failing

Posted: Tue Jan 09, 2024 5:13 pm
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.

Re: Upgrade from 2.1.15 to 2024R1 failing

Posted: Wed Jan 10, 2024 9:12 am
by espaanbroek
You're right danderson. That was the problem.

Thanks!