냠 + 연결 거부됨

냠 + 연결 거부됨

yum을 사용하여 다음과 같이 ntp rpm을 설치할 수 있지만 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 도메인이 유효하지 않습니다. 미러 목록에 있는 경우 a를 시도 yum clean all하고 다시 시도하세요.

답변2

문제 해결 단계(로컬에서 호스팅되는 저장소라고 가정):

  1. Ruma를 실행 yum clean all하고 ntp를 다시 설치해 보세요. 테스트 목적으로 다른 패키지를 설치해 보십시오.
  2. 위의 방법이 실패하면 서버에 ping을 시도하십시오: ping linux02.sys65dns.com
  3. 위의 경우 웹 브라우저에서 열어서 포트 80이 제대로 작동하는지 확인하거나 텔넷도 할 수 있는지 확인해보세요.
  4. 그렇지 않은 경우 서버의 Apache 서비스를 확인하고 포트 80이 열려 있는지 확인하십시오. 또한 ports.conf를 확인하여 Apache가 포트 80이나 다른 포트에서 작동하도록 구성되어 있는지 확인할 수도 있습니다.

관련 정보