Re: sockstat problem

2008-11-22 Thread x03ml
i update my kernel and userland like above: # make buildkernel KERNCONF=TEST #make installkernel KERNCONF=TEST #make buildworld #pwd /usr/src #reboot #sockstat sockstat: struct xtcpcb size mismatch sockstat: struct xinpcb size mismatch sockstat: struct xunpcb size mismatch sockstat: struct

Re: sockstat problem

2008-11-22 Thread Paul B. Mahol
On 11/22/08, 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 boot -s {boot into single user mode} # cd /usr/src # megemaster -p # make installworld #

Re: sockstat problem

2008-11-22 Thread Peter Boosten
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

sockstat problem

2008-11-21 Thread x03ml
hello list! i have this error running sockstat: # sockstat sockstat: struct xtcpcb size mismatch sockstat: struct xinpcb size mismatch sockstat: struct xunpcb size mismatch sockstat: struct xunpcb size mismatch USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS #

Re: sockstat problem

2008-11-21 Thread Paul B. Mahol
On 11/22/08, x03ml [EMAIL PROTECTED] wrote: hello list! i have this error running sockstat: # sockstat sockstat: struct xtcpcb size mismatch sockstat: struct xinpcb size mismatch sockstat: struct xunpcb size mismatch sockstat: struct xunpcb size mismatch Your kernel and world are not it