web-dev-qa-db-ja.com

yumがEC2Red Hatインスタンスで機能しない:リポジトリメタデータを取得できません

何らかの理由で、yumはEUWestセクターにある私のAmazonEC2インスタンスで動作を停止しました。リポジトリメタデータのパスに問題があるようですが、これは正しいですか。この分野での私の経験はやや限られているので、私はどんな助けにも非常に感謝します。

猫/ etc/redhat-release:

Red Hat Enterprise Linux Server release 6.2 (Santiago)

yum repolist:

Loaded plugins: Amazon-id, rhui-lb, security
https://rhui2-cds01.eu-west-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/6/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 401"
Trying other mirror.
https://rhui2-cds02.eu-west-1.aws.ce.redhat.com/pulp/repos//rhui-client-config/rhel/server/6/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 401"
Trying other mirror.
repo id                                                                     repo name                                                                                       status
rhui-eu-west-1-client-config-server-6                                       Red Hat Update Infrastructure 2.0 Client Configuration Server 6                                 0
rhui-eu-west-1-rhel-server-releases                                         Red Hat Enterprise Linux Server 6 (RPMs)                                                        0
rhui-eu-west-1-rhel-server-releases-optional                                Red Hat Enterprise Linux Server 6 Optional (RPMs)                                               0
repolist: 0

yum update :( ServerFaultの新規ユーザーに対する制限のため、以下のベースURLを削除する必要がありました)

Loaded plugins: Amazon-id, rhui-lb, security
[same as base url 1 above]/pulp/repos//rhui-client-config/rhel/server/6/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 401"
Trying other mirror.
[same as base url 2 above]/pulp/repos//rhui-client-config/rhel/server/6/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 401"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-eu-west-1-client-config-server-6. Please verify its path and try again
2
adev3

これを見てください https://forums.aws.Amazon.com/message.jspa?messageID=3893

同じ問題があるようです。 AWSフォーラムの問題はまだ解決されていませんが、問題の理解に役立つことを願っています。

2
Security Tim

実行してみます:

   yum clean all

   rhn_check -vv
0
ZaSter