web-dev-qa-db-ja.com

apt-get updateを実行すると、「フェッチに失敗しました」というエラーが発生します。どうすれば修正できますか?

上記の注意に反して、問題の答えが見つかりませんでした。

「取得に失敗しました」というエラーを含む、ほとんどのaskubuntu.comからのapt-get更新に関する質問をほぼ10個読んでおり、そこで回答を試みました。残念ながら、どれも機能しませんでした。私は最近、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)設定のソースリストは短かった。 「Canonical」を含む2行、「Independent」を含む2行、および他の2行のみが含まれていました。新しくインストールされたUbuntuだったので、リストは短いと思います。

インターネットへの接続は問題ないようで、Ubuntu 12.04をラップトップにインストールしたばかりの私の友人は、私のアップデートと同じ頃に問題がないようです。私たちは同じ接続を共有しているため、インターネット接続の問題がエラーの原因ではなかったと思います。

試みられた解決策

here から、/etc/resolvconf/resolv.conf.dを探索し、/etc/resolvconf/resolv.conf.d/headに以下を追加しました。

nameserver 8.8.8.8
nameserver 8.8.4.4

それでもエラーが発生しました。

here および here から、アップデートマネージャーとソフトウェアソースの設定で使用するミラーサーバーを繰り返し変更しました。繰り返しますが、まだエラーが発生しました。

また、ソースリストを編集して、「独立した」行をオフにしました(提案どおり)。 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

答えは here であると指摘されていますが、残念ながらそれも機能しませんでした。別のサーバーを選択しようとしましたが、「サーバーの選択」は使用できませんでした。最適なサーバーを検索すると、「適切なサーバーがありません」という結果が得られました。ミラーサーバーは問題ないと思いますが、インターネット接続に問題はないようです。

ping -c3 archive.ubuntu.comping -c3 8.8.8.8の両方を使用すると、0% packet lossが生成されます。 8.8.8.8のpingで33% packet lossが生成されることもありましたが、ほとんどは0%でした。

nslookup google.comと入力するとyields

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
42
jowabels

Sudo apt-get updateがついに機能しました!問題はシステムにあるのではなく、システムがインターネットに接続し、インターネットからデータを取得する方法にあることに気付きました。ネットワーク設定を構成し、プロキシ検出をManualに変更し、HTTPHTTPSFTP、およびSocks Hostを埋めて、プロキシをブランクにしましたつかいます。再度更新すると、最初にこのエラー出力が発生しました。

E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/)

まあ、まったく同じではありませんが似ています(上で here からコピーしました)。しかし、再度更新を試みたところ、ようやく機能し(私が見た正確な出力ではなく、上記のエラー出力を投稿した理由)、別のミラーサーバーを選択できるようになりました。ネットワークプロキシの構成が本当に問題の原因である場合は、そのような基本的な間違いにちょっと愚かさを感じました。

とにかく、皆さんの助けに感謝します! :)

7
jowabels

/etc/resolv.confを編集します。ターミナルウィンドウで実行

Sudo gedit /etc/resolv.conf

そして、行を追加します

nameserver 8.8.8.8

保存します。それから

ping www.google.com

これが成功したら、次のコマンドを実行します

Sudo apt-get --download-only --reinstall install resolvconf
Sudo dpkg --purge --force-depends resolvconf
Sudo apt-get install resolvconf

今すぐ解決失敗の場合、デスクトップ上部のバーにあるネットワークインジケーターを右クリックし、Edit Connectionsをクリックして接続を選択し、Edit |をクリックします。 IPv4 Settings。メソッドをAutomatic (DHCP)からAutomatic (DHCP) addresses onlyに変更し、8.8.8.8フィールドにAdditional DNS serversと入力します。 Save...をクリックします。 /etc/resolv.confに行nameserver 8.8.8.8が含まれていることと、引き続きping www.google.comできることを確認してください。

25
jdthood

私は同じ問題に直面しており、最も簡単な解決策は/etc/apt/sources.listのソースをリセットすることだと考えました。これを行うには、次の手順を実行します。

  1. Ubuntuバージョンのリリースを取得し、コンソールに入力します。

    lsb_release -r
    
  2. http://repogen.simplylinux.ch/ に移動して、新しいsources.listを生成します

  3. countryreleaseを選択します
  4. 最初の12個のボックスをチェックします。

    All Ubuntu Brances + Security & Updates

  5. 新しいリストを生成してコピーする
  6. 古いファイルをsources.list.oldにバックアップします

    mv /etc/apt/sources.list /etc/apt/sources.list.old
    
  7. これで、viを開いて新しいリストを保存できます。

    vi /etc/apt/sources.list
    (Paste and save using `:wq`)
    

    または、repogen出力ページの[Sources List]の下に表示されている[curl]コマンド(更新されたソースリストの一意のURIを含む)を端末にコピーアンドペーストします。

  8. G2G、apt-get updateの実行を再試行します

25
RienNeVaPlus

これを行う

Sudo bash -c 'echo "nameserver 127.0.0.1" >> /etc/resolv.conf'

次に、Sudo apt-get updateを実行して、動作するかどうかを確認します。

0
Alaa Ali