Page 2 of 2

Re: Install error on Centos7: packets requested

Posted: Tue Apr 20, 2021 10:45 am
by vtrac
Hi,
Based on the error provided in the last replied, you do not have connection (internet).

Code: Select all

--2021-04-20 17:18:07--  https://assets.nagios.com/downloads/nagiosxi/packages/wkhtmltox-0.12.1.3.el7.x86_64.rpm
Resolving assets.nagios.com (assets.nagios.com)... 72.14.181.71, 2600:3c00::f03c:91ff:fedf:b821
Connecting to assets.nagios.com (assets.nagios.com)|72.14.181.71|:443... failed: Connection timed out.
Can you please try the manual install (please use "localinstall", not "install"):

Code: Select all

cd /tmp

wget https://assets.nagios.com/downloads/nagiosxi/packages/wkhtmltox-0.12.1.3.el7.x86_64.rpm

sudo yum localinstall ./wkhtmltox-0.12.1.3.el7.x86_64.rpm
If the above command completed successfully, please try the "./fullinstall" again.


Regards,
Vinh