Category Archives: FreeBSD - Page 5

5.3-RELEASE-p5 がでた。


またまたp5です。

20050114:	p5	FreeBSD-EN-05:03.ipi
Avoid more than two pending IPI interrupt vectors per local
APIC as this may cause deadlocks.

SMPマシンが高付加時にpanicするのの対策らしいです。
cvsupして、kernel再構築して完了。
# uname -r
5.3-RELEASE-p5

ISOイメージのmount方法


FreeBSD 5.xからはvnconfigではなく、mdconfigを使うらしい。
# mdconfig -a -t vnode -f filename.iso
md0
# mount -t cd9660 -r /dev/md0 /mnt
# umount /mnt
# mdconfig -d -u 0

OpenBSD/zaurus


OpenBSD/zaurusが出るらしい。
CVSも既にあるっ。
なんにでも移植されるNetBSDだが、OpenBSDとは……
僕は*BSDな人なのでLinuxでなくてBSDが動くようになるとうれしいなぁ。
しかし、サポートされるハードウェアが現時点ではC-760とC-860とC-3000の3種。
僕が持っているのはC-700す。
うーん。このためだけにC-860買ってもいいかも。あるいは実験くんか。

5.3-RELEASE-p4 がでた。


早くもp4がでました。

20050106:       p4      FreeBSD-EN-05:02.sk
Correct bugs in the sk(4) network driver that could result in
data corruption and system crashes on SMP systems.

SysKonnectのNIC使ってないし関係ないんで放置。
p3出たばっかりなのに…
# 来週までにp6まで出るといううわさは本当だろうか…

5.3-RELEASE-p3 に入れ替え


5.3-RELEASE-p3が出たので入れ替える。

20050103:       p3      FreeBSD-EN-05:01.nfs
Correct a bug in nfsrv_create() where a call to nfsrv_access()
might be made while holding the NFS server mutex, which resulted
in kernel panics under certain load patterns.

NFS周りにbugがあったそうで。
前書いた様にcvsupしてきて、kernelの再構築を行う。
# cd /usr/src/sys/i386/conf
# config GENERIC
# cd ../compile/GENERIC/
# make clean
# make depend
# make
# make install
という普通の手順。make cleanは念のため実行しています。
これでrebootしてやると
#uname -r
5.3-RELEASE-p3
となるはず。