yum update all 또는 Yum search를 실행하려고 하면 다음과 같은 오류가 발생합니다.
[root@localhost /]# yum 로드된 모든 플러그인 검색: fastmirror, langpacks C7.0.1406-base | 3.6 kB 00:00:00
C7.0.1406-centosplus | 3.6 kB 2.9 kB 00:00:00
C7.0.1406- extra | 2.9kB 00:00:00
C7.0.1406-fasttrack | 2.9kB 00:00:00
C7.0.1406 업데이트 | 2.9kB 00:00:00 C7.1.1503-
베이스 |
centosplus | 3.6kB 3.4kB 00:00:00
C7.1.1503-추가 | 3.4kB 00:00:00
C7.1.1503-fasttrack | 3.4kB 00:00:00
C7.1.1503-업데이트|
http://vault.centos.org/7.2.1511/os/x86_64/repodata/repomd.xml:[Errno 14] 컬#7 - "2a00:f10:10b:13::10에 연결할 수 없습니다: 네트워크에 연결할 수 없습니다." 다른 미러를 시도하는 중입니다. C7.2.1511-기본 | 3.6kB 00:00:00
C7.2.1511-centosplus | 3.6kB 3.4kB 00:00:00
C7.2.1511-추가 3.4kB 00:00:00
C7.2.1511-fasttrack | :00:00
C7.2.1511-업데이트 | 3.4kB 00:00:00
C7.3.1611-기본 | 3.6kB 00:00:00
C7.3.1611-centosplus | 3.6kB 3.4kB 00:00:00
C7.3.1611-추가 3.4kB 00:00:00 C7.3.1611
-fasttrack | 3.3kB 00:00:00기본 | 2.5kB 00:00 :00기본 소스 | 2.9 kB 00:00:00 file:///media/CentOS/repodata/repomd.xml: [Errno 14]curl#37 - "/media/CentOS/repodata/repomd.xml 파일을 열 수 없습니다" try 다른 이미지. file:///media/cdrom/repodata/repomd.xml: [Errno 14] 컬#37 - "/media/cdrom/repodata/repomd.xml 파일을 열 수 없습니다." 다른 미러를 사용해 보세요. file:///media/cdrecorder/repodata/repomd.xml: [Errno 14] 컬#37 - "/media/cdrecorder/repodata/repomd.xml 파일을 열 수 없습니다." 다른 미러를 사용해 보세요.
구성된 리포지토리 중 하나가 실패했으며(CentOS-7 - 미디어) yum에 캐시된 데이터가 부족하여 계속할 수 없습니다. 이 시점에서 yum이 할 수 있는 유일한 안전한 일은 실패입니다. 이 문제를 "수정"하는 방법에는 여러 가지가 있습니다.
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=c7-media ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable c7-media
or
subscription-manager repos --disable=c7-media
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=c7-media.skip_if_unavailable=true
실패: c7-media의 repodata/repomd.xml: [Errno 256] 더 이상 시도할 미러가 없습니다. file:///media/CentOS/repodata/repomd.xml: [Errno 14] 컬#37 - "/media/CentOS/repodata/repomd.xml 파일을 열 수 없습니다." file:///media/cdrom/repodata /repomd .xml: [Errno 14] 컬 #37 - "/media/cdrom/repodata/repomd.xml 파일을 열 수 없습니다." file:///media/cdrecorder/repodata/repomd.xml: [Errno 14] 컬 #37 - " /media/cdrecorder/repodata/repomd.xml 파일을 열 수 없습니다."