お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2009-03-26 10:00:45

momomoonono
メンバ
登録日: 2009-03-24

apt-get updateでパッケージ更新を取得できない。

タイトルのとおりです。
https://forums.ubuntulinux.jp/viewtopic.php?id=2556
と同じことが起こっていますが自分ではその情報をゲットできませんでした。
どなたか解決策を教えてください。

オフライン

 

#2 2009-03-26 10:39:38

hito
管理者
登録日: 2007-03-18

Re: apt-get updateでパッケージ更新を取得できない。

以下を端末に正確にコピー&ペーストして、その結果を正確に貼り付けてください。

コード:

for i in jp.archive.ubuntu.com www.google.com www.yahoo.co.jp; do ping -c 4 $i ; done

オフライン

 

#3 2009-03-26 10:55:30

momomoonono
メンバ
登録日: 2009-03-24

Re: apt-get updateでパッケージ更新を取得できない。

hito様

別パソコンなので正確には貼り付けられませんが(大量すぎて)
--- archive.ubuntu.com ping statistics ---
4 packet transmitted(略)





--- www.l.google.com ping statistics ---
4 packet transmitted(略)





--- www.yahoo.co.jp ping statistics ---
4 packet transmitted(略)

と返されました。

オフライン

 

#4 2009-03-26 11:02:36

momomoonono
メンバ
登録日: 2009-03-24

Re: apt-get updateでパッケージ更新を取得できない。

hito様

https://forums.ubuntulinux.jp/viewtopic.php?id=4434
この質問からの続きです。昨日から悩んでいます。
apt-get updateでリストを取得できず、結果としてパッケージが更新されずfirefoxがインストールできません。
また7.10へのアップデートもできない状態です。どうかおたしけください。

オフライン

 

#5 2009-03-26 11:13:03

hito
管理者
登録日: 2007-03-18

Re: apt-get updateでパッケージ更新を取得できない。

すいませんが、必要な情報まで省略されているのでは助けようがありません。

4 packets transmitted, 4 received, 0% packet loss

の部分の情報が正しく必要です。

また、使っているUbuntuのバージョンに関する情報もありませんし、問題のマシンからの出力をUSBメモリなりを介して正しくコピーできないのでは、おそらく再インストール以外の解決策はこの世の誰にも提示できません。

オフライン

 

#6 2009-03-26 11:28:33

momomoonono
メンバ
登録日: 2009-03-24

Re: apt-get updateでパッケージ更新を取得できない。

以下のとおりです。


DISTRIB_ID=Ubuntu

DISTRIB_RELEASE=7.04

DISTRIB_CODENAME=feisty

DISTRIB_DESCRIPTION="Ubuntu 7.04"







PING archive.ubuntu.com (91.189.88.45) 56(84) bytes of data.

64 bytes from prat.canonical.com (91.189.88.45): icmp_seq=1 ttl=49 time=203 ms

64 bytes from prat.canonical.com (91.189.88.45): icmp_seq=2 ttl=49 time=200 ms

64 bytes from prat.canonical.com (91.189.88.45): icmp_seq=3 ttl=49 time=200 ms

64 bytes from prat.canonical.com (91.189.88.45): icmp_seq=4 ttl=49 time=200 ms


--- archive.ubuntu.com ping statistics ---

4 packets transmitted, 4 received, 0% packet loss, time 3003ms

rtt min/avg/max/mdev = 200.711/201.510/203.745/1.329 ms
PING www.l.google.com (66.249.89.104) 56(84) bytes of data.

64 bytes from jp-in-f104.google.com (66.249.89.104): icmp_seq=1 ttl=242 time=15.7 ms

64 bytes from jp-in-f104.google.com (66.249.89.104): icmp_seq=2 ttl=242 time=12.9 ms

64 bytes from jp-in-f104.google.com (66.249.89.104): icmp_seq=3 ttl=242 time=12.9 ms

64 bytes from jp-in-f104.google.com (66.249.89.104): icmp_seq=4 ttl=242 time=12.9 ms


--- www.l.google.com ping statistics ---

4 packets transmitted, 4 received, 0% packet loss, time 3002ms

rtt min/avg/max/mdev = 12.933/13.660/15.738/1.205 ms

PING www.yahoo.co.jp (124.83.147.205) 56(84) bytes of data.

64 bytes from f3.top.vip.ogk.yahoo.co.jp (124.83.147.205): icmp_seq=1 ttl=47 time=27.6 ms

64 bytes from f3.top.vip.ogk.yahoo.co.jp (124.83.147.205): icmp_seq=2 ttl=47 time=25.0 ms

64 bytes from f3.top.vip.ogk.yahoo.co.jp (124.83.147.205): icmp_seq=3 ttl=47 time=21.2 ms

64 bytes from f3.top.vip.ogk.yahoo.co.jp (124.83.147.205): icmp_seq=4 ttl=47 time=21.5 ms

--- www.yahoo.co.jp ping statistics ---

4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 21.295/23.906/27.679/2.640 ms

オフライン

 

#7 2009-03-26 11:31:38

hito
管理者
登録日: 2007-03-18

Re: apt-get updateでパッケージ更新を取得できない。

問題の原因は7.04を使っていることです。7.04のアーカイブサーバはすでに提供されていないので、ネットワーク経由ではアップデートできません。

・7.10のAlternate CDをダウンロードして、それを用いて7.10にアップグレードする
http://releases.ubuntulinux.jp/ubuntu/gutsy/

・7.10にしたら8.04へネットワーク経由でアップグレードする

という作業が必要です。

オフライン

 

#8 2009-03-26 11:40:19

momomoonono
メンバ
登録日: 2009-03-24

Re: apt-get updateでパッケージ更新を取得できない。

本当にありがとうございました。

オフライン

 

Board footer

Powered by FluxBB