From owner-freebsd-questions Sat Jun 23 13:16:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id EDB1537B401 for ; Sat, 23 Jun 2001 13:16:41 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from blossom.cjclark.org (dialup-209.247.142.199.Dial1.SanJose1.Level3.net [209.247.142.199]) by swan.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id NAA05296; Sat, 23 Jun 2001 13:16:40 -0700 (PDT) Received: (from cjc@localhost) by blossom.cjclark.org (8.11.3/8.11.3) id f5NKI4i62469; Sat, 23 Jun 2001 13:18:04 -0700 (PDT) (envelope-from cjc) Date: Sat, 23 Jun 2001 13:18:04 -0700 From: "Crist J. Clark" To: kek971@mail.usask.ca Cc: questions@FreeBSD.ORG Subject: Re: after CVSUP, recompile kernel??? Message-ID: <20010623131803.B35721@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <993323548.3b34ea1c7341a@my.usask.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <993323548.3b34ea1c7341a@my.usask.ca>; from kek971@mail.usask.ca on Sat, Jun 23, 2001 at 01:12:28PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 23, 2001 at 01:12:28PM -0600, kek971@mail.usask.ca wrote: > Hi... > > i've just updated src through CVSUP, then everthing looks fine.. > so.. after this step, should i recompile MYKERNEL? Don't just build a new kernel. Your kernel and userland will get out of sync and possibly break things in subtle (or not subtle) ways. Read: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html /usr/src/UPDATING Generally, # cd /usr/src # make buildworld # make kernel KERNCONF=MYKERNEL (reboot to be safe, but usually not necessary) # make installworld # mergemaster (reboot and done) -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message