ちなみに、ここ最近はこんな感じで安定してるね。 --- 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. ------
706 :名無しさん@お腹いっぱい。 :2001/03/06(火) 02:19
あれ? MAKEDEVはいつやるの?
707 :初心者です。 :2001/03/06(火) 03:13
うーー、話題が変わってすみません。 iij-pppの設定ファイルを上手く書けなくて困ってます。
mn128-miniをcom1に繋いでます。 ppp.confはこんな感じです↓
############################################################## # PPP Configuration File# ############################################################# default: set log Phase Chat Connect Carrier LCP IPCP CCP tun command set device /dev/cuaa0 set speed 115200 #set speed 230400 set timeout 0 #set taddr 192.168.1.0/24 #set xaddr 192.168.1.1 #allow users unko #set ifaddr 0.0.0.0/24 xxx.xxx.xxx.xxx/0 # ############################################################# # ISDN 64Kbps MN128-mini# pap Yokohama PPP ############################################################# pap64: set ctsrts on set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&F&Q5$S12 OK ATDT\\T TIMEOUT 10 CONNECT" disable lqr accept lqr deny chap accept pap set openmode active set phone 0196213720 set authname sawagani set authkey tkrc1512 dial # ############################################################# # ISDN 64Kbps MN128-mini# CHAP PPP ############################################################# chap64: set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&F&Q5\$S12 OK ATDT\\T TIMEOUT 10 CONNECT" disable lqr accept lqr accept chap deny pap set openmode active set phone 0196213720 set login "TIMEOUT 20 login: sawagani word: tkrc1512" dial #
実行するとこうなります↓ # ppp pap64 Working in interactive mode Using interface: tun0 Warning: Carrier: Invalid log value Warning: Usage: set log [local] [+|-]async|cbcp|ccp|chat|command|connect|debug|dns|hdlc|id0|ipcp|lcp|lqm|phase|physical|sync|tcp/ip|timer|tun... Mar 6 12:02:07 ppp[321]: Warning: Carrier: Invalid log value Mar 6 12:02:07 ppp[321]: tun0: Warning: Usage: set log [local] [+|-]async|cbcp|ccp|chat|command|connect|debug|dns|hdlc|id0|ipcp|lcp|lqm|phase|physical|sync|tcp/ip|timer|tun... ppp ON > Ppp ON > ppp ON >
>>713 誤解を招いてしまったようでスマヌ。 /dev/MAKEDEVが更新されているとmergemasterは終了時に ------ *** You installed a new /dev/MAKEDEV script, so make sure that you run 'cd /dev && /bin/sh MAKEDEV all' to rebuild your devices ------ というメッセージを出すだけで、実際に実行はしない