From owner-freebsd-stable@FreeBSD.ORG Sat Apr 19 21:30:22 2003 Return-Path: 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 D1E3F37B401 for ; Sat, 19 Apr 2003 21:30:22 -0700 (PDT) Received: from smtp802.mail.sc5.yahoo.com (smtp802.mail.sc5.yahoo.com [66.163.168.181]) by mx1.FreeBSD.org (Postfix) with SMTP id 3963443FAF for ; Sat, 19 Apr 2003 21:30:22 -0700 (PDT) (envelope-from antonzav@pacbell.net) Received: from adsl-63-206-116-172.dsl.snfc21.pacbell.net (HELO travel) (antonzav@pacbell.net@63.206.116.172 with login) by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 20 Apr 2003 04:30:22 -0000 From: "Anton Zavrin" To: "'Kris Kennaway'" Date: Sat, 19 Apr 2003 21:29:16 -0700 Message-ID: <007001c306f5$67907360$0200a8c0@travel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 In-Reply-To: <20030420034257.GA66289@xor.obsecurity.org> cc: freebsd-stable@freebsd.org Subject: RE: proc size mismatch - yes, I re-installed my kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 04:30:23 -0000 Let's assume that I have most recent kernel that comes with 4.8 stable, but some of my binaries are older versions, how do I synchronize my binaries with new version of kernel? ( I only assume and do not know for sure if it's possible) Thank you Best Regards, Anton -----Original Message----- From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Kris Kennaway Sent: Saturday, April 19, 2003 8:43 PM To: Anton Zavrin Cc: freebsd-stable@freebsd.org Subject: Re: proc size mismatch - yes, I re-installed my kernel On Sat, Apr 19, 2003 at 05:52:48PM -0700, Anton Zavrin wrote: > Hi, > Please, need help > > # ps ax > ps: proc size mismatch (65720 total, 1056 chunks) > > "userland out of sync with kernel, recompile libkvm etc" > > This is after buildworld, what do I do? It messes up many things in the > system > yes, I re-installed my kernel and even tried GENERIC kernel that comes > with new update. You have to build a new kernel (with sources from the same date as your buildworld), not just re-install it. It's not clear from your message which you did. Kris