Development Artist

[Issue, Linux, AWS] Loaded plugins, can't work YUM. one of the configured repositories failed (Unknown) 본문

TroubleShooting/Linux Issue

[Issue, Linux, AWS] Loaded plugins, can't work YUM. one of the configured repositories failed (Unknown)

JMcunst 2022. 5. 4. 17:58
728x90
반응형

이슈

1. Private Subnet에 있는 EC2 서버에서 yum 명령어로 패키지를 설치하려고 할때 뜬 메세지.

2. 환경은 Centos 7


해결

1. NAT 게이트 웨이를 점검. 

 > NAT 게이트 웨이가 붙어 있는지.

 > 퍼블릭 서브넷에 있는지.

2. 그 이외에도 통신하는 길 사이에 막힘으로 예상 되는 곳 점검.

3. getenforce 명령어로 Disabled 인지. 


원인

 yum 명령어로 외부와 통신하여 패키지를 다운로드를 받아야 하는데 외부의 엔드포인트까지 도달하지 못하고 어디서 막혔기 때문.

추가적으로, 이 문제를 해결한 부분이 있어서 링크 하나를 첨부하겠다. 해당 부분이 해결이 안되면 참고 바란다.

https://jmcunst.tistory.com/295

 

[Issue, Linux, Yum]Could not retrieve mirrorlist http://mirrorlist.centos.org.~ One of the configured repositories failed (Unkn

이슈 VM 하나를 생성하여 Centos 7 OS를 설치하고, yum -y update 명령어를 쳤는데, 다음과 같은 이슈 발생. 해결 고정 IP 설정 한 부분을 원복하고 재부팅. 원인 보통은 yum repo 엔드포인트까지 가는 경로

jmcunst.tistory.com

 

Additonal

https://jmcunst.tistory.com/322

 

[Centos 7, Yum] Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile Could not retrieve mirrorlis

이슈 Cnetos 7 OS 설치 후 'yum update' 명령어 실행 시 다음과 같이 에러 발생. 해결 1. ping 8.8.8.8 정상 동작하는지 2. nmcli d 에서 정상적으로 Device가 붙어 있는지 확인하기. 3. cat /etc/resolv.conf 에 nameserver

jmcunst.tistory.com

추가적으로 해당 링크도 참고해보면 좋을 것이다.

728x90
반응형
Comments