Date: Mon, 23 Jul 2001 02:12:50 +0200 From: Erik Trulsson <ertr1013@student.uu.se> To: Jim Durham <durham@w2xo.pgh.pa.us> Cc: Mark Rowlands <mark.rowlands@minmail.net>, matt <matt@bluemoon.27south.com>, freebsd-questions@FreeBSD.ORG Subject: Re: Security Issues And Iso Images Message-ID: <20010723021248.A80079@student.uu.se> In-Reply-To: <Pine.BSF.4.33.0107221956550.2632-100000@jimslaptop.int> References: <01072211572403.30084@pcmarpxy.tninet.se> <Pine.BSF.4.33.0107221956550.2632-100000@jimslaptop.int>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 22, 2001 at 08:04:27PM -0400, Jim Durham wrote: > On Sun, 22 Jul 2001, Mark Rowlands wrote: > > > 9) cd /usr/src > > > > make buildworld && make buildkernel KERNCONF=YOURKERNEL \ > > I don't want to confuse the issue... but I have "an issue" 8-) . Aren't > you building your kernel against old libs? IMHO you want to do your > buildworld, then drop to single-user (you can't install a running binary), > do your installworld, then buildkernel, then installkernel, so that your > new kernel is built against the newly installed libraries. Nope, make buildkernel will use the libraries in /usr/obj that were built by the previous buildworld. builworld, buildkernel, installkernel, installworld is the correct sequence. You might want to drop into single user mode before the installworld but as long as the system is quiet that isn't necessary. > > Also, if you are running securelevel > 0, then you *must* reboot > and come up in single user to replace any chflagged binaries. Correct. > > > && make installkernel KERNCONF=YOURKERNEL && make installworld > > > > 10) mergemaster > > > > 11) reboot > > > -- <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010723021248.A80079>