From owner-svn-src-head@freebsd.org Tue May 23 14:30:27 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B55DD7A3EE; Tue, 23 May 2017 14:30:27 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1B131FFA; Tue, 23 May 2017 14:30:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3wXHxQ2d4dzZt0; Tue, 23 May 2017 16:30:18 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id wOtxNNU-ml8V; Tue, 23 May 2017 16:30:16 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Tue, 23 May 2017 16:30:16 +0200 (CEST) Subject: Re: svn commit: r318736 - in head: cddl/lib/libzfs contrib/compiler-rt/lib/sanitizer_common contrib/openbsm/libbsm include lib/libarchive lib/libc/gen lib/libc/include lib/libc/sys lib/libkvm lib/libmi... To: Ed Maste , Ravi Pokala Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Konstantin Belousov References: <201705230929.v4N9T5g1028124@repo.freebsd.org> <76949219-D46A-4D27-A331-1317A1410CD3@panasas.com> From: Guido Falsi Message-ID: <66e9311a-edca-c9eb-b3bd-e983c9be619a@FreeBSD.org> Date: Tue, 23 May 2017 16:30:15 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 14:30:27 -0000 On 05/23/17 16:16, Ed Maste wrote: > On 23 May 2017 at 10:10, Ravi Pokala wrote: >> >> So then `tools/build/beinstall.sh' won't DTRT for this upgrade? > > This should be fine, because the new kernel and world get installed > into a new boot environment, not over top of the existing system. The > problem only occurs when installing a new userland while the older > kernel is still running. So people using packaged base should avoid doing a simple "pkg upgrade"(which IS a shortcut, I'm aware of that) but should upgrade the kernel package, reboot and then upgrade the rest? -- Guido Falsi