Hi after updating RHEL my plugins working i get a
(Return code of 127 is out of bounds. Check if plugin exists)
I got no idea what I broke with updating the server
(Return code of 127 is out of bounds. Check if plugin exists
Re: (Return code of 127 is out of bounds. Check if plugin ex
seems I found what went wrong, the symblic lynk was removed during the update
found the solution in another forum posting:
[root@NSEU-ICT-NAGIOSXI libexec]# which python
/usr/bin/which: no python in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
emtry >> ???
ln -s /usr/bin/python3.6 /usr/bin/python
and now:
[root@NSEU-ICT-NAGIOSXI libexec]# which python
/bin/python
solved it
found the solution in another forum posting:
[root@NSEU-ICT-NAGIOSXI libexec]# which python
/usr/bin/which: no python in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
emtry >> ???
ln -s /usr/bin/python3.6 /usr/bin/python
and now:
[root@NSEU-ICT-NAGIOSXI libexec]# which python
/bin/python
solved it
Re: (Return code of 127 is out of bounds. Check if plugin ex
Awesome.
Nice work!
Thanks for following up to your original post.
Have a good day.
Nice work!
Thanks for following up to your original post.
Have a good day.