From owner-freebsd-stable Mon Mar 25 09:13:09 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12347 for stable-outgoing; Mon, 25 Mar 1996 09:13:09 -0800 (PST) Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA12324 for ; Mon, 25 Mar 1996 09:13:04 -0800 (PST) Received: by haven.uniserve.com id <30768-2140>; Mon, 25 Mar 1996 09:15:50 -0800 Date: Mon, 25 Mar 1996 09:15:38 -0800 (PST) From: Tom Samplonius To: "Jay L. West" cc: freebsd-stable@freebsd.org Subject: Re: 2.1R to stable supping assistance In-Reply-To: <199603251329.HAA00269@bsd.tseinc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 25 Mar 1996, Jay L. West wrote: > We installed 2.1-Release (Developer package) from the Walnut Creek CD-ROM. I > was trying to upgrade from that to stable but have the following questions.... > > I did a sup -v stable-supfile. All appeared to go well (that sure took a > long time time to run though ). > > I boot to single user mode (-s at the boot prompt) and then I cd /usr/src. > When I do a make world I get a string of messages about '... missing: > ./share/examples/cvs/examples (not created: read-only file system). It > appears the make world is trying to run on a read-only filesystem. What do I > do to fix this? When you boot single user, all filesystems are mounted read-only. Solution: don't boot single user, because make world doesn't require it. > Next, is anything required after the make world? Do I need to make any > manual changes to files in /etc or something? "make install" Not really. The 2.1 /etc/ set should suffice. Tom