From owner-freebsd-stable  Sat May 13  1:35:50 2000
Delivered-To: freebsd-stable@freebsd.org
Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20])
	by hub.freebsd.org (Postfix) with SMTP id AAE2937B644
	for <freebsd-stable@FreeBSD.ORG>; Sat, 13 May 2000 01:35:28 -0700 (PDT)
	(envelope-from rsidd@physics.iisc.ernet.in)
Received: (qmail 21510 invoked from network); 13 May 2000 08:35:05 -0000
Received: from sys3.physics.iisc.ernet.in (144.16.71.27)
  by theory1.physics.iisc.ernet.in with SMTP; 13 May 2000 08:35:05 -0000
Received: (qmail 5268 invoked by uid 211); 13 May 2000 08:35:02 -0000
Date: Sat, 13 May 2000 14:05:02 +0530
From: Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
To: Brooks Davis <brooks@one-eyed-alien.net>
Cc: Ian Cartwright <ianc@michiganconnect.com>,
	freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject: Re: New Kernel Breaks linux_base?
Message-ID: <20000513140501.F5167@physics.iisc.ernet.in>
Mail-Followup-To: Brooks Davis <brooks@one-eyed-alien.net>,
	Ian Cartwright <ianc@michiganconnect.com>,
	freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
References: <391CBC46.8090807@michiganconnect.com> <20000512192515.A24299@orion.ac.hmc.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0.1i
In-Reply-To: <20000512192515.A24299@orion.ac.hmc.edu>; from brooks@one-eyed-alien.net on Fri, May 12, 2000 at 07:25:15PM -0700
X-Operating-System: Linux 2.0.31 i486
X-Question: Do you enjoy reading pointless headers?
Sender: owner-freebsd-stable@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> > I am conteplating a make world, but that may be overkill (and is very 
> > scary for me, being a relative newbie to the deep dark secrets of 
> > FreeBSD)... Any thoughts?
> 
> A make world is exactly what you should do.  You can not update your
> kernel without updating your modules and the prefered way to do so in
> 4.x is make world.  In 5.0 modules should have versions to avoid the
> panic and be updated with the kernel to avoid sync problems.  This is
> partialy working in current now.

Moreover, there's nothing scary about make world. Do it in two
steps, make buildworld (which you can do while using the machine
normally for other things) and make installworld (before which you
should preferably stop other jobs, perhaps bring it down to
single-user mode).


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message