From owner-freebsd-questions@freebsd.org Sat May 2 03:38:40 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A48142BDA94 for ; Sat, 2 May 2020 03:38:40 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpg.telissant.net (smtpg.telissant.net [104.225.1.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49DZbL6G4Tz4b7m for ; Sat, 2 May 2020 03:38:38 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from sacada.3dresearch.com (localhost [127.0.0.1]) by smtpg.telissant.net (Postfix) with ESMTP id 49DZbC6XWBz29gyb for ; Fri, 1 May 2020 23:38:31 -0400 (EDT) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpg.telissant.net ([127.0.0.1]) by sacada.3dresearch.com (sacada.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jl5oZAZsYzda for ; Fri, 1 May 2020 23:38:31 -0400 (EDT) Received: from elettra.3dresearch.com (unknown [71.112.246.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: elettra@sacada.3dresearch.com) by smtpg.telissant.net (Postfix) with ESMTPSA id 49DZbC2rzKz29gyc for ; Fri, 1 May 2020 23:38:31 -0400 (EDT) Received: from bufftemp.3dresearch.com (unknown [10.61.70.200]) by elettra.3dresearch.com (Postfix) with ESMTP id AE01D33D58F for ; Fri, 1 May 2020 23:38:30 -0400 (EDT) Received: from bufftemp.3dresearch.com (localhost [127.0.0.1]) by bufftemp.3dresearch.com (Postfix) with SMTP id 8CF1758AB4 for ; Fri, 1 May 2020 23:38:30 -0400 (EDT) Date: Fri, 1 May 2020 23:38:22 -0400 From: Janos Dohanics To: FreeBSD Questions Subject: Re: Updating from 11.3-stable to 12.1-stable? Message-Id: <20200501233822.9eace5db0de7ac9043a8201d@3dresearch.com> In-Reply-To: <20200429212754.GA1510@rancor.immure.com> References: <20200427200111.GA39823@rancor.immure.com> <20200428130853.GB39823@rancor.immure.com> <20200429212754.GA1510@rancor.immure.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49DZbL6G4Tz4b7m X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of web@3dresearch.com designates 104.225.1.73 as permitted sender) smtp.mailfrom=web@3dresearch.com X-Spamd-Result: default: False [0.43 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[6]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; FROM_HAS_DN(0.00)[]; ENVFROM_SERVICE_ACCT(1.00)[]; R_SPF_ALLOW(-0.20)[+a:smtpg.telissant.net]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[3dresearch.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; FROM_SERVICE_ACCT(1.00)[]; MV_CASE(0.50)[]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:36236, ipnet:104.225.1.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.77)[asn: 36236(-3.80), country: US(-0.05)]; RECEIVED_SPAMHAUS_PBL(0.00)[12.246.112.71.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 May 2020 03:38:40 -0000 On Wed, 29 Apr 2020 16:27:54 -0500 Bob Willcox wrote: > Well, here are the steps that I took to upgrade my 11.3-STABLE system > to 12.1-STABLE. May not be the best/most efficient but they worked > for me and I thought someone else may benefit from them. > > 1) Make a backup of the current system > 2) Delete everything in /usr/src, making certin to remove the files > and directories that start with a dot ("."). > 3) Delete everything in /usr/obj. > 4) Download (via svn) the new FreeBSD release /usr/src to be updated > to. > 5) Build the new world from the source. > 6) Build the new kernel from the source. > 7) Run "mergemaster -Fp" to update files that may be needing update > prior to doing the installworld. > 8) Run "make installworld" in /usr/src. > 9) Run "make installkernel" in /usr/src. > 10) [...] Steps 8) and 9) appear to be in the wrong order: According to https://www.freebsd.org/doc/en/books/handbook/makeworld.html the correct order is: # make buildworld # make buildkernel # make installkernel # shutdown -r now # make installworld -- Janos Dohanics