From owner-freebsd-stable@freebsd.org Mon Oct 29 13:41:07 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C130210DA195 for ; Mon, 29 Oct 2018 13:41:07 +0000 (UTC) (envelope-from mnd999@gmail.com) Received: from mail-it1-x12f.google.com (mail-it1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FE77719D4 for ; Mon, 29 Oct 2018 13:41:07 +0000 (UTC) (envelope-from mnd999@gmail.com) Received: by mail-it1-x12f.google.com with SMTP id f16-v6so1962389ita.3 for ; Mon, 29 Oct 2018 06:41:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IqYI2VwnBF84ims2qdLPH8toLNjRBOLyuezgSRnZwQ0=; b=k2CNRRq4SQHLTDu+4oVAkyH3d/wkkYZkqCtPVdpvJ4jPK6WfgU6UjTEoA3wkHIymqF /aQHsjisCv0wY8eFP7rGb8QfGhHRidLjsYH+vMBIg2FHWWlzjOuLD4NEiOH0h0d5AIHV l8NCCL81Vg/peRr8e3CKHKXlK388gO4ffdJwTjN63+SfK4cAX5yIMgYwtM5hpSpTbywj /aN61/YPPkuFwul2uW8QrpjKChccgTPWmmf8BEdIe3HAPaxgiZqGOLuyVXzMMKich72I clde13m1KbA1Q0Px/1KErT27i1tFIrjA38xZkH+RcdHxh96ZKKu8EaVt6QABdTcfSWcd Amtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IqYI2VwnBF84ims2qdLPH8toLNjRBOLyuezgSRnZwQ0=; b=p3kSx7o0ZGps3xO2Vw2nkMX9Q6d2ax09GsfvWQs2OO4lNOxPLrMuFhnrP2KSxBKbJY RiW7y8Tv7NNn9iepAbb/hAxW8WtELFxNOwaeAoFz42/DiMaZLxcDmoeGzjByXLNalAju EbW7zhBjA19STanC5fgSxGhsLL4aAZ1pbgqizw3riAb+YNZmtnrxQ7XGjWfl+NOVj21i uxrI4Q5EXIIcmelSKy8QFWuyNRDyeITJ/IojA1IVdf/0rwawIEsZPVmS5uGtaR3+3k4p I77Sz+Nyu4jp/SRJwwgG5idqbm6FaUHuGEoGB1ht/8bjUt8KXEGoK8p/cK3VpPohRXj0 DkMQ== X-Gm-Message-State: AGRZ1gLm9CsmGhVRcwNzUJtlW3wKiqG472PR4R9TKgzUuympPKt4EQiC tvJL5CEtSOWHHL3Q5jEmCf5IyHGSumTtKbHWzibmRQ== X-Google-Smtp-Source: AJdET5ckvf+63ZeUj5ZViffii56ScolzQ1sDNtKnyRGqXcTIBU5ifJO44GAcoKgJVyyRGzwCOJiPr3TJAye7QAgk6Cg= X-Received: by 2002:a02:9bfb:: with SMTP id f56-v6mr9986341jal.67.1540820465656; Mon, 29 Oct 2018 06:41:05 -0700 (PDT) MIME-Version: 1.0 References: <16223295.sFgvYJuXru@markspc.local> <20181029132455.GI98934@e.0x20.net> In-Reply-To: <20181029132455.GI98934@e.0x20.net> From: Mark Dixon Date: Mon, 29 Oct 2018 13:40:54 +0000 Message-ID: Subject: Re: FreeBSD 12.0-BETA2 Now Available To: lars.engels@0x20.net Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 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, 29 Oct 2018 13:41:08 -0000 On Mon, 29 Oct 2018 at 13:24, Lars Engels wrote: > On Mon, Oct 29, 2018 at 07:59:32AM +0000, Mark Dixon wrote: > > Same, FreeBSD update doesn't seem to be working: > > > > $ sudo freebsd-update upgrade -r 12.0-BETA2 > > IIRC freebsd-update only works for RCs, not ALPHA and BETA versions. > The release notes for the beta (this thread) provide instructions for it, and it certain has done for previous releases. If this has changed, the instructions should be removed from the release notes. Mark