jus 第134回 「NIS からの脱却 ~ LDAP と Kerberos を用いたシステム構築」
う~ん、行きたいなぁ。奈良なんて遠くていけないけど(;_;)
元気が目立つ『BSD UNIX』系のオープンソース OS たち
FreeBSD は ブランチ(5.x とか 6.x)から年3回のリリース、OpenBSD は HEAD から年2回のリリースNetBSD は思いついたときにリリース(^^; というタイミングがたまたま重なっただけだと思う。
しかし、NetBSD 3.0 が出るらしいと言うのは私の読み間違いではなかったんですね。なんとなく分かるかも知れないが、英語のメールは嫌いです。
_FreeBSD 5.4-STABLE -> 6.0-RELEASE の手順_ freebsd-stable@freebsd な ML より
From: Chris <racerx _あっと_ makeworld.com>
To: Markus Buretorp <markus.buretorp _あっと_ home.se>
Cc: freebsd-stable _あっと_ freebsd.org
Message-ID: <436D14EC.1000705@makeworld.com>
Date: Sat, 05 Nov 2005 14:24:12 -0600
Subject: Re: 5.4 -> 6.0 buildworld failure
Assuming you have done your cvsup of the src tree:
# cd /usr/src/usr.sbin/mergemaster
# ./mergemaster.sh -p
Drop to Single User Mode:
As the superuser, you can execute:
# shutdown now
from a running system, which will drop it to single user mode.
Alternatively, reboot the system, and at the boot prompt,
enter the -s flag. The system will then boot single user.
At the shell prompt you should then run:
# fsck -p
# mount -u /
# mount -a -t ufs
# swapon -a
# cd /usr/obj
# chflags -R noschg *
# rm -rf *
# cd /usr/src
# make buildworld
# cd /usr/src
# make buildkernel KERNCONF=MYKERNEL
# make installkernel KERNCONF=MYKERNEL
# shutdown now
# fsck -p
# mount -u /
# mount -a -t ufs
# swapon -a
# cd /usr/src
# make installworld
# shutdown -r now
Done.
「5.4 の上で 6.0 の mergemaster を使って -p するのとってもじゅーよー。カーネルを先に作って、再起動後にユーザランドを作成」ということのようです。
5.4 の上で 6.0 のカーネルをカスタマイズするのは結構面倒だと思うので KERNCONF=MYKERNEL は要らないと思いますけどね。
う~ん、行きたいなぁ。奈良なんて遠くていけないけど(;_;)
元気が目立つ『BSD UNIX』系のオープンソース OS たち
FreeBSD は ブランチ(5.x とか 6.x)から年3回のリリース、OpenBSD は HEAD から年2回のリリースNetBSD は思いついたときにリリース(^^; というタイミングがたまたま重なっただけだと思う。
しかし、NetBSD 3.0 が出るらしいと言うのは私の読み間違いではなかったんですね。なんとなく分かるかも知れないが、英語のメールは嫌いです。
_FreeBSD 5.4-STABLE -> 6.0-RELEASE の手順_ freebsd-stable@freebsd な ML より
From: Chris <racerx _あっと_ makeworld.com>
To: Markus Buretorp <markus.buretorp _あっと_ home.se>
Cc: freebsd-stable _あっと_ freebsd.org
Message-ID: <436D14EC.1000705@makeworld.com>
Date: Sat, 05 Nov 2005 14:24:12 -0600
Subject: Re: 5.4 -> 6.0 buildworld failure
Assuming you have done your cvsup of the src tree:
# cd /usr/src/usr.sbin/mergemaster
# ./mergemaster.sh -p
Drop to Single User Mode:
As the superuser, you can execute:
# shutdown now
from a running system, which will drop it to single user mode.
Alternatively, reboot the system, and at the boot prompt,
enter the -s flag. The system will then boot single user.
At the shell prompt you should then run:
# fsck -p
# mount -u /
# mount -a -t ufs
# swapon -a
# cd /usr/obj
# chflags -R noschg *
# rm -rf *
# cd /usr/src
# make buildworld
# cd /usr/src
# make buildkernel KERNCONF=MYKERNEL
# make installkernel KERNCONF=MYKERNEL
# shutdown now
# fsck -p
# mount -u /
# mount -a -t ufs
# swapon -a
# cd /usr/src
# make installworld
# shutdown -r now
Done.
「5.4 の上で 6.0 の mergemaster を使って -p するのとってもじゅーよー。カーネルを先に作って、再起動後にユーザランドを作成」ということのようです。
5.4 の上で 6.0 のカーネルをカスタマイズするのは結構面倒だと思うので KERNCONF=MYKERNEL は要らないと思いますけどね。