yumを更新しようとしています。これが私が受け取ったエラーです。
sudo yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
12: Timeout on http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os: (28,'connect() timed out!')
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
私がやったwget http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os
。決して通らないでしょう。それで何とか変えなければならないことを知りました。誰でもこの問題を解決する方法を教えてもらえますか?この問題に関連する多くの投稿が見つかりましたが、適切な解決策が見つかりませんでした。
私/etc/resolve.conf
のもの:
nameserver 130.102.115.238
nameserver 130.102.128.53
nameserver 130.102.2.53
追加しようとしましたが動作nameserver 8.8.8.8
しません。
私/etc/yum.repos.d/Centos-Base.repo
のもの:
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
ミラーリストにコメントを付けて、ベースURLのコメントを解除してみました。役に立たない。本当に助けが必要です。しばらくこれについていました。
PS私はClouderaを使用してHadoopノードを設定しようとしています。それから私はこの問題に直面しました。だから問題を特定するために別のyumアップデートを試しました。
答え1
ストレージファイルにプロキシ情報が設定されていないようです。 ~によるとhttp://www.centos.org/docs/5/html/yum/sn-yum-proxy-server.htmlの場合は、プロキシ、Proxy_username、およびProxy_passwordを指定する必要がありますyum.conf
。このドキュメントはCentOS 5用ですが、CentOS 6にも適用されます。
答え2
このエラーに関して同じ問題がありました:Cannot find a valid baseurl for repo: base and Could notretrievemirrorlisthttp://mirrorlist.centos.org/?release=6&arch=i386&repo=os&infra=stock
rootとしてユーザー名のパスワードを指定した場合は、sudoersファイルに存在する必要があります。
それから:
vim /etc/yum.repos.d/CentOS-Base.repo
centosのバージョンに応じて正しいbaseurlを追加し、これら3つの部分(base、update、およびextra)のみを修正してください。以前のbaseurlコメントを保持します。
3つのセクションすべてに次の行を追加します。
baseurl=http://mirror.centos.org/centos/6.6/os/i386/
問題は、yumが正しいURL(古い)を見つけることができないことです。
そうし、yumがパッケージのアップロードを開始しました。プロキシは必要ありません(接続に必要な場合はプロキシを使用)。 centosの設定から他の直接インターネット接続。頑張ってください。
答え3
私の場合は、Proxy:port設定があります。 /etc/yum.confファイルを編集しましたが、Proxy =エントリの後のポート番号を忘れました。
代理人=http://your.proxyhost.org:8080
上記の正確なエラーを確認してyum.confファイルを再確認し、正しいポートを追加したところ、正常に動作しました。
答え4
次のコマンドを実行します
1. update etc/sysconfig/network-scripts/ifcfg-ens33 ONBOOT=YES
2, #dhclient
効果がある