From owner-freebsd-stable@freebsd.org Sun Oct 9 23:31:52 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 7EF6AC0BB4C for ; Sun, 9 Oct 2016 23:31:52 +0000 (UTC) (envelope-from jungleboogie0@gmail.com) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 470FBEDB for ; Sun, 9 Oct 2016 23:31:52 +0000 (UTC) (envelope-from jungleboogie0@gmail.com) Received: by mail-it0-x22b.google.com with SMTP id o19so64856415ito.1 for ; Sun, 09 Oct 2016 16:31:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=+6C2pTVWzsLT67P+b5DvLjd56iAcTqoEDNEDD2KYwh4=; b=Qu0skcCiJ4qp4/2QI1byz3OXbilHwW1LrUzzcB6La9r3qs4d1jyFgbDelJZ9pjiXJA 8rjH+taeQ3g5plXZtsF+LG+DfSWeKl3cxhT/W9wzKNPCMzicrg5HzsOoTEbhqlmgkwK2 4uohdKPBIylGgDsYccbveaUM2veTTmyA+Z70XOCA3aJhxOURiAybZQKsIzWHynFv0j95 5XdbhWMXjPhRKSIuSu2xnT23/Tb3lBb+IlbsXxyqYJcgjVTLdFfle9pCe8qcTY4Hp7cd awzTPgl2jRk2xpLXmM5bFZ0nq5o/bQK65uVmQNdamqUJE3y1oxIPYkDvzsQ35IA0nNaZ /Pgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+6C2pTVWzsLT67P+b5DvLjd56iAcTqoEDNEDD2KYwh4=; b=dHmatb93DggPCoG9nIf+DpxGtGvt0Z4SJ88b3j9butbf1AblbgAP5P2b5GHbKKfTW+ A+P738k2WVjTPUv44T1m12qSRQ1eCI7JiJwb82n0Bz4iVjxRw86DvxtiCOjcG7P1UjCk 83PKeBUiMd6p+Roks49zZ3jKJqm8hTFvreT1L1cTmxboHNOgdBaiNrtDaTC2apyOlHSt 5iS/0vvCWm0hGjIxlJJXA/AImQkzNMR//XW6V2qKV2L7IClQ/5ogAg/TMQzO3aUPm1Vb /SwIN/MqYRzM0/OOsEJ+p+NKg+4pVl3r2JNUxuFeTQ/0kh9k4LHSf3KF+IFyawSLUwV6 FVvA== X-Gm-Message-State: AA6/9RkNFrA5Htgrsofils4z/hD00qIIVRxrOh7z+HWNVhtYYJDkBDXlsTjZoMfx0c7Ub1UbCmBss0d1hvluCA== X-Received: by 10.36.14.20 with SMTP id 20mr7319787ite.88.1476055911639; Sun, 09 Oct 2016 16:31:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.15.163 with HTTP; Sun, 9 Oct 2016 16:31:50 -0700 (PDT) Received: by 10.107.15.163 with HTTP; Sun, 9 Oct 2016 16:31:50 -0700 (PDT) In-Reply-To: References: <5942b107-349b-4a97-7f26-e24ea09079bb@m5p.com> <20161009195746.GC4560@home.opsec.eu> From: jungle Boogie Date: Sun, 9 Oct 2016 16:31:50 -0700 Message-ID: Subject: Re: Failing to upgrade from 10.1-RELEASE to 10.3-STABLE To: George Mitchell Cc: freebsd-stable , Kurt Jaeger Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Sun, 09 Oct 2016 23:31:52 -0000 If I decide to upgrade from 10.3-RELEASE to 10.3-STABLE > later on, should I expect that to work? -- George > _ No. Freebsd-update is only for binary updates. Stable and head are where you build from source and therefore, freebsd-update doesn't work.