>>623 san package ha ftp de kterm-hogehoge.tgz wo tottekurebaiinodesuka? kono houhou ha port de make install suru baaidesuka?
sorekara, Linux de iu "LANG" ha douyatte setteisureba iinodesuka? Nihongo ni setteis itainodesuga... (ja_JP.euc?)
625 :名無しさん@お腹いっぱい。 :2001/02/24(土) 01:47
"su root" siyouto suruto, su: you are not in the correct group to su root. to okoraremasu. koreha dono file wo dounaoseba iinodesyouka?
626 :名無しさん@お腹いっぱい。 :2001/02/24(土) 01:58
>>625 "wheel" group ni tuikasite kudasai. /etc/group wo hensyu subesi.
627 :名無しさん@お腹いっぱい。 :2001/02/24(土) 02:02
>>624 > package ha ftp de kterm-hogehoge.tgz wo tottekurebaiinodesuka? そう。その後pkg_addを使う。 でも /stand/sysinstall 使えば勝手に取りに行くよ?
> kono houhou ha port de make install suru baaidesuka? /usr/ports 以下で make install する場合は必要無い。 勝手に ftp で取りに行く。
> sorekara, Linux de iu "LANG" ha douyatte setteisureba iinodesuka? > Nihongo ni setteis itainodesuga... (ja_JP.euc?) 俺の手元ではja_JP.EUC。でも日本語のメッセージ出してくれるアプリって少 ないと思うけど。詳しいことは知らない。
> "su root" siyouto suruto, > su: you are not in the correct group to su root. rootでloginしなおして # pw groupmod wheel -m username
おやすみ。
628 :名無しさん@お腹いっぱい。 :2001/02/24(土) 02:06
>>626 san 627 san arugatou su ha dekiruyouni narimasita. pkg_add de ikutuka package mo ireraremasita.
ちなみに、ここ最近はこんな感じで安定してるね。 --- make buildworld make buildkernel make installkernel reboot (in single user) make installworld mergemaster reboot --- make buildkernel では、その前の buildworld で作った /usr/obj/ 以下にある ツールを使うようになってるけど、install は kernel のほうが先。
そういや、ここ数日の -stable でも話題になってたね。 # "KERNCONF instead of KERNEL?" のスレッド
703 :名無しさん@お腹いっぱい。 :2001/03/05(月) 00:05
make buildworld make installworld kernel のリビルド mergemaster make dev ってマルチユーザーでいつもやってるけど, 結構,無茶?
704 :名無しさん@お腹いっぱい。 :2001/03/05(月) 01:23
>>702 その > reboot (in single user) って shutdown now じゃだめってことなんかな?
とりあえず良い発言を見つけたんでコピペ。 ------ On Fri, Mar 02, 2001 at 11:34:19PM +0900, Daniel C. Sobral wrote: > Here is the order suggested and the why: > > 1) make buildworld -- because the new kernel may depend on new tools > (config(8) is a common example, but no the only one). > 2) make buildkernel -- some programs may depend on new syscalls, so > build the kernel before installing the world. > 3) make installkernel -- install a new kernel (the copy of the old one > is preserved) > 4) reboot single user -- make sure the new kernel works > 5) mount filesystems, make installworld -- install the rest of the world > 6) mergemaster -- update /etc -- the new userland tools may require new > /etc scripts and configuration files. ------