Author Topic: แก้ไข Centos 5.x End of life YumRepo Error: All mirror URLs are not using ftp  (Read 5914 times)

golfreeze

  • Administrator
  • Hero Member
  • *****
  • Posts: 2141
    • View Profile
    • นั่งสมาธิ สติปัฏฐานสี่ พาเที่ยววัด แนะนำวัด แจกcd ธรรมะฟรี
    • Email
#yum update
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror, security
Determining fastest mirrors
YumRepo Error: All mirror URLs are not using ftp, http(s) or file.
 Eg. Invalid release/
removing mirrorlist with no valid mirrors: /var/cache/yum/extras/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: extras

เกิดจาก mirror ของ CentOS 5.x หมดอายุไปครับ ให้ทำการ echo mirror ด้านล่างลงไปนะครับ
เพื่อให้ทำการ Load mirror ที่ยังเปิดให้รับข้อมูล repo ของ CentOS 5.x อยู่

# echo "http://vault.centos.org/5.11/os/x86_64/" > /var/cache/yum/base/mirrorlist.txt
# echo "http://vault.centos.org/5.11/extras/x86_64/" > /var/cache/yum/extras/mirrorlist.txt
# echo "http://vault.centos.org/5.11/updates/x86_64/" > /var/cache/yum/updates/mirrorlist.txt

หลังจากนั้นทำการสั่ง yum update อีกรอบก็จะแก้ไขปัญหาได้ครับผม : )

#yum update
« Last Edit: กันยายน 14, 2017, 05:49:04 PM by golfreeze »