From owner-freebsd-current@FreeBSD.ORG Wed Jun 18 07:08:03 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9636106566C for ; Wed, 18 Jun 2008 07:08:03 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 54C1A8FC15 for ; Wed, 18 Jun 2008 07:08:03 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so66473fgb.35 for ; Wed, 18 Jun 2008 00:08:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=odCOLHfD2eykodz2GKeT6Vlm8uoM6g03Ac03kzMJUyU=; b=mfzEwWZsJlJ0FYPT0vqbwGHGGmTcP8WlEx/koksWYIZdQR8UbDC11zTF2nlpuTiWvK Ml78pje74LYARaDH9XhbJJTULy6zyu9qPGq+jHag+WXYyD2QGcctns/TPTBGUqe55k7k hAKBxO76gVZtw9Ug6ahazXGfEE/zn1xaYSww8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=OHcNICt5koB4SHI+AYiHHddZmHBMq57EUvGlOjf0AkDTGO+e9+8Vv3vThEXsYQIyfL NKRmrqd3XuejfLtifdamOHTgDQ1jrd4yEB3S8pbqduEARk8deK/4dqCWnYujnYZJLDYC 5I9zyWZx9IQkepaDZ6emZvLgvYNb4cGET4RM8= Received: by 10.86.78.4 with SMTP id a4mr393994fgb.14.1213772881958; Wed, 18 Jun 2008 00:08:01 -0700 (PDT) Received: from ?192.168.1.107? ( [213.152.137.38]) by mx.google.com with ESMTPS id e20sm14803595fga.1.2008.06.18.00.08.00 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Jun 2008 00:08:00 -0700 (PDT) Message-ID: <4858B447.5070601@gmail.com> Date: Wed, 18 Jun 2008 11:07:51 +0400 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Boris Samorodov References: <48562FC6.6020903@gmail.com> <14817523@bb.ipt.ru> In-Reply-To: <14817523@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: sockstat: struct xtcpcb size mismatch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2008 07:08:03 -0000 Boris Samorodov wrote: > On Mon, 16 Jun 2008 13:17:58 +0400 sam wrote: > > >> trouble output >> =============================================================== >> # 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 >> > > >> please, any solution ... >> > > Seems that your kernel is out of sync with world. > > THX problem is solved /Vladimir Ermakov