From owner-freebsd-stable@FreeBSD.ORG Sun Nov 28 15:14:40 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 9DEFC106564A for ; Sun, 28 Nov 2010 15:14:40 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by mx1.freebsd.org (Postfix) with ESMTP id 7433C8FC15 for ; Sun, 28 Nov 2010 15:14:40 +0000 (UTC) Received: (qmail 5411 invoked from network); 28 Nov 2010 14:47:59 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Nov 2010 14:47:59 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id B0B7C5081F; Sun, 28 Nov 2010 09:47:53 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 366051CC23; Sun, 28 Nov 2010 09:47:53 -0500 (EST) From: Lowell Gilbert To: Jack Raats References: <20101127184952.E90087@familysquires.net> <88273506F5D045E887A02B095C5C6E6E@jarasc430> <271B6DC6BE8C48499763FC35A23630B2@jarasc430> Date: Sun, 28 Nov 2010 09:47:53 -0500 In-Reply-To: <271B6DC6BE8C48499763FC35A23630B2@jarasc430> (Jack Raats's message of "Sun, 28 Nov 2010 15:04:31 +0100") Message-ID: <44oc99o67a.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org Subject: Re: Old system keeps coming back X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2010 15:14:40 -0000 "Jack Raats" writes: > ----- Original Message ----- > From: "Jack Raats" > Subject: Old system keeps coming back > > >> At this moment I hiring a FreeBSD server running FreeBSD 7.2. >> After running cvsup, updating sources and ports, compiling the complete >> system, installing kernel and the "new world", rebooting the system >> gives the old sytem and not the freshly >> compiled FreeBSD 7.4-PRERELASE. > > It seems that dmesg gives all system info. At he end it gives the > FreeBSD 7.4-PRELEASE message. > > What the do so that dmesg gives the latest info? It's a memory buffer in the kernel. Powering the machine down will clear it. > /etc/motd also is not updated. How to solve this? That should be done automatically on boot, unless you've done something specifically to disable it. Make sure /etc/rc.d/motd is present, standard, and nothing in rc.conf (et.al.) is affecting it.