위의 메모와 달리 내 문제에 대한 답을 찾지 못했습니다.
나는 askubuntu.com에서 거의 "수입에 실패했습니다"라는 오류와 함께 거의 십여 개의 apt-get 업데이트 질문을 읽었으며 거기에 대한 해결책을 시도했습니다. 불행히도 아무도 효과가 없었습니다. 최근에 랩톱에 Ubuntu 12.04를 설치하여 Windows 7과 함께 듀얼 부팅했습니다.
sudo apt-get update
터미널에서 다음이 계속 발생합니다.
Err http://ph.archive.ubuntu.com precise InRelease
Err http://ph.archive.ubuntu.com precise-updates InRelease
Err http://ph.archive.ubuntu.com precise-backports InRelease
Err http://ph.archive.ubuntu.com precise Release.gpg
Unable to connect to ph.archive.ubuntu.com:http: [IP: 91.189.92.177 80]
Err http://ph.archive.ubuntu.com precise-updates Release.gpg
Unable to connect to ph.archive.ubuntu.com:http: [IP: 91.189.92.177 80]
Err http://ph.archive.ubuntu.com precise-backports Release.gpg
Unable to connect to ph.archive.ubuntu.com:http: [IP: 91.189.92.177 80]
Err http://extras.ubuntu.com precise InRelease
Err http://extras.ubuntu.com precise Release.gpg
Unable to connect to extras.ubuntu.com:http:
Err http://security.ubuntu.com precise-security InRelease
Err http://security.ubuntu.com precise-security Release.gpg
Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.190 80]
Reading package lists... Done
W: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/dists/precise/InRelease
W: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/dists/precise-updates/InRelease
W: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/dists/precise-backports/InRelease
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/InRelease
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/precise/InRelease
W: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/dists/precise/Release.gpg Unable to connect to ph.archive.ubuntu.com:http: [IP: 91.189.92.177 80]
W: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/dists/precise-updates/Release.gpg Unable to connect to ph.archive.ubuntu.com:http: [IP: 91.189.92.177 80]
W: Failed to fetch http://ph.archive.ubuntu.com/ubuntu/dists/precise-backports/Release.gpg Unable to connect to ph.archive.ubuntu.com:http: [IP: 91.189.92.177 80]
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/precise/Release.gpg Unable to connect to extras.ubuntu.com:http:
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/precise-security/Release.gpg Unable to connect to security.ubuntu.com:http: [IP: 91.189.92.190 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
참고 :
이것은 Ubuntu 12.04를 설치 한 직후에 발생했습니다. 나는 리눅스 / 우분투 세계에 아주 익숙하지 않으며 이런 종류의 것들에 관해서는 멍청한 놈입니다.
업데이트 관리자 (및 소프트웨어 센터) 설정의 소스 목록이 짧았습니다. 여기에는 "표준"이 포함 된 2 행, "독립"이 포함 된 2 행 및 다른 2 행만 포함되었습니다. 나는 새로 설치된 우분투이기 때문에 목록이 짧다고 생각합니다.
인터넷 연결은 괜찮아 보이고 내 노트북과 비슷한 시간에 노트북을 Ubuntu 12.04와 함께 설치 한 친구가 업데이트에 아무런 문제가없는 것 같습니다. 우리는 동일한 연결을 공유하므로 인터넷 연결 문제가 오류의 원인이 될 수 없다고 생각합니다.
시도한 솔루션 :
에서 여기에 , 나는 주위를 탐험 /etc/resolvconf/resolv.conf.d
하고 추가 /etc/resolvconf/resolv.conf.d/head
다음 :
nameserver 8.8.8.8
nameserver 8.8.4.4
여전히 오류가 발생했습니다.
에서 여기 와 여기에 , 나는 반복적으로 업데이트 관리자 및 소프트웨어 소스 설정에 사용할 미러 서버 변경되었습니다. 다시, 여전히 오류가 발생했습니다.
또한 소스 목록을 편집하여 제안 된대로 "독립적"인 행을 선택 취소했습니다. here 에 따르면 derb-src
소스 목록에서 줄을 제거하려고했습니다 . 여전히 아무 소용이 없습니다.
마지막 으로이 사이트 는 다음을 실행하도록 제안합니다.
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
or, for a permanent solution,
echo "nameserver 8.8.8.8" | sudo tee /etc/resolvconf/resolv.conf.d/base > /dev/null
슬프게도 아무것도 나를 위해 일하지 않았다. 내가 간 모든 포럼에서 관련 답변이 nameserver 8.8.8.8
가장 자주 나오는 것 같습니다. 또한 솔루션을 이해하지 못했거나 솔루션의 의미 또는 수행 방식을 이해하지 못했습니다. 나는 단지 그들을 따라 갔다.
이것은 다음에 대한 출력입니다 cat /etc/apt/sources.list
.
# deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/main/binary-i386/
# deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/restricted/binary-i386/
# deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ precise main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu precise main restricted
deb-src http://archive.ubuntu.com/ubuntu precise main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu precise-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu precise universe
deb-src http://archive.ubuntu.com/ubuntu precise universe
deb http://archive.ubuntu.com/ubuntu precise-updates universe
deb-src http://archive.ubuntu.com/ubuntu precise-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu precise multiverse
deb-src http://archive.ubuntu.com/ubuntu precise multiverse
deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu precise-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu precise-security main restricted
deb-src http://archive.ubuntu.com/ubuntu precise-security main restricted
deb http://archive.ubuntu.com/ubuntu precise-security universe
deb-src http://archive.ubuntu.com/ubuntu precise-security universe
deb http://archive.ubuntu.com/ubuntu precise-security multiverse
deb-src http://archive.ubuntu.com/ubuntu precise-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu precise partner
# deb-src http://archive.canonical.com/ubuntu precise partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main
그리고 다음과 같습니다 cat /etc/resolv.conf
.
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search nip.upd.edu.ph
대답은 여기에 있지만 불행히도 작동하지 않는다는 것이 지적되었습니다 . 다른 서버를 선택하려고했지만 "서버 선택"을 사용할 수 없었습니다. 최상의 서버를 검색하면 "적합한 서버가 없습니다"라는 결과가 나타납니다. 나는 미러 서버가 훌륭하다고 생각하며 인터넷 연결에 아무런 문제가없는 것 같습니다.
사용 ping -c3 archive.ubuntu.com
하고 ping -c3 8.8.8.8
둘 다 산출했습니다 0% packet loss
. 8.8.8.8의 핑은 때때로 33% packet loss
0 %를 산출했습니다 .
nslookup google.com
수확량 입력
Server: 127.0.0.1
Address: 127.0.0.1#53
출력 ps aux | grep dns
:
nobody 1761 0.0 0.0 33012 1284 ? S 17:04 0:00 /usr/sbin/dnsmasq
--no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/var
/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.0.1 --conf-
file=/var/run/nm-dns-dnsmasq.conf --cache-size=0 --proxy-dnssec
joa 2197 0.0 0.0 13576 928 pts/0 S+ 17:10 0:00 grep --color=auto dns
nslookup google.com
게시하고 ps aux | grep dns
? 의 출력을 게시 할 수 있습니까? 또한 고정 IP를 사용하고 있습니까?
ps aux | grep dns
은 한 줄로되어 있지만 더 쉽게 볼 수 있도록 편집했습니다. 처음에 나는 아무것도 지불하지 않았기 때문에 동적 IP를 사용한다고 말하고 싶지만 대학 인터넷 연결을 사용하므로 사용하는 IP가 정적인지 동적인지 알기가 어렵습니다.
sudo apt-get update
있습니까? 또한, 당신의 출력을 포함 할 수 있습니다cat /etc/apt/sources.list
와cat /etc/resolv.conf
? 인터넷에서 웹 사이트를 정상적으로 탐색 할 수 있다는 것을 확인하십니까?