From owner-freebsd-stable@freebsd.org Mon Oct 10 13:43:28 2016 Return-Path: Delivered-To: freebsd-stable@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 62BB4C074CD for ; Mon, 10 Oct 2016 13:43:28 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CCC0696 for ; Mon, 10 Oct 2016 13:43:27 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [10.100.0.31] (haymarket.m5p.com [10.100.0.31]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id u9ADhLAS084503 for ; Mon, 10 Oct 2016 09:43:26 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Subject: Re: Failing to upgrade from 10.1-RELEASE to 10.3-STABLE To: freebsd-stable@freebsd.org References: <5942b107-349b-4a97-7f26-e24ea09079bb@m5p.com> <20161009195746.GC4560@home.opsec.eu> From: George Mitchell Message-ID: Date: Mon, 10 Oct 2016 09:43:21 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [10.100.0.247]); Mon, 10 Oct 2016 09:43:26 -0400 (EDT) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 13:43:28 -0000 On 10/10/16 03:04, Matthew Seaman wrote: > [...] > Most of the time you should be able to upgrade from any patch level of > release to the latest on any supported release branch using > freebsd-update(8). However there have been a number of occasions where > changes to freebsd-update itself cause that not to work. This is one of > those occasions. > > As you've discovered, the answer is to update to the latest patch level > of the branch you're already on, which will pull in the necessary fixes > to freebsd-update(8), and then you can upgrade to a more recent branch. > > As other people have noted, you can't use freebsd-update(8) to get to > 10.3-STABLE -- for that, you need to build the OS from source. > > Cheers, > > Matthew > > Thanks for the further details. -- George