Polytropon said the following on 11/22/2008 10:20 PM:
On Sat, 22 Nov 2008 20:43:21 +0000, x03ml<[EMAIL PROTECTED]>  wrote:
i update my kernel and userland like above:

# make buildkernel KERNCONF=TEST
#make installkernel KERNCONF=TEST
#make buildworld
#pwd
/usr/src
#reboot

According to the handbook, this is not completely correct.
First of all, I do miss the mergemaster calls. But if kernel
and world are of the same version, you should have both
synchronized in the way needed. This would not explain your
sockstat problem. But I'd recommend to read the section
about updating in the handbook and exactly following the
instructions - just in case.
The buildworld should proceed the buildkernel

make buildworld
make buildkernel
make installkernel
reboot
make installworld.

Peter
--
http://www.boosten.org
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to