Solved:Could not resolve host: mirrors.iuscommunity.org

Bugs in eFa 4
Post Reply
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Solved:Could not resolve host: mirrors.iuscommunity.org

Post by henk »

Yum update had an issue with the IUS mirror list. ( eFa4 kickstart on Centos7 minimal version installed some time ago)

Could not retrieve mirrorlist https://mirrors.iuscommunity.org/mirror ... tocol=http error was
14: curl#6 - "Could not resolve host: mirrors.iuscommunity.org; Unknown error"


See "https://github.com/iusrepo/infrastructure/issues/14
Steps:
1. Delete ius-release

Code: Select all

yum erase ius-release
rm /etc/yum.repos.d/ius*.repo*
2. and reinstalled it https://ius.io/setup

Code: Select all

yum install \
https://repo.ius.io/ius-release-el7.rpm \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
Post Reply