From owner-freebsd-stable Sun Sep 16 0:27:35 2001 Delivered-To: freebsd-stable@freebsd.org Received: from poontang.schulte.org (poontang.schulte.org [209.134.156.197]) by hub.freebsd.org (Postfix) with ESMTP id 50CDB37B408; Sun, 16 Sep 2001 00:27:30 -0700 (PDT) Received: from tarmap.schulte.org (tarmap.schulte.org [209.134.156.198]) by poontang.schulte.org (Postfix) with ESMTP id 878EAD144D; Sun, 16 Sep 2001 02:27:28 -0500 (CDT) Message-Id: <5.1.0.14.0.20010916022609.02172758@pop.schulte.org> X-Sender: schulte@pop.schulte.org X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 16 Sep 2001 02:27:27 -0500 To: "alexus" , From: Christopher Schulte Subject: Re: upgrading FreeBSD-4.3STABLE(4.4RC) to FreeBSD-4.4STABLE Cc: In-Reply-To: <002301c13e6d$d5e13c70$0100a8c0@alexus> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 01:09 AM 9/16/2001 -0400, alexus wrote: >cd /usr/src;make world;make kernel;mergemaster;reboot If you want to do that all one on a single command line, I suggest you use something more like: `cd /usr/src && make world && make kernel && mergemaster` Which will check that each step is completed successfully before the next one starts. One possibility is you have kern.securelevel set to a level that would prevent the new kernel from being properly installed. Since you used ';' to separate those install commands, the system would silently go on to the next step even if the new kernel was not installed. If you have any doubts that your source was not updated, look at /usr/src/sys/conf/newvers.sh and search for 'BRANCH' and 'REVISION' If it indeed says STABLE and 4.4, then I'd see why your compiled kernel is not being installed correctly after being built. -- Christopher Schulte christopher@schulte.org http://noc.schulte.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message