Fix lỗi trên CentOS7 Could not resolve host: mirrorlist.centos.org

  • Nguyên nhân: do CentOS 7 đã hết được hỗ trợ, nên toàn bộ repository đã chuyển qua lưu trữ vault
  • Cách khắc phục: SSH vào máy chủ, chạy lệnh:

sed -i.bak 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i.bak 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*

Was this article helpful?

Hướng dẫn liên quan

Leave A Comment?