From owner-freebsd-current@FreeBSD.ORG Mon Nov 16 02:05:25 2009 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 3E7A31065694 for ; Mon, 16 Nov 2009 02:05:25 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id 162778FC16 for ; Mon, 16 Nov 2009 02:05:25 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1N9qy3-000PQ6-RO; Sun, 15 Nov 2009 21:05:23 -0500 Date: Sun, 15 Nov 2009 21:05:23 -0500 From: Gary Palmer To: Wendell Borges Message-ID: <20091116020523.GA69348@in-addr.com> References: <253062DF-9E44-49C8-BDFB-CB779F41D224@ramenzoni.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <253062DF-9E44-49C8-BDFB-CB779F41D224@ramenzoni.com.br> Cc: freebsd-current@freebsd.org Subject: Re: dmesg 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: Mon, 16 Nov 2009 02:05:25 -0000 On Sun, Nov 15, 2009 at 10:32:43PM -0200, Wendell Borges wrote: > Hi, > > I upgraded to FreeBSD 8.0-RC3 but the message of dmesg shows FreeBSD 7.2-RELEASE-p4, which may be happening? > > > %uname -a > > FreeBSD nfedevel.ramenzoni.com.br 8.0-RC3 FreeBSD 8.0-RC3 #0: Tue Nov 10 > > 07:50:36 UTC 2009 > > root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > %dmesg | head > > Copyright (c) 1992-2009 The FreeBSD Project. > > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > > The Regents of the University of California. All rights reserved. > > FreeBSD is a registered trademark of The FreeBSD Foundation. > > FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC 2009 > > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > > Timecounter "i8254" frequency 1193182 Hz quality 0 > > CPU: Intel(R) Pentium(R) Dual CPU E2140 @ 1.60GHz (1596.01-MHz 686-class > > CPU) > > Origin = "GenuineIntel" Id = 0x6fd Stepping = 13 > > Features=0xbfebfbff > It is possible for dmesg to contain information from boots prior to the current one if the boots were all soft reboots. I bet if you look further down the dmesg, or in /var/run/dmesg.boot, you'll see the right kernel version mentioned. Regards, Gary