Есть старый сервер с Centos 7.x, решил обновить ОС, после ввода команды:
yum makecache
Получил ошибку
Loaded plugins: fastestmirror, priorities
Determining fastest mirrors
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 — «Could not resolve host: mirrorlist.centos.org; Unknown error»
Поддержка Centos 7.x закончился, репозиторий не резолвится.
Решение взял отсюда
# sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/CentOS-.repo
# sed -i s/^#.baseurl=http/baseurl=http/g /etc/yum.repos.d/CentOS-.repo
# sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/CentOS-.repo