Quando tentei executar o yum update all ou a pesquisa do Yum, tudo que obtive está abaixo do erro:
[root @ localhost /] # yum pesquisar todos
Plugins carregados: fastestmirror, langpacks
C7.0.1406-base | 3,6 kB 00:00:00
C7.0.1406-centosplus | 2,9 kB 00:00:00
C7.0.1406-extras | 2,9 kB 00:00:00
C7.0.1406-fasttrack | 2,9 kB 00:00:00
C7.0.1406-updates | 2,9 kB 00:00:00
C7.1.1503-base | 3,6 kB 00:00:00
C7.1.1503-centosplus | 3,4 kB 00:00:00
C7.1.1503-extras | 3,4 kB 00:00:00
C7.1.1503-fasttrack | 3,4 kB 00:00:00
C7.1.1503-updates | 3,4 kB 00:00:00
link : [Errno 14] Curl # 7 - "Falha ao conectar-se a 2a00: f10: 10b: 13 :: 10: a rede está inacessível"
Tentando outro espelho.
C7.2.1511-base | 3,6 kB 00:00:00
C7.2.1511-centosplus | 3,4 kB 00:00:00
C7.2.1511-extras | 3,4 kB 00:00:00
C7.2.1511-fasttrack | 3,3 kB 00:00:00
C7.2.1511-updates | 3,4 kB 00:00:00
C7.3.1611-base | 3,6 kB 00:00:00
C7.3.1611-centosplus | 3,4 kB 00:00:00
C7.3.1611-extras | 3,4 kB 00:00:00
C7.3.1611-fasttrack | 3,3 kB 00:00:00
C7.3.1611-updates | 3,4 kB 00:00:00
base | 3,6 kB 00:00:00
base-debuginfo | 2,5 kB 00:00:00
base-fonte | 2,9 kB 00:00:00
file: ///media/CentOS/repodata/repomd.xml: [Errno 14] curl # 37 - "Não foi possível abrir o arquivo /media/CentOS/repodata/repomd.xml"
Tentando outro espelho.
file: ///media/cdrom/repodata/repomd.xml: [Errno 14] curl # 37 - "Não foi possível abrir o arquivo /media/cdrom/repodata/repomd.xml"
Tentando outro espelho.
file: ///media/cdrecorder/repodata/repomd.xml: [Errno 14] curl # 37 - "Não foi possível abrir o arquivo /media/cdrecorder/repodata/repomd.xml"
Tentando outro espelho.
Um dos repositórios configurados falhou (CentOS-7 - Media), e o yum não tem dados em cache suficientes para continuar. Neste ponto, o único Uma coisa segura que o yum pode fazer é falhar. Existem algumas maneiras de trabalhar "consertar" isso:
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
falha: repodata / repomd.xml de c7-media: [Errno 256] Não há mais espelhos para tentar. file: ///media/CentOS/repodata/repomd.xml: [Errno 14] curl # 37 - "Não foi possível abrir o arquivo /media/CentOS/repodata/repomd.xml" file: ///media/cdrom/repodata/repomd.xml: [Errno 14] curl # 37 - "Não foi possível abrir o arquivo /media/cdrom/repodata/repomd.xml" file: ///media/cdrecorder/repodata/repomd.xml: [Errno 14] curl # 37 - "Não foi possível abrir o arquivo /media/cdrecorder/repodata/repomd.xml"
Tags yum