Wget Timeout when running katello-installer

Latest response

Hi,

I'm trying to run katello-installer script and i'm getting the following error which looks like a wget time out. I've done a little reading and saw on a bug report the the problem is candlepin. I can't seem to find an updated version of this rpm that's not a src.rpm. Can anyone give me some guidance?

cat /var/log/katello-installer/katello-installer.log | grep ERROR
[ERROR 2021-03-29 22:16:25 main] /usr/bin/wget --timeout=30 --tries=5 --retry-connrefused -qO- http://localhost:8080/candlepin/admin/init >/var/log/candlepin/cpinit.log 2>&1 && touch /var/lib/candlepin/cpinit_done returned 8 instead of one of [0]
[ERROR 2021-03-29 22:16:25 main] /Stage[main]/Candlepin::Service/Exec[cpinit]/returns: change from notrun to 0 failed: /usr/bin/wget --timeout=30 --tries=5 --retry-connrefused -qO- http://localhost:8080/candlepin/admin/init >/var/log/candlepin/cpinit.log 2>&1 && touch /var/lib/candlepin/cpinit_done returned 8 instead of one of [0]
[ERROR 2021-03-29 22:16:31 main] Repeating errors encountered during run:
[ERROR 2021-03-29 22:16:31 main] /usr/bin/wget --timeout=30 --tries=5 --retry-connrefused -qO- http://localhost:8080/candlepin/admin/init >/var/log/candlepin/cpinit.log 2>&1 && touch /var/lib/candlepin/cpinit_done returned 8 instead of one of [0]
[ERROR 2021-03-29 22:16:31 main] /Stage[main]/Candlepin::Service/Exec[cpinit]/returns: change from notrun to 0 failed: /usr/bin/wget --timeout=30 --tries=5 --retry-connrefused -qO- http://localhost:8080/candlepin/admin/init >/var/log/candlepin/cpinit.log 2>&1 && touch /var/lib/candlepin/cpinit_done returned 8 instead of one of [0]

Responses