From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 18:07:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E21916A4CE for ; Wed, 25 Aug 2004 18:07:37 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E55E43D1F for ; Wed, 25 Aug 2004 18:07:36 +0000 (GMT) (envelope-from curtis@npc-usa.com) Received: (qmail 27520 invoked from network); 25 Aug 2004 18:07:36 -0000 Received: from dsl017-040-162.sea1.dsl.speakeasy.net (HELO crab.npc-usa.com) ([69.17.40.162]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Aug 2004 18:07:36 -0000 Received: from [10.0.1.12] (OSX [10.0.1.12]) by crab.npc-usa.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id R2R8ZZ3D; Wed, 25 Aug 2004 11:07:16 -0700 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <200408251640.04148.ilker.ozupak@emu.edu.tr> References: <20040824230703.30122.qmail@web53909.mail.yahoo.com> <12ABC2FC-F625-11D8-8159-000393934006@npc-usa.com> <20040824174250.C6883@wonkity.com> <200408251640.04148.ilker.ozupak@emu.edu.tr> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Curtis Vaughan Date: Wed, 25 Aug 2004 11:07:34 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.619) Subject: Re: cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 18:07:37 -0000 On 25 Aug, 2004, at 06:39, Ilker OZUPAK wrote: > > > On Wednesday 25 August 2004 02:49, Warren Block wrote: >> On Tue, 24 Aug 2004, Curtis Vaughan wrote: >>> BTW! After updating to 4-STABLE do I then perform all the following >>> steps? >>> >>> Go to /usr/src >>> enter the command: make buildworld KERNCONF=yourkernelname > in your mail you asked about a good name. actully the name mantioned > here > is the name of config file for your kernel which is located at > /usr/src/sys/i386/conf/ > Well, since I have already done: make buildworld KERNCONF=kernel.STABLE does that in any way mess up the process of upgrading? That is, do I need to start this process over? If so, how? I noticed that nonetheless I now have a kernel and a kernel.GENERIC file in my root directory. BTW, how come I can't scroll on the terminal. In Linux I am used to using PGUP and PGDN in order to scroll up and down my terminal. I can't figure out that functionality under FreeBSD. Even under bash this doesn't work. (NB. I am not using X windows of any sort) Curtis