From owner-freebsd-stable@FreeBSD.ORG Mon Nov 21 09:37:28 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BCB016A41F for ; Mon, 21 Nov 2005 09:37:28 +0000 (GMT) (envelope-from laurent.bar@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 032FC43D53 for ; Mon, 21 Nov 2005 09:37:27 +0000 (GMT) (envelope-from laurent.bar@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so625864nzo for ; Mon, 21 Nov 2005 01:37:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Bwp35GtjaFGbeVSewhV9SSOyELIRftTE0wFI115/FAv04itURurdvnvSnFyZ5AzTn+ihUzoX8h7f4iyRuutjZuCLx99imkTZi3AiT00M7WVzxUgo9wKNJs4sb9UDJ2oOCUKQirall6VyXk3WpLPE70mbePJ0Fa9fwddzVP4+7vM= Received: by 10.36.20.2 with SMTP id 2mr2842335nzt; Mon, 21 Nov 2005 01:37:27 -0800 (PST) Received: by 10.36.222.61 with HTTP; Mon, 21 Nov 2005 01:37:27 -0800 (PST) Message-ID: Date: Mon, 21 Nov 2005 10:37:27 +0100 From: Laurent C To: Kris Kennaway In-Reply-To: <20051119192229.GB88967@xor.obsecurity.org> MIME-Version: 1.0 References: <437F6315.4000403@gmail.com> <20051119192229.GB88967@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: [FreeBSD6] kinfo_size mismatch X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 09:37:28 -0000 2005/11/19, Kris Kennaway : > > On Sat, Nov 19, 2005 at 06:38:29PM +0100, Laurent wrote: > > Hello all, > > > > I've recently upgraded my AMD64 FreeBSD station from 5.4 to 6.0 using > > the handbook method. > > > > Everything seems to work OK but I have the message after repeating ever= y > > second on tty1 after I log on X : > > > > kvm_open : kinfo_proc size mismatch (expected 912 got 1088). > > > > After some search on Internet I gave an eye to /usr/src/sys/sys/user.h > > for kinfo_proc_size values, but the right value (1088) is already set > > for amd64. > > > > So I don't know how to solve this problem, and I'm quite afraid to touc= h > > some souce code on my system. > > > > %uname -a > > FreeBSD wks02.chez.oim 6.0-STABLE Thu Nov 17 19:40:44 CET 2005 amd64 > > > > Thanks. > > The last time you asked this question I answered it, but I didn't see > any response. Didn't you like my answer? :-) Ho I'm sorry, I've first posted my question to stable@freebsd.org instead of freebsd-stable@freebsd.org, but it seems my message arrived at the same place. Sorry for this double-post. And yes I like your answer. I tried a portugrade -fua but I had problem with pkgdb base consistency after some port upgrades, with pkgdb taking a long time each port to rebuild is database. So my ports are not up-to-date. Lets go for redoing all... Tank you late for your answer. -- Laurent