[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:47754] Re: apt-getとaptitudeでセグメンテーションエラー(dpkgは動く)
小木曽と申します。
うーん、根拠もないし検証もしてないので完全に「勘」ですがsargeですよね。
proposed-updates を外してみてはどうでしょう?
これのせいで入ってしまったパッケージを純粋sargeに戻すのは大変かも知れま
せんが kernel-image-* も sarge にはないはずのものが入ってるようですし。
(どれが proposed.. なのかも洗ってないです)
apt_preferences で除外してあれば問題ないでしょうけど。
個人的には proposed-updates よりは backports の方が安心出来ると思ってい
ます。意外とハードウェアの問題かも。。。
On Sun, 10 Dec 2006 22:17:42 +0900
Mitsuo KASAHARA <gaunt@xxxxxxxxxxxxxxxxxxxxx> wrote:
> 笠原と申します。
>
> いつからか分からないのですが、sargeマシンでapt-get updateでセグメンテ
ー
> ションエラーが出るようになってしまいました。
>
> kernelを自分でコンパイルしていたので、それが悪いのかと思ってディストリ
> ビューションのカーネルに戻したのですが、症状が変わりません。
>
> 確か、先週末に apt-get update と apt-get upgrade したときにはちゃんと
> 出来た記憶があるのですが・・・。
>
> 使っているapt-lineは
>
> potato:~# egrep "^[^#]" /etc/apt/sources.list
> deb http://ring.sakura.ad.jp/pub/linux/debian/debian stable main
contrib non-free
> deb http://ring.sakura.ad.jp/pub/linux/debian/debian
stable-proposed-updates main contrib non-free
> deb http://ring.sakura.ad.jp/pub/linux/debian/debian-jp sid-jp main
contrib non-free
> deb http://security.debian.org/ stable/updates main contrib non-free
> deb-src http://ring.sakura.ad.jp/pub/linux/debian/debian stable main
contrib non-free
> deb-src http://ring.sakura.ad.jp/pub/linux/debian/debian
stable-proposed-updates main contrib non-free
> deb-src http://ring.sakura.ad.jp/pub/linux/debian/debian-jp sid-jp
main contrib non-free
> deb-src http://security.debian.org/ stable/updates main contrib
non-free
> potato:~#
>
> potato:~# aptitude update
> セグメンテーション違反です%
> potato:~#
>
> ・・・・。
>
> 何もかもが動かないかのかというとそうでもなくて、少なくともsshでログオ
> ンしてscreenとbashが使えているので、sshdとscreen, bashはOK。vimとegrep
> とdpkg-queryコマンドも、上記のログにあるようにOKです。
> 障害の切り分けのために、sargeのkernelをインストールするのに dpkg -i コ
> マンドを使いましたが、これも問題ありませんでしたし、kernelのdebファイ
> ルを取得するのにlftpコマンドを使いましたが、これも問題なく動きました。
> 他にはapache,bind,mysql(cactiがちゃんと動いているので)がサーバ系のモノ
> としてちゃんと動いている事は確認出来ています。
>
> と言うことで、まとめると
>
> ■ 明示的に動いたと確認できたソフト
> dpkg
> dpkg-query
> sshd
> bash
> vim
> egrep
> lftp
> cut
> lftp
> apache
> bind
> mysql
> ping
> screen
> ntpq
> ntp-daemon
>
> ■ セグメンテーションエラーを出したコマンド
> apt-get
> aptitude
>
> と言う状態です。
>
> sid-jpもapt-lineに入っていますけど、これはqkcが欲しくて入れた行なので
、
> 他に悪さをしていることはないんじゃないかなぁと期待しています。
>
> apt-get と aptitude がセグメンテーションエラーを出すという症状のように
> 見受けられるのですが、何か情報をお持ちの方いらっしゃいましたら、ご助言
> 頂ければ幸いでございます。