Ubuntu 12.04からUbuntu 12.10にアップグレードしました。この後、更新されません。ソフトウェアアップデーターはこのエラーを与えます:
W:Failed to fetch http://archive.canonical.com/ubuntu/dists/precise/Release.gpg Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://extras.ubuntu.com/ubuntu/dists/quantal/Release.gpg Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal/Release.gpg Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal-updates/Release.gpg Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal-backports/Release.gpg Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal-security/Release.gpg Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal-proposed/Release.gpg Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal/restricted/source/Sources Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal/main/source/Sources Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal/multiverse/source/Sources Unable to connect to 10.4.42.15:8080:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal/universe/source/Sources Unable to connect to 10.4.42.15:8080:
:
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/quantal-proposed/universe/i18n/Translation-en Unable to connect to 10.4.42.15:8080:
E:Some index files failed to download. They have been ignored, or old ones used instead.
Software Centerから何もインストールできません。このソースの使用を要求するだけで、その後はソフトウェアソースのクエリを継続しますが、何も起こりません。
/etc/apt/sources.list
の内容は次のとおりです。
#deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ quantal main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal restricted main multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-updates restricted main multiverse universe #Added by software-properties
## 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://us.archive.ubuntu.com/ubuntu/ quantal universe
deb http://us.archive.ubuntu.com/ubuntu/ quantal-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://us.archive.ubuntu.com/ubuntu/ quantal multiverse
deb http://us.archive.ubuntu.com/ubuntu/ quantal-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://us.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse #Added by software-properties
deb http://us.archive.ubuntu.com/ubuntu/ quantal-security main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-security restricted main multiverse universe #Added by software-properties
deb http://us.archive.ubuntu.com/ubuntu/ quantal-security universe
deb http://us.archive.ubuntu.com/ubuntu/ quantal-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 quantal main
deb-src http://extras.ubuntu.com/ubuntu quantal main
# deb http://download.learnfree.eu/repository/skss / #SKSS
# deb-src http://download.learnfree.eu/repository/skss / #SKSS
deb http://us.archive.ubuntu.com/ubuntu/ quantal-proposed restricted main multiverse universe
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-proposed restricted main multiverse universe #Added by software-properties
私はUbuntu 12.10でこの問題を自分で抱えていました。これを修正するためにあなたが何をするか注意してください-私は私のマシンを修正するために12.04を再インストールすることになりました。そうは言っても、Launchpadにはバグレポートがあり(これは見つかりません)、Ubuntu 12.10がデフォルトでDNS機能dnsdmasqを有効にし、多くのシステムを台無しにします。この記事では、dnsdmaqを無効にする方法について説明します。 http://www.ubuntugeek.com/how-to-disable-dnsmasq-in-ubuntu-12-04precise.html
記事からの逐語: "
/etc/NetworkManager/NetworkManager.confファイルを編集する必要があります
$ gksudo gedit /etc/NetworkManager/NetworkManager.conf
次の行をコメントアウトします
dns=dnsmasq
に
#dns=dnsmasq
ファイルを保存して終了します
次のコマンドを使用してネットワーク管理する必要があります
$Sudo restart network-manager
」
お役に立てば幸いです。
最終的に、ubuntu 12.10が更新されないという問題の解決策を見つけました。実際にプロキシに何らかの問題があったので、私は次のようにしました。
gksudo gedit /etc/apt/apt.conf
を実行してapt.conf
ファイルを編集してから、
apt.conf
ファイルに次の行を追加しました。
Acquire::http::Proxy "false";
今ではすべてが以前と同様にスムーズに進んでいます。
インターネットの問題のようです。 (Unable to connect to X.X.X.X:XXXX:
)ファイアウォールを無効にし、使用しているプロキシの背後から抜け出してみてください。それでも解決しない場合は、DNSを変更することをお勧めします。 ISPが不完全なDNSサーバーを提供している可能性があります(または、手動で不完全なDNSサーバーをセットアップしている可能性があります。;)
とにかく、これを行うには、DNSサーバーを208.67.222.222, 208.67.220.220
に設定します(OpenDNSです。他にもあります。好きなものを選択してください。しかし、最も重要なのは、works。)これを行う方法がわからない場合は、詳細な手順を見つけることができます here 。
これを解決しました。走ったとき
vi /etc/apt/apt.conf
このファイルで、IPアドレス41.191.27.92の奇妙な設定が見つかりました。
Acquire::http::Proxy "http://41.191.27.92:8080";
この行を削除して追加します:
Acquire::http::Proxy "false";
その後、実行します:
Sudo rm -rf /var/lib/apt/lists/* -vf
Sudo apt-get update
そして、すべてが完璧に機能します!
(構成ファイルでそのIPアドレスを見つけた理由はわかりませんが。)
また、ルーティングテーブルで遊んだことがある場合は、ルーティングテーブルを確認することもできます。
route -n
ネット0.0.0.0が正しいゲートウェイ用に構成されていることを確認してください。例えば.
root@home:/# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
ソフトウェアソース設定の「その他」タブで、次のチェックを外してみてください
1. Canonical Partners (Source Code)
2. Independent (Source Code)
3. Independent
それが動作する場合、それから素晴らしい。ただし、これらのリポジトリを定期的に有効にして、問題が修正されたかどうかを確認してください。