From owner-freebsd-questions Sun Jul 22 17:13:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 18EF437B401 for ; Sun, 22 Jul 2001 17:13:43 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailc.telia.com (8.11.2/8.11.0) with ESMTP id f6N0Dfq14083 for ; Mon, 23 Jul 2001 02:13:41 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id CAA19472 for ; Mon, 23 Jul 2001 02:13:39 +0200 (CEST) Received: (qmail 80776 invoked by uid 1001); 23 Jul 2001 00:12:50 -0000 Date: Mon, 23 Jul 2001 02:12:50 +0200 From: Erik Trulsson To: Jim Durham Cc: Mark Rowlands , matt , freebsd-questions@FreeBSD.ORG Subject: Re: Security Issues And Iso Images Message-ID: <20010723021248.A80079@student.uu.se> Mail-Followup-To: Jim Durham , Mark Rowlands , matt , freebsd-questions@FreeBSD.ORG References: <01072211572403.30084@pcmarpxy.tninet.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.19i 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 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 > > > -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message