From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 22 15:41:49 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61383106566B; Thu, 22 Jan 2009 15:41:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 347438FC14; Thu, 22 Jan 2009 15:41:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id B322446B0D; Thu, 22 Jan 2009 10:41:48 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n0MFfgnx043174; Thu, 22 Jan 2009 10:41:42 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org, Danny Braniss Date: Thu, 22 Jan 2009 09:43:46 -0500 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901220943.47023.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 22 Jan 2009 10:41:42 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/8892/Thu Jan 22 09:34:53 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: amd64/130885: sockstat on amd64 does not work X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2009 15:41:49 -0000 On Thursday 22 January 2009 8:21:48 am Danny Braniss wrote: > > >Number: 130885 > >Category: amd64 > >Synopsis: sockstat on amd64 does not work > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-amd64 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Jan 22 14:00:15 UTC 2009 > >Closed-Date: > >Last-Modified: > >Originator: Danny Braniss > >Release: FreeBSD 7.1-STABLE amd64 > >Organization: > >Environment: > System: FreeBSD dell-2950 7.1-STABLE FreeBSD 7.1-STABLE #36: Fri Jan 16 13:06:56 IST 2009 danny@sunfire:/r+d/obj/sunfire/r+d/7/sys/HUJI amd64 > > > > >Description: > sockstat on amd64 does not work > >How-To-Repeat: > > 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 Your kernel and world are out of sync. What was your previous kernel version? -- John Baldwin