2014 년 10 월 8 일 현재 로컬 네트워크의 프록시 뒤에서 데비안을 업데이트하려고 시도하면서 동일한 문제가 발생했습니다. 그것이 다른 사람들과 관련이 있기를 바랍니다. 다른 사람들이 언급했듯이, 편집 /etc/hosts
은 조심해야 할 것입니다.
그러나 개인적으로 나는 단지 업데이트를하고 싶었습니다.
업데이트를 수행 할 때 /etc/apt/sources.list의 내용 (업데이트 이전과 다릅니다.) :
deb http://http.debian.net/debian/ testing main
deb-src http://http.debian.net/debian/ testing main
deb http://mirrors.kernel.org/debian/ wheezy main
deb-src http://mirrors.kernel.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
/etc/apt/apt.conf의 내용 :
Acquire::http::proxy "http://192.168.1.10:7777/";
Acquire::http::Timeout "10";
Acquire::ftp::Timeout "10";
/ etc / hosts에 추가 :
#Workaround for making apt-get work (08-10-2014)
195.20.242.89 security.debian.org
130.89.148.12 ftp.debian.org
이제 apt-get update ; apt-get upgrade
루트로 실행 하면 잘 작동했습니다.
다른 답변에서 언급했듯이 도메인에서 host 명령을 실행하여 hosts 파일에 올바른 ip를 삽입하십시오.
예:
$ host ftp.debian.org
ftp.debian.org has address 130.89.148.12
이것으로 시스템이로 성공적으로 업데이트되었습니다 Debian GNU/Linux testing (jessie)
. 테스트 리포지토리를 사용하지 않고 소스에서 제거하기 만하면됩니다. 테스트 리포지토리는 여러 패키지의 최신 업데이트를 제공하지만 안정적인 것으로 간주되지는 않습니다.