From owner-freebsd-questions@FreeBSD.ORG Tue Jun 16 08:17:05 2015 Return-Path: Delivered-To: freebsd-questions@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB4CCA5A for ; Tue, 16 Jun 2015 08:17:05 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (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 435DD242 for ; Tue, 16 Jun 2015 08:17:05 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by lacny3 with SMTP id ny3so5870897lac.3 for ; Tue, 16 Jun 2015 01:17:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LRv5pQvDNlkmBtOv15/ipl56pp+g2B+NWwkOtki6hsU=; b=q5Rh6Sf4M3j9WZZdHNoJ1lOMeTLUANVWI+kZKc4+g280F89ERi3A/V5NiXsvC8RmK6 2gHk/34ye67MKX+00JIrk4CSw4AmVnI8NJUKBqa8MBOHNfO+POXjK1+HzrrqiVsq8++V l4PrrgpcEVhMyVgQ8LIMAv9TGK34svea2NoSNsn0qWiSBCwSwXLj9KeGJ6N82piH1jXC J/Jjh0CAq96iq1foD8Smq+04S+KuKtfoLn4wKIXWQWSTvz5Cy1VqKiCqBmwGDpupRjws Hf4kDpgV0yIj4ENrnPjinsUlBcWMFCzejKy9f5QKKZ4MLOn7eVmng42tn5KPgZtVR9+D cOxQ== MIME-Version: 1.0 X-Received: by 10.152.45.98 with SMTP id l2mr32601059lam.77.1434442622848; Tue, 16 Jun 2015 01:17:02 -0700 (PDT) Received: by 10.25.42.146 with HTTP; Tue, 16 Jun 2015 01:17:02 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Jun 2015 01:17:02 -0700 Message-ID: Subject: Re: Offline air-gapped "freebsd-update fetch" From: Chris Stankevitz To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 08:17:05 -0000 On Sun, Jun 14, 2015 at 2:39 PM, Chris Stankevitz wrote: > 1. "freebsd-update fetch" from an online machine running > 10.1-RELEASE-p12. FYI the command responded with "No updates needed > to update system to 10.1-RELEASE-p12." > > 2. cp -r /var/db/freebsd-update to a USB drive > > 3. from the air-gapped machine cp -r the files to /var/db/freebsd-update FYI regarding this approach, Colin Percival said "It's not really designed for that. Once upon a time I had a clean way of doing this, but nobody seemed to be using that functionality so I dropped it in favour of improving the protocol." Chris