728x90
반응형
SMALL
Centos6 에서 yum 사용 시 All mirror URLs are not using ftp, http[s] or file 오류가 발생한다면
Error: All mirror URLs are not using ftp, http[s] or file.
Invalid release/repo/arch combination/
CentOS6 보안 업데이트 지원이 2020.11.30 부터 종료되면서 나오는 문제이다.
아래 명령어 수행 후 yum update 하면 해결 된다.
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
728x90
반응형
LIST
'IT > 예외처리' 카테고리의 다른 글
Error querying database. Cause: java.lang.IndexOutOfBoundsException (0) | 2022.06.15 |
---|---|
Windows 10 Update - 장치에 중요한 보안 및 품질 수정이 누락되어 있습니다. (0) | 2021.07.21 |
POODLE 취약점 처리 방법 (0) | 2014.10.27 |
Error getting generated key or setting result to parameter object (0) | 2014.07.14 |
톰캣 구동 시 에러 (0) | 2013.12.24 |