Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 17:26:30 -0600
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        <charon@freethought.org>
Cc:        <stable@FreeBSD.ORG>
Subject:   Re: wrong config for kernel
Message-ID:  <000d01be56df$21caff00$8dfee0d1@westbend.net>
References:  <3.0.5.32.19990211001809.00942380@mail><3.0.5.32.19990210150614.00a6c140@mail><3.0.5.32.19990210150614.00a6c140@mail><19990211003722.A38026@scientia.demon.co.uk><3.0.5.32.19990211001809.00942380@mail><3.0.5.32.19990211132154.00a63aa0@mail> <3.0.5.32.19990212000036.00a30100@mail>

next in thread | previous in thread | raw e-mail | index | archive | help
From: <charon@freethought.org>

> At 04:30 PM 2/11/99 -0600, Scot W. Hetzel wrote:
> >The kernel sources are the entire /usr/src/sys tree (in your case
> >/usr/src/3.0-STABLE/sys) and are used to compile the "/kernel" program,
that
> >is need to run your system.
>
> Okay... so when I run ctm, should I replace all the /usr/src/sys
> files/directories with the new ones I put in /usr/src/3.0-STABLE?  I
notice
> that the two directories have almost the same stuff in them... if I try to
> run ctm in /usr/src/sys, however, it exits with errors.  Thanks,
>
You need to re-create the /sys link so that it points to
/usr/src/3.0-STABLE/sys instead of /usr/sys.

rm /sys
ln -s /sys /usr/src/3.0-STABLE/sys

Then try to compile your kernel sources.

scot


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000d01be56df$21caff00$8dfee0d1>