From owner-freebsd-questions@FreeBSD.ORG Sun Jun 14 21:39:08 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 C42A882C for ; Sun, 14 Jun 2015 21:39:08 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (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 4DD75343 for ; Sun, 14 Jun 2015 21:39:08 +0000 (UTC) (envelope-from chrisstankevitz@gmail.com) Received: by lblr1 with SMTP id r1so16482099lbl.0 for ; Sun, 14 Jun 2015 14:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NbPo+M/GC+TZ3KR/fuNH6G7XyNTEmga+n0s1RPOt5PQ=; b=AWbCI6GjWQd9v0I83+2C1L4zOaA/brizQrd65k2hl11A1RdNLe6xo/6xHnB6s0m4y+ FZsCwDSHy29eWerX7Vs2uOV3F5khIB+4Ee5dVXApqn7DuTrp6PUXYITg1ueLiZXe8qhl H97+LlYC8OiVtPrLWgwzXk10FEyy2roNWWBiJqxHkU0u9ezTHb5+Pp9Pp7qLYNk3aFsV 5JHicq1U40Zx4tMX/EToHRh+rq/9CMcrJ7f8/dGEsM+1pyEzHpi24amW32YMnZKMzZ+C CvtYvMuMBVZIBuaX6WVhkqsWqRipnLEMvI9fzXgjTQgdG4CTt4QsEsfhb+GIUj66yd+Q 9xCw== MIME-Version: 1.0 X-Received: by 10.112.204.199 with SMTP id la7mr24277185lbc.114.1434317946343; Sun, 14 Jun 2015 14:39:06 -0700 (PDT) Received: by 10.25.42.146 with HTTP; Sun, 14 Jun 2015 14:39:06 -0700 (PDT) Date: Sun, 14 Jun 2015 14:39:06 -0700 Message-ID: Subject: 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: Sun, 14 Jun 2015 21:39:08 -0000 How can I perform/simulate a "freebsd-update fetch" on an air-gapped disconnected offline computer running FreeBSD-10.1-RELEASE? === I tried (from some advice given 7 years ago): 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 4. from the air-gapped machine issue "freebsd-update install". This command responded with "no update are available to install, run 'freebsd-update fetch' first" Man page didn't help help. Google suggested the above steps. I perused the source of freebsd-install and I suspect that between the rollbacks and hashes of local system information, that I cannot just simply copy /var/db/freebsd-update. Thank you, Chris