From owner-freebsd-amd64@FreeBSD.ORG Wed Sep 28 16:31:35 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D1716A41F for ; Wed, 28 Sep 2005 16:31:35 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DF1F43D55 for ; Wed, 28 Sep 2005 16:31:33 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-18.dynamic.qsc.de [212.202.37.18]) by efacilitas.de (Postfix) with ESMTP id 8D4E04B0CD; Wed, 28 Sep 2005 18:38:22 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id A268A3329E6; Wed, 28 Sep 2005 18:31:30 +0200 (CEST) Message-ID: <433AC562.2090104@cs.tu-berlin.de> Date: Wed, 28 Sep 2005 18:31:30 +0200 From: =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Xin LI References: <28edec3c050928010650c0855a@mail.gmail.com> <1127895558.1025.1.camel@spirit> In-Reply-To: <1127895558.1025.1.camel@spirit> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: "Mars G. Miro" , freebsd-amd64@freebsd.org Subject: Re: 6.0-Beta5 really Beta5 or 4? 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: Wed, 28 Sep 2005 16:31:35 -0000 Xin LI wrote: > Yo > > 在 2005-09-28三的 16:06 +0800,Mars G. Miro写道: > >>Yo list! >> >>I'm surprised why nobody else noticed this, but >> >>dmesg says: >> >>Copyright (c) 1992-2005 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 6.0-BETA4 #0: Mon Sep 19 00:24:24 UTC 2005 >> root@rat.samsco.home:/usr/obj/usr/src/sys/GENERIC > > > I guess that's because that the release engineer building the BETA4 > release (maybe scottl@?) has forgot to update the sys/conf/newvers.conf, > but this should be the final BETA5 I think. > > Cheers, newvers.conf has been updated correctly. Update you local source tree again. Most likely you built your kernel with sources before September 18th. Make sure that "grep -A1 ^REVISION /usr/src/sys/conf/newvers.sh" shows REVISION="6.0" BRANCH="BETA5" Björn