Ignoring firewall startup scripts

Rick Helmus rhelmus at gmail.com
Fri Feb 17 13:39:39 PST 2006


> Just a wild guess (you didn't mention it): did you use mergemaster?
> You didn't say how long was your jump, from which version did you
> upgrade? /usr/src/UPDATING gives us more than one way to
> upgrade. Which way did you follow?
>
>


I did some combinations from the handbook and the UPDATING file:


./upsrc.sh (script to cvsup src)

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

make buildworld
make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=MYKERNEL

shutdown now
make -DALWAYS_CHECK_MAKE installkernel KERNCONF=MYKERNEL
reboot (to single user)

fsck -p
mount -u /
mount -a -t ufs
swapon -a

mergemaster -p
make installworld
make delete-old
mergemaster
reboot


So yep I did mergemaster :)


More information about the freebsd-stable mailing list