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 
#



someone have a clue ?

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


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 xunpcb size mismatch
USER COMMANDPID   FD PROTO  LOCAL ADDRESS FOREIGN 
ADDRESS   
#


is this a bug?

Paul B. Mahol wrote:

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 sync.

  


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