오랫동안 사용하지 않은 CentOS 7을 실행하는 VM이 있습니다. 오늘 나는 그것을 시작하고을 사용하여 CentOS 시스템을 최신 버전으로 업데이트하려고 시도했지만 yum update
많은 오류가 발생했습니다.
Loaded plugins: fastestmirror, langpacks
http//bay.uchicago.edu/centos/7.0.1406/os/x86_64/repodata/repomd.xml:
[Errno 14] HTTP Error 404 - Not Found Trying other mirror.
http//mirror.cs.pitt.edu/centos/7.0.1406/os/x86_64/repodata/repomd.xml:
[Errno 14] HTTP Error 404 - Not Found Trying other mirror.
http//mirror.anl.gov/pub/centos/7.0.1406/os/x86_64/repodata/repomd.xml:
[Errno 14] HTTP Error 403 - Forbidden Trying other mirror.
http//mirror.pac-12.org/7.0.1406/os/x86_64/repodata/repomd.xml: [Errno
14] HTTP Error 404 - Not Found Trying other mirror.
http//centos.expedientevirtual.com/7.0.1406/os/x86_64/repodata/repomd.xml:
[Errno 14] HTTP Error 404 - Not Found Trying other mirror.
(많은 다른 유사한 오류는 생략됩니다 ...)
Trying other mirror. Loading mirror speeds from cached hostfile *
base: bay.uchicago.edu * epel: csc.mcs.sdsmt.edu * extras:
mirror.ancl.hawaii.edu * nux-dextop: li.nux.ro * updates:
centos-distro.cavecreek.net No packages marked for update
http
위의 오류 메시지에서 경고를 피하기 위해 콜론을 삭제했습니다 . 이 오류는 내가 사용하는 CentOS 버전에서 발생할 수 있다고 생각합니다. 7.0.1406-현재 최신 버전은 7.0.1588 등의 새 버전이므로 해당 경로가 존재하지 않으므로 HTTP 오류 404가 발생합니다. 현재 CentOS가 경로 이름을 최신 버전으로 자동 조정하고 올바른 URL에서 업데이트하는 방법은 무엇입니까? 감사.