From owner-freebsd-stable@FreeBSD.ORG Tue Nov 16 16:10:10 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF749106566C for ; Tue, 16 Nov 2010 16:10:10 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 690E68FC14 for ; Tue, 16 Nov 2010 16:10:01 +0000 (UTC) Received: by vws4 with SMTP id 4so321906vws.13 for ; Tue, 16 Nov 2010 08:10:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :organization:user-agent:mime-version:to:cc:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=vdFTXAuQopVx3xthbuD8P8RzC4mDN3+1iU3Tiz6Go30=; b=lee9JUounozZm8WAuYcR9lX+EqVUqn0qhXno+ZH1hX4g8oM86YlLJYd5CbBz3FJqj+ 1/hrUg7NacB/KhCdwmvrcD05yP7dBV23G8hDhb+w68VnGgKjuvVzvXffoVGUoxRCa1kP uodTRasHZrNN+NUxz7Qt4O9iwrFX1X2iYnMjs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=VooKfk33thKvrlywEjetSDBCKSnwZ3ftcs1QE2piVAZmogw3yHFYnVnvSkwKQwouNf QAdq4iE/nOzNr8q+y1UVzcZhra7gkbowFQ03riTUYs/dk3oqYvGf62tyXsBsU4dpDrrX 6DPzbVkVVdomKbnhIEHleRpaad87RmskG06Kc= Received: by 10.223.86.9 with SMTP id q9mr1348651fal.25.1289923800110; Tue, 16 Nov 2010 08:10:00 -0800 (PST) Received: from centel.dataix.local ([99.181.158.26]) by mx.google.com with ESMTPS id e17sm1344205fak.10.2010.11.16.08.09.58 (version=SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 08:09:59 -0800 (PST) Sender: "J. Hellenthal" Message-ID: <4CE2ACD5.7010507@DataIX.net> Date: Tue, 16 Nov 2010 11:09:57 -0500 From: jhell Organization: http://www.DataIX.net User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101028 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: Rainer Duffner References: <0D880B22-5743-4533-8642-0E5DB364D46B@ultra-secure.de> In-Reply-To: <0D880B22-5743-4533-8642-0E5DB364D46B@ultra-secure.de> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading from 7.3 to 8.1: uname -a still shows 7.3p3 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: Tue, 16 Nov 2010 16:10:11 -0000 On 11/15/2010 19:42, Rainer Duffner wrote: > Hi, > > I have the 8.1 sources, did a buildworld, buildkernel, installkernel, > installworld. > Now I have 8.1 binaries: > > server# file /bin/tcsh > /bin/tcsh: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), > dynamically linked (uses shared libs), for FreeBSD 8.1, stripped > > but not the kernel: > > server# uname -a > FreeBSD server 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 #3: Tue Nov 16 > 01:12:23 CET 2010 root@server:/usr/obj/usr/src/sys/GENERIC i386 > > > How is that possible? > > Or is it just a mis-representation? > > kern.osreldate: 801000 > > I did a csup twice and rebuilt the kernel multiple times. > Also did a complete buildworld buildkernel cycle. > For whatever reason it seems that /sys/conf/newvers.sh was never updated when your sources were updated. You should be able to confirm this by looking through that file for '7.3'. If that was not the case then I would believe you have a stale /usr/obj that you should have removed before building kernel and world. If you still have the original obj directory available to you then you should be able to confirm this by looking through a file called vers.c that would also contain the 7.3 string. In any case you should verify that your sources are supposed to be what they are, and one good way to do this is by running (svn status) if you have checked your sources out via svn(1) 'devel/subversion-freebsd' Good luck, -- jhell,v