
Ubuntu日本語フォーラム

ログインしていません。
いつもお世話になっています。
Ubuntu Server 8.04を新規インストールしてapt-get updateを実行したところ、
一部において掲題のエラーが表示されました。
色々探って、sources.list の http→ftpへ変更するなどしてみたのですが改善は見られませんでした。
何かアドバイスをいただければ有難いです。
よろしくお願い致します。
------------------
Ign http://gb.archive.ubuntu.com hardy-updates/main Packages
Err http://security.ubuntu.com hardy-security/multiverse Packages
403 Forbidden
Ign http://gb.archive.ubuntu.com hardy-updates/restricted Packages
Err http://security.ubuntu.com hardy-security/multiverse Sources
403 Forbidden
Ign http://gb.archive.ubuntu.com hardy-updates/main Sources
Ign http://gb.archive.ubuntu.com hardy-updates/restricted Sources
Ign http://gb.archive.ubuntu.com hardy-updates/universe Packages
Ign http://gb.archive.ubuntu.com hardy-updates/universe Sources
Ign http://gb.archive.ubuntu.com hardy-updates/multiverse Packages
Ign http://gb.archive.ubuntu.com hardy-updates/multiverse Sources
Err http://gb.archive.ubuntu.com hardy/main Packages
403 Forbidden
Err http://gb.archive.ubuntu.com hardy/restricted Packages
403 Forbidden
Err http://gb.archive.ubuntu.com hardy/main Sources
403 Forbidden
Err http://gb.archive.ubuntu.com hardy/restricted Sources
403 Forbidden
Err http://gb.archive.ubuntu.com hardy/universe Packages
403 Forbidden
Err http://gb.archive.ubuntu.com hardy/universe Sources
403 Forbidden
Err http://gb.archive.ubuntu.com hardy/multiverse Packages
403 Forbidden
Err http://gb.archive.ubuntu.com hardy/multiverse Sources
403 Forbidden
Err http://gb.archive.ubuntu.com hardy-updates/main Packages
403 Forbidden
Err http://gb.archive.ubuntu.com hardy-updates/restricted Packages
403 Forbidden
Err http://gb.archive.ubuntu.com hardy-updates/main Sources
403 Forbidden
Err http://gb.archive.ubuntu.com hardy-updates/restricted Sources
403 Forbidden
Err http://gb.archive.ubuntu.com hardy-updates/universe Packages
403 Forbidden
Err http://gb.archive.ubuntu.com hardy-updates/universe Sources
403 Forbidden
Err http://gb.archive.ubuntu.com hardy-updates/multiverse Packages
403 Forbidden
Err http://gb.archive.ubuntu.com hardy-updates/multiverse Sources
403 Forbidden
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/main/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/restricted/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/main/source/Sources.gz 403 Forbidden
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/restricted/source/Sources.gz 403 Forbidden
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/universe/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/universe/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy/main/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/multiverse/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy/restricted/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/hardy-security/multiverse/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy/main/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy/restricted/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy/universe/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy/universe/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy/multiverse/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy/multiverse/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy-updates/main/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy-updates/restricted/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy-updates/main/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy-updates/restricted/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy-updates/universe/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy-updates/universe/source/Sources.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy-updates/multiverse/binary-i386/Packages.gz 403 Forbidden
W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/hardy-updates/multiverse/source/Sources.gz 403 Forbidden
E: Some index files failed to download, they have been ignored, or old ones used instead.
----------------------------------------------
オフライン
Some index files failed to download, they have been ignored, or old ones used instead.
いくつかの索引ファイルはダウンロードに失敗しました。それらは無視され、代わりに古いものが使われます。
「403 Forbidden」はダウンロード対象ファイルやホルダーがない場合にappachが出します。
インターネットに接続できているかを確認してください。
オフライン
「403 Forbidden」をappachが出すならつながっていますよね。書いていて混乱してきました。
とりあえずインターネットに接続できているか確認ください。
オフライン
apt-get updateで403 forbiddenは、proxy周りの事例が結構ありますね。
ds_joさん、
/etc/apt/apt.conf
または
/etc/apt/apt.conf.d/99hogehoge などのファイルに
に
Acquire::http::Pipeline-Depth "0";
を書くのは試してみましたか?
皆さま、回答ありがとうございます。
仰るとおり「インターネット接続」自体が出来ていませんでした。
接続しているProxyの設定を変更することで回避できました。
ご迷惑をおかけいたしました。
オフライン