いけだ@福山市です. From: 石川 喬 <vineml@xxxxxxxxxxxxxxxxxxx> Date: Tue, 20 Jan 2004 23:26:41 +0900 Message-ID: <20040119134028.14CDD6877D@xxxxxxxxxxxxxxxxxxxxxxxxxxx> > こんばんは。よろしくお願いします、石川と申します。 > Vine Linux 2.6r3 の特徴?の最小インストールを行ったのですが > それで setup コマンドが使えないことがわかりました。 > 下の中で > システムサービス設定、X Window System 設定 > を選択すると > 無反応になるのです。他のものを選択すると通常のように設定できます。 > この状態でシステムサービス設定を使用するためにはどうすればいいのでしょうか? > このようになったことがある方いらっしゃいましたらアドバイスください。 > お願いします。 $ rpm -qf /usr/sbin/setup setuptool-1.2-5vl4 の結果から,このコマンドが setuptool パッケージに含まれている ことがわかります. $ apt-cache source setuptool でソースをとってきてみると, setup-1.2/setup.c に次のような部分があります. int main(int argc, char **argv) { newtComponent lbox, run, quit, form,answer; newtGrid grid,grid2; int rc=0,command; char roottext[80]; char *toolist[] = { _(" Authentication configuration "),"/usr/sbin/authconfig", _(" Keyboard configuration "),"/usr/sbin/kbdconfig", _(" Mouse configuration "),"/usr/sbin/mouseconfig", _(" System services "),"/usr/sbin/ntsysv", _(" Sound card configuration "),"/usr/sbin/sndconfig", _(" Timezone configuration "),"/usr/sbin/timeconfig", _(" X configuration "),"/usr/X11R6/bin/Xconfigurator", NULL, NULL }; /usr/X11R6/bin/Xconfigurator がインストールされていない ということではないでしょうか. -- IKEDA Katsumi <ikedak@xxxxxxxxxxxxxxxx> <http://www013.upp.so-net.ne.jp/ikeda/index.html>