web-dev-qa-db-ja.com

apt-get updateを使用できません

2GBのRAMと20GBのスペースを使用している仮想ボックスにUbuntu 13.04サーバーがあります。新しくインストールされたため、apt-get updateを使用できません。

私はUbuntu 12.10サーバーで同じことを試みましたが、それでも動作しません。

Apt-get updateと入力するたびに

0% [Connecting to ca.archive.ubuntu.com (91.189.92.202)] [Connecting to security.ubuntu.com (91.189.91.15)]

その後、約20分間ハングし、これが表示されます

Err http://security.ubuntu.com raring-security Release.gpg
  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
Err http://ca.archive.ubuntu.com raring Release.gpg
  Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
Err http://ca.archive.ubuntu.com raring-updates Release.gpg
  Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
Err http://ca.archive.ubuntu.com raring-backports Release.gpg
  Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]
Reading package lists... Done
W: Failed to fetch http://ca.archive.ubuntu.com/ubuntu/dists/raring/Release.gpg  Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]

W: Failed to fetch http://ca.archive.ubuntu.com/ubuntu/dists/raring-updates/Release.gpg  Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]

W: Failed to fetch http://ca.archive.ubuntu.com/ubuntu/dists/raring-backports/Release.gpg  Cannot initiate the connection to ca.archive.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/Release.gpg  Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1360:8c01::1a). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::1a 80]

W: Some index files failed to download. They have been ignored, or old ones used instead.

ただし、サーバーのIPアドレスとドメインにpingを実行でき、ホストマシンのブラウザーでアクセスできます

davidrockin@ubuntu:/etc/apt$ ping -c 2  ca.archive.ubuntu.com
PING ca.archive.ubuntu.com (91.189.91.13) 56(84) bytes of data.
64 bytes from ragana.canonical.com (91.189.91.13): icmp_req=1 ttl=49 time=42.0 ms
64 bytes from ragana.canonical.com (91.189.91.13): icmp_req=2 ttl=49 time=43.3 ms

--- ca.archive.ubuntu.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 42.088/42.742/43.396/0.654 ms
davidrockin@ubuntu:/etc/apt$ ping -c 2 91.189.92.202
PING 91.189.92.202 (91.189.92.202) 56(84) bytes of data.
64 bytes from 91.189.92.202: icmp_req=1 ttl=49 time=101 ms
p64 bytes from 91.189.92.202: icmp_req=2 ttl=49 time=98.9 ms

--- 91.189.92.202 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 98.976/100.335/101.695/1.395 ms
davidrockin@ubuntu:/etc/apt$ ping -c 3 security.ubuntu.com
PING security.ubuntu.com (91.189.91.14) 56(84) bytes of data.
64 bytes from orobas.canonical.com (91.189.91.14): icmp_req=1 ttl=52 time=112 ms
64 bytes from orobas.canonical.com (91.189.91.14): icmp_req=2 ttl=52 time=44.5 ms
^C64 bytes from orobas.canonical.com (91.189.91.14): icmp_req=3 ttl=52 time=41.0 ms

--- security.ubuntu.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 41.038/66.103/112.679/32.967 ms

別のリポジトリを使用するように/ etc/apt/sources.listファイルを変更しようとしました

これは現在の/ etc/apt/sources.listファイルで、Ubuntuのインストール時に作成された元のファイルです。

deb http://ca.archive.ubuntu.com/ubuntu/ raring main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ raring main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates main restricted
deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-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://ca.archive.ubuntu.com/ubuntu/ raring universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ raring universe
deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates universe
deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-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://ca.archive.ubuntu.com/ubuntu/ raring multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ raring multiverse
deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-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://ca.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu raring-security main restricted
deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
deb http://security.ubuntu.com/ubuntu raring-security universe
deb-src http://security.ubuntu.com/ubuntu raring-security universe
deb http://security.ubuntu.com/ubuntu raring-security multiverse
deb-src http://security.ubuntu.com/ubuntu raring-security multiverse

コンピューターを再起動し、仮想マシンを再インストールし、ルーターを何度も再起動し、sources.listを変更しようとしましたが、数時間グーグルで検索しましたが、なぜ機能しないのかわかりません。

また、IPv6を無効にしようとしました( http://www.bearfruit.org/2013/05/06/ubuntu-server-having-ipv6-probs-its-easy-to-disable/

昨夜、Ubuntu Serverをセットアップしてテストしましたが、昨夜apt-get更新は機能しました。現在、新しい仮想マシンではもう機能していません。昨日作成したものは削除され、今日作成した新しいものは機能していません。

私のホストマシンはラップトップであり、wifiを使用しています。その仕様は

Windows 7
8GB Ram
658 GB HDD (214 GB used)
AMD A8-3520M APU

編集:私はプロキシ/ VPNの背後にいないので、インターネット接続は問題ありません。

6
David Tkachuk

私が愚かだと気付いたのは、リポジトリや仮想マシンの構成とは何の関係もありませんでした。

私がしなければならなかったことは、avastでファイアウォールを無効にすることだけでした。私が完全に忘れていたもの。

4
David Tkachuk

将来の参考のために、私たちには企業プロキシがあり、Sudoを使用していたため、この問題が発生しました。

Sudo apt-get update

しかし、http_proxy env varが残されました...切り替え:

Sudo -E apt-get update

すべてが再び転がりました。

1
Lucas

Apt-getにipv6を使用し、pingにipv4を使用しているようです。カーネルパラメータを使用してipv6を無効にすることは価値があるかもしれませんが、私は長い間自分でこれを行う必要はありませんでした。/etc/default/grubでipv6.disable=1GRUB_CMDLINE_LINUX_DEFAULT=...に追加してからSudo update-grubを追加します

1
grantbow

プロキシサーバーの背後から接続しようとしている場合は、次の場所で正しいプロキシ設定が行われていることを確認してください。

vi /etc/apt/apt.conf 
Acquire::http::Proxy "http_colon//proxyserverip:proxyport"; 

してみて

apt-get update

これで問題を確認できます。

0
Retheesh Kumar

ケース1:ターミナルの問題がメインのルートターミナルを使用しようとした場合、Linuxには2つのターミナルがあり、ルートターミナルを使用してみてください

$ Sudo passwd root
[Sudo] password for ramesh:
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

これはルートセットアップ用

ケース2:Sudoコマンドが機能しない場合にSudoパックを適切にインストールする

これを端末に入力します

tar -xzf archive.tar.gz

またはこれ

tar -xzf archive-name.tar.gz
cd archive-name
./configure
make
Sudo make install

ケース3:上記のコマンドが機能しない場合は、これらのコマンドを使用してみてください

ターミナルの問題をチェックする

auto-apt run <command_string>

または

apt-get check

または

dpkg-reconfigure fontconfig-config
0
Navin Kerella