なにはともあれSLAX (849レス)
なにはともあれSLAX http://mao.5ch.net/test/read.cgi/linux/1156462444/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
リロード規制
です。10分ほどで解除するので、
他のブラウザ
へ避難してください。
111: login:Penguin [sage] 2006/10/02(月) 08:59:45 ID:+nsWYShe >>110 よく見たらisoイメージの./tools以下にmksquashfsとunsquashfsがありました。 *2moのコマンド群は、おなじ./tools以下にあるliblinuxliveという、関数登録用のスクリプトを起動したのち、その中の create_module() { mksquashfs "$1" "$2" $3 >/dev/null if [ $? -ne 0 ]; then return 1; fi chmod oga-x "$2" # remove execute attrib } を使っていました。つまり間接的にmksquashfsを使っていることになります。いわばwrapperですね。 http://mao.5ch.net/test/read.cgi/linux/1156462444/111
112: login:Penguin [sage] 2006/10/02(月) 09:00:36 ID:+nsWYShe >>110つづき またmo2dirでは同じliblinuxliveの中の mount_module() { mount -t squashfs -o loop,ro "$1" "$2" err=$? if [ $err -eq 0 ]; then echo "$1 $2" >>/tmp/_mounts fi return $err } を使用していました。 unsquashfsというコマンドを使うのではなく、kernelにsquashfsパッチを当てているようです。 エラーを返すというのはこのmountの動作に関してでしょう。 unsquashfsで一部の*.moを解凍しようとすると次のようなエラーが出ます。これも類似の現象だと思います。 Major/Minor mismatch, filesystem on Avidemux_2_0_40.mo is (2:1) I only support Squashfs 3.0 filesystems! Later releases will support older Squashfs filesystems つまり、もう少ししたら3.0以前のsquashfsにも対応するから待っててね、ということのようです。 http://mao.5ch.net/test/read.cgi/linux/1156462444/112
113: login:Penguin [sage] 2006/10/02(月) 09:09:01 ID:+nsWYShe >>108 The glibc-profile package includes the GNU libc libraries and support for profiling using the gprof program. Profiling is analyzing a program's functions to see how much CPU time they use and determining which functions are calling other functions during execution. To use gprof to profile a program, your program needs to use the GNU libc libraries included in glibc-profile (instead of the standard GNU libc libraries included in the glibc package). If you are going to use the gprof program to profile a program, you'll need to install the glibc-profile program. 以上、赤帽のサイトから。これ見るかぎりglibcのプロファイリング用のライブラリ群のようですな。あまり必要ではなさそうなのですが、どうしてuimの動作と関連するのでしょう.. http://mao.5ch.net/test/read.cgi/linux/1156462444/113
114: login:Penguin [sage] 2006/10/02(月) 12:34:19 ID:+nsWYShe ためしに/modules以下のglibc-profile-2.3.6-i486-3.moを消して起動してみました。 (USBだとこういうのが簡単 ^^;) 今のところuim1.2.0も問題なく動いています(Konsole/KDEでも、jfbtermのuim-fepも)。 しばらくこのprofileモジュール外して使ってみます。もし不具合でたら報告します。 http://mao.5ch.net/test/read.cgi/linux/1156462444/114
115: login:Penguin [sage] 2006/10/02(月) 13:51:08 ID:+nsWYShe fd使いのために。 .fd2rc で次のような関連付けをしてみると*moファイルの扱いがなじんできます。 arch ".mo" "mksquashfs %TA %C &>/dev/null" "unsquashfs %C" http://mao.5ch.net/test/read.cgi/linux/1156462444/115
116: login:Penguin [sage] 2006/10/02(月) 14:40:46 ID:+nsWYShe 追加 launch ".mo" "unsquashfs -l %C|$PAGER" http://mao.5ch.net/test/read.cgi/linux/1156462444/116
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.021s