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]


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
# mergmaster
# reboot

Read handbook, section 21.4.1 for explanation.


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




-- 
Paul
___
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 Peter Boosten

Polytropon said the following on 11/22/2008 10:20 PM:

On Sat, 22 Nov 2008 20:43:21 +, 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]


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

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