From owner-freebsd-questions@freebsd.org Thu Jul 28 09:59:25 2016 Return-Path: Delivered-To: freebsd-questions@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 BEF23BA7BC9 for ; Thu, 28 Jul 2016 09:59:25 +0000 (UTC) (envelope-from taceant@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 579E511F3 for ; Thu, 28 Jul 2016 09:59:25 +0000 (UTC) (envelope-from taceant@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id o80so99746470wme.1 for ; Thu, 28 Jul 2016 02:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=o7HnMg6gDs/rURrepNHHRIyeZ7G57Is46v5Hnt3Bevc=; b=ZpOvQUo0JexVCJTfuzDisMOuHFRJumx2hv1O03V6YbZr7mViYpLtLYQ0ON7ExT8E9m Z2TNPKF02WGivSe2b6+RNxI5A1A3lbso8vJ9vF1DJIjLcVqKnAGoYzr5ZpLKQ30iFYBf QtsO3b4Zfpu4ejucpnsbCa2AFl00ozNB4CikCZXoaYjdfkxX+kwhq0cY7vuZqLRX1yHV +KPS6syHi3bnS6oLxV48SmZwa9BnktbNUUC7MVcUG3Yfl0DzHE8VlaFeTbgO74FNufc1 iVRzwJ8B18reFQgkqSdQ3LvKb6AAlwwYT9Q88SYRfDrZ9iWQ5OtyP/ZqyABc9nusiAPP aIiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=o7HnMg6gDs/rURrepNHHRIyeZ7G57Is46v5Hnt3Bevc=; b=DZJAWF8YpWxScVBd42N/8lHT9ND0kIewLZ62UNMONSoSaEQXdQzAChtThjFr9MiUtF ourtSqZ88fBaqZMu1Ro8sXPQch6UcMXppAucrMnXO/qs6ZcWjK5VAHZAiE20i/eUFM8D YSna9huOdb/Raf/u66JJbAm7V4jUMGjd7NP2P/9oFHXaq1nQvjj6l1ShNcIFNs6nmtpx jR3+atDxBdITeklgpj7YcFPtnVBa8rh/vBoJTJjvZ7tHFYUTtJx5BNv7vv9efpM60RDv VdPuxusg+GMowX9B+DcGKpUUxK5mxSoLIsY8xuzNCiAbP8IPjAS3xUpkhBfzxNDZg9HW hj7Q== X-Gm-Message-State: AEkoout4QY3xArhGwHTo1Xfa3ilJnN9BOOL3e48sjTs801af3QPN0YLG1xHNgsQHqReyfBT3JXRA5/5dUKHgfA== X-Received: by 10.194.27.202 with SMTP id v10mr35661797wjg.140.1469699963664; Thu, 28 Jul 2016 02:59:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.53.228 with HTTP; Thu, 28 Jul 2016 02:59:22 -0700 (PDT) From: Taceant Omnes Date: Thu, 28 Jul 2016 10:59:22 +0100 Message-ID: Subject: public keys for arm (pub.ssl) To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2016 09:59:25 -0000 Please see below: ---- root@beaglebone:~ # freebsd-update -v debug fetch src component not installed, skipped Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching public key from update4.freebsd.org... fetch: http://update4.freebsd.org/11.0-BETA1/arm/pub.ssl: Not Found failed. Fetching public key from update6.freebsd.org... fetch: http://update6.freebsd.org/11.0-BETA1/arm/pub.ssl: Not Found failed. Fetching public key from update5.freebsd.org... fetch: http://update5.freebsd.org/11.0-BETA1/arm/pub.ssl: Not Found failed. Fetching public key from update3.freebsd.org... fetch: http://update3.freebsd.org/11.0-BETA1/arm/pub.ssl: Not Found failed. No mirrors remaining, giving up. ---- I googled and someone in the forums said that tier 2 architectures are not fully supported, so I should not expect everything to work. Yet for my BeagleBone pkg works fine (I can install packages) for example, so it is not so bad. Question: are the public keys for arm the same as for amd64? If so I could just wget the latter and put them somwhere on my BeagleBone. If that would work, in which folder should I store the keys (pub.ssl)? P. S. If I do "freebsd-update -v debug upgrade -r 11.0-BETA2" I get exactly the same errors as above.