上記の注意に反して、問題の答えが見つかりませんでした。
「フェッチに失敗しました」というエラーを含む、ほとんどのaskubuntu.comからのapt-get更新に関する質問を12個ほど読んで、そこにある解決策を試しました。残念ながら、どれも機能しませんでした。最近、ラップトップに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をインストールした直後に発生しました。私はLinux / Ubuntuの世界には非常に新しく、これらの種類のものに関しては初心者です。
Update Manager(およびSoftware Center)設定のソースリストは短かった。「標準」を含む2行、「独立」を含む2行、および他の2行のみが含まれていました。新しくインストールされたUbuntuだったので、リストは短いと思います。
インターネットへの接続は問題ないようで、Ubuntu 12.04をラップトップにインストールしたばかりの私の友人は、私のアップデートと同じ頃に問題がないようです。同じ接続を共有しているので、インターネット接続の問題がエラーの原因ではなかったと思います。
試みられた解決策:
ここから、私は周りを探索し、以下/etc/resolvconf/resolv.conf.d
を追加しまし/etc/resolvconf/resolv.conf.d/head
た:
nameserver 8.8.8.8
nameserver 8.8.4.4
それでもエラーが発生しました。
こことここから、更新マネージャーとソフトウェアソースの設定で使用するミラーサーバーを繰り返し変更しました。繰り返しますが、エラーは引き続き発生しました。
また、ソースリストを編集して、「独立した」行をオフにしました(提案どおり)。ここによれば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のpingが生成されることもありました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
は1行になるはずですが、見やすくするために編集しました。最初は、私は何も支払っていないので動的IPを使用すると言いますが、大学のインターネット接続を使用するため、使用するIPが静的か動的かを知るのは困難です。
sudo apt-get update
か?また、cat /etc/apt/sources.list
and の出力を含めることができますcat /etc/resolv.conf
か?そして、あなたはインターネット上のウェブサイトを普通に閲覧できることを確認しますか?