From owner-freebsd-questions@FreeBSD.ORG  Sat Nov 22 20:46:50 2008
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 14C01106564A
	for <freebsd-questions@freebsd.org>;
	Sat, 22 Nov 2008 20:46:50 +0000 (UTC) (envelope-from x03ml@sgene.org)
Received: from mail1.pluricanal.net (mail1.pluricanal.net [83.144.129.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 937348FC13
	for <freebsd-questions@freebsd.org>;
	Sat, 22 Nov 2008 20:46:49 +0000 (UTC) (envelope-from x03ml@sgene.org)
Received: from localhost (unknown [127.0.0.1])
	by mail1.pluricanal.net (Postfix) with ESMTP id 8BE9130801D;
	Sat, 22 Nov 2008 20:46:47 +0000 (UTC)
Received: from mail1.pluricanal.net ([127.0.0.1])
	by localhost (mail1.pluricanal.net [127.0.0.1]) (amavisd-new,
	port 10025)
	with ESMTP id uhfdFI3bzZ9u; Sat, 22 Nov 2008 20:46:46 +0000 (WET)
Received: from mx.SGene.org (unknown [83.144.165.11])
	by mail1.pluricanal.net (Postfix) with ESMTP id 35599308011;
	Sat, 22 Nov 2008 20:46:46 +0000 (WET)
Received: from localhost (Havoc.sgene.org [127.0.0.1])
	by mx.SGene.org (Postfix) with ESMTP id 09F081C23E5;
	Sat, 22 Nov 2008 20:42:33 +0000 (WET)
Received: from mx.SGene.org ([127.0.0.1])
	by localhost (sgene.org [127.0.0.1]) (amavisd-maia,
	port 10024) with ESMTP
	id 01053-05; Sat, 22 Nov 2008 20:42:32 +0000 (WET)
Received: from [10.10.10.1] (unknown [10.10.10.1])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx.SGene.org (Postfix) with ESMTPSA id 7F3681C20FF;
	Sat, 22 Nov 2008 20:42:32 +0000 (WET)
Message-ID: <49286EE9.7090701@sgene.org>
Date: Sat, 22 Nov 2008 20:43:21 +0000
From: x03ml <x03ml@sgene.org>
User-Agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)
MIME-Version: 1.0
To: "Paul B. Mahol" <onemda@gmail.com>
References: <200811212356.53299.listy@skxpl.eu.org>	
	<492744CA.1080208@sgene.org>
	<3a142e750811211610y5bb75765m4dd73a6c5dde180b@mail.gmail.com>
In-Reply-To: <3a142e750811211610y5bb75765m4dd73a6c5dde180b@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Cc: freebsd-questions@freebsd.org
Subject: Re: sockstat problem
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 22 Nov 2008 20:46:50 -0000

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     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN 
ADDRESS   
#

is this a bug?

Paul B. Mahol wrote:
> On 11/22/08, x03ml <x03ml@sgene.org> 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.
>
>