梅田です。 今朝、早くからapt-get updateの様子がおかしくて困っています。 [root@localhost lawrence]# apt-get update 取得:1 http://updates.vinelinux.org 4.2/i386 release [2262B] 2262B を 0s 秒で取得しました (5911B/s) E: http://updates.vinelinux.org/apt/4.2/i386/base/pkglist.update はリポジトリの チェックサムにリストされていません E: http://updates.vinelinux.org/apt/4.2/i386/base/release.update はリポジトリの チェックサムにリストされていません E: http://updates.vinelinux.org/apt/4.2/i386/base/pkglist.nonfsree はリポジトリ のチェックサムにリストされていません E: http://updates.vinelinux.org/apt/4.2/i386/base/release.nonfsree はリポジトリ のチェックサムにリストされていません E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object この、”リポジトリのチェックサムにリストされていません”というのは何なのでしょう? TKNAMAZUで検索もしましたが、良く分かりませんでした。試しに出てきたURLをWEBで見た ところ、 Not Found The requested URL /apt/4.2/i386/base/pkglist.nonfsree was not found on this server. Apache/2.2.3 (Unix) Server at updates.vinelinux.org Port 80 Apacheのバージョンが古いのと何か関係が有るのかと思い、 [root@localhost lawrence]# apt-get install apache パッケージリストを読みこんでいます... 完了 依存情報ツリーを作成しています... 完了 パッケージ apache はデータベースには存在しますが、利用可能なバージョン がありません。おそらく、パッケージが依存に用いられているにもかかわらず アップロードされていなかったり、廃止されていたり、またはそのパッケー ジが存在するリポジトリが sources.list に書かれていなかったという状況が考 えられます。 E: パッケージ apache はインストールすることができません とやりましたら、sources.listに何か有るんじゃないかと思い、コピーしてみました。 # # apt for RPM source.list sample # ## ## Vine Linux 4.2 ## # (master) rpm [vine] http://updates.vinelinux.org/apt 4.2/$(ARCH) main plus extras update nonfsree rpm-src [vine] http://updates.vinelinux.org/apt 4.2/$(ARCH) main plus extras updates nonfree # # (ring mirror) #rpm [vine] http://www.t.ring.gr.jp/pub/linux/Vine/apt 4.2/$(ARCH) main plus updates nonfree #rpm-src [vine] http://www.t.ring.gr.jp/pub/linux/Vine/apt 4.2/$(ARCH) main plus updates nonfree # # (jaist mirror) #rpm [vine] http://ftp.jaist.ac.jp/pub/Linux/Vine/apt 4.2/$(ARCH) main plus updates nonfree #rpm-src [vine] http://ftp.jaist.ac.jp/pub/Linux/Vine/apt 4.2/$(ARCH) main plus updates nonfree # # (kddlabs mirror) #rpm [vine] http://ftp.kddlabs.co.jp/pub/Linux/distributions/Vine/apt 4.2/$(ARCH) main plus updates nonfree #rpm-src [vine] http://ftp.kddlabs.co.jp/pub/Linux/distributions/Vine/apt 4.2/$(ARCH) main plus updates nonfree これで、何か分かりますでしょうか?御教授頂ければ幸いです。