카이스트 미러 서버로 접속이 원활하지 않을 때가 가끔 있습니다. 그래서 저도 이럴 때는 다른 곳에서 운영하는 미러 서버를 이용했습니다. 그런데 현재도 카이스트 미러 서버로 연결이 안 되네요.
Rani 님의 시스템에서 실행한 'sudo apt update'의, 결과가 문제가 있는 것인지는 정확히 모르겠습니다. 우리나라 쪽의 미러 서버(ftp.harukasan.org 또는 ftp.lanet.kr)로 source.list 파일을 설정하시면 어떨까요? 제 시스템에서 'sudo apt update'를 실행하면 아래 메시지는 출력되지 않습니다.
404 Not Found [IP: 130.89.148.12 80]
E: The repository 'http://ftp.debian.org/debian buster/updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
apt-get updateapt-get…
apt-get update
apt-get upgrade
명령은 에러 없이 잘 되나요?
https://wiki.debian.org/SourcesList
안 돼요
~$ cat /etc/apt/sources.list
# See https://wiki.debian.org/SourcesList for more information.
deb http://ftp.kr.debian.org/debian/ buster main contrib non-free
deb-src http://ftp.kr.debian.org/debian/ buster main contrib non-free
deb http://ftp.kr.debian.org/debian/ buster/updates main contrib
deb-src http://ftp.kr.debian.org/debian/ buster/updates main contrib
---
~$ sudo apt update
기존:1 https://repo.skype.com/deb stable InRelease
무시:2 http://dl.google.com/linux/chrome/deb stable InRelease
기존:3 http://dl.google.com/linux/chrome/deb stable Release
무시:5 http://linux.dropbox.com/debian buster InRelease
기존:6 http://apt.insync.io/debian buster InRelease
기존:7 http://linux.dropbox.com/debian buster Release
오류:9 http://ftp.kr.debian.org/debian buster InRelease
ftp.kr.debian.org:80에 연결할 수 없습니다 (103.22.220.133). 연결 제한 시간이 초과했습니다
오류:10 http://ftp.kr.debian.org/debian buster/updates InRelease
ftp.kr.debian.org:http에 연결할 수 없습니다:
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다
상태 정보를 읽는 중입니다... 완료
1 package can be upgraded. Run 'apt list --upgradable' to see it.
W: http://ftp.kr.debian.org/debian/dists/buster/InRelease 파일을 받는데 실패했습니다 ftp.kr.debian.org:80에 연결할 수 없습니다 (103.22.220.133). 연결 제한 시간이 초과했습니다
W: http://ftp.kr.debian.org/debian/dists/buster/updates/InRelease 파일을 받는데 실패했습니다 ftp.kr.debian.org:http에 연결할 수 없습니다:
W: Some index files failed to download. They have been ignored, or old ones used instead.
...
source.list에서 kr 지우니까 되네요. 한국 서버 문제인가요?
$ sudo apt update
무시:1 http://dl.google.com/linux/chrome/deb stable InRelease
기존:2 http://dl.google.com/linux/chrome/deb stable Release
기존:3 http://apt.insync.io/debian buster InRelease
기존:5 http://ftp.debian.org/debian buster InRelease
무시:6 http://ftp.debian.org/debian buster/updates InRelease
오류:7 http://ftp.debian.org/debian buster/updates Release
404 Not Found [IP: 130.89.148.12 80]
패키지 목록을 읽는 중입니다... 완료
E: The repository 'http://ftp.debian.org/debian buster/updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
---
이거 정상인거 맞나요?
미러 서버(http://ftp.kr.debian.org)의 문제입니다
안녕하십니까?
카이스트에서 운영하는 미러 서버(http://ftp.kaist.ac.kr)가 현재 우리나라를 대표하는 미러 서버(http://ftp.kr.debian.org/)로 지정되었습니다.
카이스트 미러 서버로 접속이 원활하지 않을 때가 가끔 있습니다. 그래서 저도 이럴 때는 다른 곳에서 운영하는 미러 서버를 이용했습니다. 그런데 현재도 카이스트 미러 서버로 연결이 안 되네요.
Rani 님의 시스템에서 실행한 'sudo apt update'의, 결과가 문제가 있는 것인지는 정확히 모르겠습니다. 우리나라 쪽의 미러 서버(ftp.harukasan.org 또는 ftp.lanet.kr)로 source.list 파일을 설정하시면 어떨까요? 제 시스템에서 'sudo apt update'를 실행하면 아래 메시지는 출력되지 않습니다.
404 Not Found [IP: 130.89.148.12 80]
E: The repository 'http://ftp.debian.org/debian buster/updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
고맙습니다.