鯖管備忘録 - 2006/11/11 -

FreeBSDのアップグレード(FreeBSD-SA-06:23.openssl)

chflags -R noschg /usr/obj/usr
rm -rf /usr/obj/usr

cvsup -g -L 2 /etc/cvsup/releng_6_1-supfile ※DNS
(cvsup -g -L 2 /etc/cvsup/releng_5_5-supfile ※Mail)
cd /usr/src
make -j4 buildworld ※約50分
make installworld

cd /sys/i386/conf/
config MYKERNEL
../compile/MYKERNEL
make cleandepend; make depend ※DNS
(make depend ※Mail)
make
make install

tail -100 /var/log/messages
tail -100 /var/log/maillog