ntp rpm を yum で次のようにインストールできますが、yum インストールの前に、次のように失敗した行が表示されます。
yum install ntp
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
http://linux02.sys65dns.com/DIR/centos7/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to linux02.sys65dns.com:80; Connection refused"
Trying other mirror.
http://linux02.sys65dns.com/DIR/centos7/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to linux02.sys65dns.com:80; Connection refused"
Trying other mirror.
http://linux02.sys65dns.com/DIR/centos7/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to linux02.sys65dns.com:80; Connection refused"
Trying other mirror.
http://linux02.sys65dns.com/DIR/centos7/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to linux02.sys65dns.com:80; Connection refused"
Trying other mirror.
http://linux02.sys65dns.com/DIR/centos7/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to linux02.sys65dns.com:80; Connection refused"
Trying other mirror.
http://linux02.sys65dns.com/DIR/centos7/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to linux02.sys65dns.com:80; Connection refused"
Trying other mirror.
http://linux02.sys65dns.com/DIR/centos7/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to linux02.sys65dns.com:80; Connection refused"
これは何が起こるのでしょうか?
答え1
ドメイン linux.sys65dns.com は無効です。ミラーリストからのものである場合は、yum clean all
もう一度試してください。
答え2
トラブルシューティングの手順 (これがローカルにホストされているリポジトリであると想定):
- R を実行して
yum clean all
、もう一度 ntp をインストールしてみてください。テスト目的で、別のパッケージをインストールしてみてください。 - 上記が失敗した場合は、サーバーにpingを実行してみてください: ping linux02.sys65dns.com
- 上記の場合は、Web ブラウザーでこれを開いて、ポート 80 が正常に動作しているかどうか、または Telnet も使用できるかどうかを確認してください。
- そうでない場合は、サーバー上の Apache サービスを確認し、ポート 80 が開いているかどうかを確認します。また、ports.conf をチェックして、Apache がポート 80 または別のポートで動作するように設定されているかどうかを確認することもできます。