From owner-freebsd-questions Wed Apr 3 04:17:14 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA08771 for questions-outgoing; Wed, 3 Apr 1996 04:17:14 -0800 (PST) Received: from unix1.ism.com.br (root@unix1.ism.com.br [200.255.211.35]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA08762 for ; Wed, 3 Apr 1996 04:17:08 -0800 (PST) Received: from rd.compuland.com.br ([200.255.96.22]) by unix1.ism.com.br (8.7.1/8.7.1) with SMTP id JAA30924 for ; Wed, 3 Apr 1996 09:16:50 -0300 Date: Wed, 3 Apr 1996 09:16:50 -0300 Message-Id: <199604031216.JAA30924@unix1.ism.com.br> X-Sender: compland@ism.com.br X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org From: compland@ism.com.br (Helio Coelho Jr. - CompuLand Informatica) Subject: Going to -stable Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi: I'm trying to upgrade form 2.1R to 2.1-stable. I've done the following: 1 Got the files src-2.1.0015C.gz and src-2.1.0016.gz to src-2.1.0060.gz 2 Put all of them in one directory, /var/pub/FreeBSD-2.1/ctm. 3 make a directory for the source: mkdir /var/pub/FreeBSD-2.1/src 4 Make a copy of the live file system's /usr/src tree. cp -R /cdrom/usr/src /var/pub/FreeBSD-2.1 5 Update that tree with ctm cd /var/pub/FreeBSD-2.1/src ctm /var/pub/FreeBSD-2.1/ctm/* (zzzzzZZZZzzzzz Waited about 2 hours) 6 Now clone that tree into /usr/src cd /usr/src lndir /var/pub/FreeBSD-2.1/src Then I issue a 'make world' and a 'make install'. Fine. Then I rebuild the kernel. OK. I booted the machine, and appears 'FreeBSD 2.0 Release' (?) I issued a 'uname -v' and I got 'FreeBSD 2.1.0-Release #0' Then I take a look at /usr/src/sys/conf/newvers.sh And it indicate BRANCH="STABLE" What I am missing ? :( Please help me ! Helio.