ubuntu2 [Ubuntu]apt 서버 변경하기 apt update 명령어 실행시 아래와 같은 에러 발생시 troubleshooting 과정입니다..OS : Ubuntu 22.04(LTS)All packages are up to date.W: Failed to fetch http://ftp.harukasan.org/debian/dists/stretch/InRelease Cannot initiate the connection to ftp.harukasan.org:80 (2001:470:23:440::2). - connect (101: Network is unreachable) Could not connect to ftp.harukasan.org:80 (118.38.208.102), connection timed out Could not connect .. 2024. 6. 24. [CentOS] Yum Repository Mirror Server 이슈 이슈 : 필요한 레포지토리 설치 명령어 실행 시 발생failure: repodata/repomd.xml from extras: [Errno 256] No more mirrors to try. [Errno 12] Timeout on https://mirror.navercorp.com/centos/환경 : CentOS 7원인 : yum repository 설정 파일에 등록되어 있는 미러 서버가 다운되어 있거나 응답하지 않는 상태로 인해 발생 해결방법1. 네트워크 연결 상태 확인ping google.com2. yum repository 다른 미러 서버로 변경#sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/y.. 2024. 6. 10. 이전 1 다음