[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:38840] apt-get update でtimed outします。



お世話になります。横山です。
いまさらこんな質問をするのは御恥ずかしいのですが、
御指導いただければ幸いです。
woody 3.0r1 
# uname -a
Linux 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown
を使用しております。

source.listはnetselect-aptコマンドを使用して
作成しました。
# netselect-apt stable
これで得たsource.listを/etc/apt/source.list
と入れ換えてapt-get updateすれば
Reading Package Lists... Done
Building Dependency Tree... Done
となりうまくいきます。

source.listに以下のURLをコピーペーストで追加して
deb http://security.debian.org/ stable/updates main contrib non-free

apt-get updateをすると
Err http://Linux yokoyama 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown
security.debian.org stable/updates/main Packages                 
  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Err http://security.debian.org stable/updates/main Release
  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Err http://security.debian.org stable/updates/contrib Packages
  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Err http://security.debian.org stable/updates/contrib Release
  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Err http://security.debian.org stable/updates/non-free Packages
  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Err http://security.debian.org stable/updates/non-free Release
  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Failed to fetch http://security.debian.org/dists/stable/updates/main/binary-i386/Packages  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Failed to fetch http://security.debian.org/dists/stable/updates/main/binary-i386/Release  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Failed to fetch http://security.debian.org/dists/stable/updates/contrib/binary-i386/Packages  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Failed to fetch http://security.debian.org/dists/stable/updates/contrib/binary-i386/Release  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Failed to fetch http://security.debian.org/dists/stable/updates/non-free/binary-i386/Packages  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Failed to fetch http://security.debian.org/dists/stable/updates/non-free/binary-i386/Release  Could not connect to security.debian.org:80 (194.109.137.218), connection timed out
Reading Package Lists... Done
Building Dependency Tree... Done
W: Couldn't stat source package list http://security.debian.org stable/updates/main Packages (/var/lib/apt/lists/security.debian.org_dists_stable_updates_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://security.debian.org stable/updates/contrib Packages (/var/lib/apt/lists/security.debian.org_dists_stable_updates_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://security.debian.org stable/updates/non-free Packages (/var/lib/apt/lists/security.debian.org_dists_stable_updates_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.


となってしまいます。


ネットでおなじようなエラーメッセージがでている方がいましたので
参考にしたものがあります。
下記がその設定です。
# /etc/sysctl.confに
net.ipv4.tcp_ecn=0
を追加して
# sysctl -p /etc/sysctl.conf
と入力した後再度update。
上記のようにおこなったのですが症状は改善されませんでした。

ルータ(NTT-ME Ba8000pro)を設置しているのですが、
どこかポートをあけないといけないのでしょうか?

。