CENTOS 7 - curl - Could not resolve host - mirrorlist.centos.org - Unknown error: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «=== CENTOS 7 - curl - Could not resolve host - mirrorlist.centos.org - Unknown error === # yum update Loaded plugins: fastestmirror Loading mirror speeds fro...»)
 
Строка 1: Строка 1:
 
=== CENTOS 7 - curl - Could not resolve host - mirrorlist.centos.org - Unknown error ===
 
=== CENTOS 7 - curl - Could not resolve host - mirrorlist.centos.org - Unknown error ===
  
 +
Протестировано 03.07.2024:
  
 
  # yum update
 
  # yum update

Версия 09:38, 3 июля 2024

CENTOS 7 - curl - Could not resolve host - mirrorlist.centos.org - Unknown error

Протестировано 03.07.2024:

# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
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"


Временное решение - это заменить репозиторий на vault.centos.org

# 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