Page 1 of 1
Manual full install on Centos 8
Posted: Thu Jul 09, 2020 5:32 am
by tpwebb
Hello,
I was trying to do an manual installation of our system to Centos 8, I ran into a problem
The message that it stopped on was
Collecting pymssql<3
I did find this web page, it may be unrelated
https://github.com/pymssql/pymssql/issues/668
Hoping you can assist.
Re: Manual full install on Centos 8
Posted: Thu Jul 09, 2020 10:38 am
by scottwilkerson
Could you attach the full install.log from the installation directory?
Re: Manual full install on Centos 8
Posted: Thu Jul 09, 2020 6:37 pm
by tpwebb
As requested the install log file
install.log
Thanks Again
Re: Manual full install on Centos 8
Posted: Fri Jul 10, 2020 7:06 am
by scottwilkerson
It looks like the system is having problems reaching out to install the package from pip
Is this system behind a proxy?
Re: Manual full install on Centos 8
Posted: Fri Jul 10, 2020 10:12 pm
by tpwebb
Yes, the system is behind a proxy. Have I missed one, I have done yum, wget and curl?
Regards
Re: Manual full install on Centos 8
Posted: Sat Jul 11, 2020 6:13 pm
by tpwebb
Hello,
I had added entries to files yum.conf, wgetrc and a alias for curl to use the proxy.
Is this a better approach?
export http_proxy=http://<IP Address>:<Port>/
export https_proxy=https://<IP Address>:<Port>/
This appears to work to rectify the point where my issue started.
I have now manged to do a full install and restore of my existing system, still working through some issues there.
Thanks
Terry
Re: Manual full install on Centos 8
Posted: Mon Jul 13, 2020 1:32 pm
by lmiltchev
This is our recommended approach for use of proxies:
https://support.nagios.com/kb/article/n ... s-147.html
I have now manged to do a full install and restore of my existing system, still working through some issues there.
I am glad that you were able to complete the full install successfully. Please start a new thread for any issues that you might have with Nagios XI 5.7.1. Thanks!