From owner-freebsd-current@freebsd.org Thu Dec 3 15:22:47 2015 Return-Path: Delivered-To: freebsd-current@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 AE166A40009 for ; Thu, 3 Dec 2015 15:22:47 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (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 69F2E107B for ; Thu, 3 Dec 2015 15:22:47 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: by oba1 with SMTP id 1so11968310oba.1 for ; Thu, 03 Dec 2015 07:22:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ara-ler-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=R72aINnljoUr7/l9fgoECVxqSdvp0t/4rXageECG8oc=; b=te81V+EXhvLZuWA1DTVHBlQtWsU1FrjxP/Ffga1oMHpIHEJMa82sBcQzl2ylhVntpv tTKEhMpbmzmnv3ASrCqN7afeRk+jfNTmuJh4YqEelHUjc7mX3Zo7wvqKKf8CGdSCUIpM 5pGsCw9Oh5SKogoeY3XTOvvGknWjNuQiwOrw5nwunoXd8iuO6SWrLZjAJslp6j9iJWFZ WgRlwjET8BuqmgkrA+94qhPZZyNbEmwq8xgvNrBAsDQVvRUPgxdUzhQMBsFv68mzcEvE O/IF05+QKRr1OscUf7R2E8azsYXOJBVPDCLQoanDfvg8p2LKVfMAA7os0dZfqXVA/LhA dwQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=R72aINnljoUr7/l9fgoECVxqSdvp0t/4rXageECG8oc=; b=Umtw13vHSSZebP8DDe+1+VL4e5B3PAO8NDKdAT8cv4QdmLvcA3Hutv0Dbiq5kEKvT7 OCGpVGAddqed1GzMvuPJA/dmpMKeG4XyX0xrkHaeRJpBXbCijRHcNIpeIoL1NRpAfGOL Enwy98t0DsYJkXg3DrfqdOz/I8HjUm9hEo252+SjXW3VxL6fZb+IdmXijpXhWKvWRKvj 0mIiRnENaKqkTfXKYABCRTQS59TfKmOzBFM6HKGqloQ1BvNdQfC4Y0zu8pjNuFn63aP6 7lxVsCAcV7S2x1AsHvbSn1XfGdyrfMf+4nolATZCcmsYEFP5C8oQ61fJ1r0V7p6TwgAv 7d4g== X-Gm-Message-State: ALoCoQn3JvX6rlnaYl0zyRAdw8S/4Yq55rz+SZvozc2YwrCXHi+eCw75KtjGxWX74fPtmuvP4bze X-Received: by 10.60.138.166 with SMTP id qr6mr8222568oeb.50.1449156166522; Thu, 03 Dec 2015 07:22:46 -0800 (PST) Received: from dendrobates.araler.com (97-124-177-136.hlrn.qwest.net. [97.124.177.136]) by smtp.gmail.com with ESMTPSA id m11sm3646619oif.19.2015.12.03.07.22.45 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 07:22:46 -0800 (PST) Date: Thu, 3 Dec 2015 08:22:44 -0700 From: Sergey Manucharian To: Current Subject: Re: Best way to update FreeBSD 11 ? Message-ID: <20151203152244.GB37038@dendrobates.araler.com> References: <20151202213924.GA29322@dendrobates.araler.com> <20151202214329.GL1669@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 15:22:47 -0000 Excerpts from Daniel Nebdal's message from Thu 03-Dec-15 01:22: > > On Wed, Dec 02, 2015 at 02:39:24PM -0700, Sergey Manucharian wrote: > >> Hello, > >> > >> What is the best way to update FreeBSD 11-CURRENT? > >> Initially I've installed it from an image from [0] a couple of months ago. > > If you have root on ZFS, you can shuffle your directories around to get > something compatible with beadm [1] . With that in place, you could clone > your existing install, chroot into it, do the upgrade there, and then if it > looks like it should work you can activate it and reboot to test. Thanks, Daniel! I'll definitely try that. I do have root on ZFS. Sergey