rhel7 yum repolistエラー

rhel7 yum repolistエラー

yum install xxxRHEL7でCtrl-Cを押すので

^Chttps://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#56 - "Callback aborted"
Trying other mirror.

次のエラーが発生します。どうすれば修正できますか?

$ yum repolist
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
Repo rhel-7-server-rpms forced skip_if_unavailable=True due to: /etc/pki/entitlement/6004208575190148944-key.pem
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#58 - "unable to load client key: -8178 (SEC_ERROR_BAD_KEY)"
Trying other mirror.

yum clean all役に立たない

ベストアンサー1

$あなたのシェルプロンプトがisでないかどうかについてのみ#、私はあなたがroot以外のユーザーとしてコマンドを実行しているので、/etc/pki/entitlement/6004208575190148944-key.pem基本RHEL7システムは次の権限を持つ認証キーを読み取ることができないと仮定します。

-rw-------. 1 root root ...

簡単な解決策は、コマンドを実行する前に、コマンドの前にプレフィックスを付けるsudoか、rootとしてログインすることです。以前に試した操作によれば、権限があると仮定しますyum install

おすすめ記事