[Error Message]
(1)
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/arch combination/
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: base
(2)
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/extras/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: extras
(3)
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/updates/mirrorlist.txt
Error: Cannot find a valid baseurl for repo: updates
[해결]
64bit에서 아래와 같이 3줄 입력 후 yum 업데이트 진행
# echo "https://vault.centos.org/6.10/os/x86_64/" > /var/cache/yum/x86_64/6/base/mirrorlist.txt
# echo "http://vault.centos.org/6.10/extras/x86_64/" > /var/cache/yum/x86_64/6/extras/mirrorlist.txt
# echo "http://vault.centos.org/6.10/updates/x86_64/" > /var/cache/yum/x86_64/6/updates/mirrorlist.txt
'programming > Linux' 카테고리의 다른 글
ERROR 1045 (28000): Access denied for user '-root'@'localhost' (using password: YES) (0) | 2021.07.08 |
---|---|
MariaDB5.5 설치 과정 (1) root password 설정 (0) | 2021.07.08 |
CentOS6 에서 MariaDB 설치 시 NOKEY, RPM is not installed 오류 (0) | 2021.07.08 |
[linux] CentOS 6.10 USB 설치 과정 (1) | 2021.07.06 |
SSH Key Clear (0) | 2021.07.02 |