Removendo o cache resolvido
rm -Rf /var/cache
e crie uma nova pasta
mkdir /var/cache
Isso funcionou para mim.
Eu ocasionalmente configuro um proxy de túnel SSH para fazer parecer que estou usando a internet de outro local. Eu configurei com:
ssh -D 8080 <remote host>
e use a caixa de diálogo Configurações de rede do shell do gnome para definir o proxy como http://localhost:8080
.
Atualmente, o proxy está definido como Nenhum e minha conexão ssh
está desconectada.
Minha navegação na internet está funcionando bem. No entanto, não consigo usar yum
:
[root@Eiger yum.repos.d]# yum update
Loaded plugins: langpacks, refresh-packagekit
http://linuxdownload.adobe.com/linux/x86_64/repodata/repomd.xml: [Errno 14] curl
#7 - "Failed connect to localhost:8080; Connection refused"
Trying other mirror.
<repeated 9 more times>
One of the configured repositories failed (Adobe Systems Incorporated),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
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. Disable the repository, 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 adobe-linux-x86_64
4. 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=adobe-linux-x86_64.skip_if_unavailable=true
failure: repodata/repomd.xml from adobe-linux-x86_64: [Errno 256] No more mirrors to try.
http://linuxdownload.adobe.com/linux/x86_64/repodata/repomd.xml: [Errno 14] curl
#7 - "Failed connect to localhost:8080; Connection refused"
<repeated 9 more times>
Se eu desabilitar o adobe-linux
repo, ele simplesmente diz:
[root@Eiger yum.repos.d]# yum update
Loaded plugins: langpacks, refresh-packagekit
One of the configured repositories failed (Unknown),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
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. Disable the repository, 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 <repoid>
4. 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=<repoid>.skip_if_unavailable=true
Cannot retrieve metalink for repository: fedora/19/x86_64. Please verify its path and try again
É estranho que não saiba o nome do repositório que está falhando pela segunda vez. Também é estranho que ele não tente nenhum dos outros repositórios que eu configurei (fedora, atualizações do fedora, google-chrome, google-talkplugin, insync, intellinuxgraphics, rpmfusion-free, rpmfusion- atualizações gratuitas, rpmfusion-nonfree, rpmfusion-nonfree-updates).
Isso está funcionando há mais de um ano e não toquei em /etc/yum*
.
Eu coloquei meu computador para dormir e acordei um dia depois. Agora tudo está funcionando normalmente. Não tenho explicação para o comportamento visto ontem, mas não consigo mais reproduzi-lo.
Removendo o cache resolvido
rm -Rf /var/cache
e crie uma nova pasta
mkdir /var/cache
Isso funcionou para mim.
Eu confirmo que meu arquivo de configuração do YUM, /etc/yum.conf
não contém% al_de% definições ala:
[main]
proxy=http://localhost:8080
proxy_username=put_proxy_user_name_here
proxy_password=put_proxy_user_password_here
Certifique-se também de que nenhum dos outros arquivos proxy
em .conf
também não tenha nenhuma menção aos detalhes do proxy.
Eu também depuraria o problema mais fazendo uso do recurso detalhado do /etc/yum.repo.d/*
:
$ yum -v ....