From owner-freebsd-questions@freebsd.org Mon Aug 19 17:18:37 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 135BACBF8C for ; Mon, 19 Aug 2019 17:18:37 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (yggdrasil.evilham.com [IPv6:2a02:2770::216:3eff:fee1:cf9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46C0y41Fq6z43mF for ; Mon, 19 Aug 2019 17:18:35 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (unknown [IPv6:2a0a:e5c1:121:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by yggdrasil.evilham.com (Postfix) with ESMTPSA id 46C0xw3Nn8z3wsm for ; Mon, 19 Aug 2019 19:18:28 +0200 (CEST) From: Evilham To: freebsd-questions@freebsd.org Subject: Re: pkg install docker - size mismatch, unable to continue References: <86B5257F-5485-431F-AEB7-B5F042E0F880@shaw.ca> In-reply-to: <86B5257F-5485-431F-AEB7-B5F042E0F880@shaw.ca> Date: Mon, 19 Aug 2019 19:18:24 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 46C0y41Fq6z43mF X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=evilham.com; spf=pass (mx1.freebsd.org: domain of contact@evilham.com designates 2a02:2770::216:3eff:fee1:cf9 as permitted sender) smtp.mailfrom=contact@evilham.com X-Spamd-Result: default: False [-5.43 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-1.64)[ipnet: 2a02:2770::/32(-4.61), asn: 196752(-3.60), country: NL(0.01)]; NEURAL_HAM_SHORT(-0.99)[-0.988,0]; DMARC_POLICY_ALLOW(-0.50)[evilham.com,none]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:196752, ipnet:2a02:2770::/32, country:NL]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2019 17:18:37 -0000 On dl., ag. 19 2019, Dale Scott wrote: > Hi all, I=E2=80=99m trying to install docker to evaluate Tryton on a new= =20 > Digital Ocean Freebsd 12 droplet but pkg reports following: > > $ sudo pkg install docker > Updating FreeBSD repository catalogue... > FreeBSD repository is up to date. > All repositories are up to date. > The following 1 package(s) will be affected (of 0 checked): > > New packages to be INSTALLED: > docker: 18.09.5 > > Number of packages to be installed: 1 > > The process will require 54 MiB more space. > 12 MiB to be downloaded. > > Proceed with this action? [y/N]: y > [1/1] Fetching docker-18.09.5.txz: 100% 12 MiB 12.2MB/s=20 > 00:01 > pkg: cached package docker-18.09.5: size mismatch, fetching from=20 > remoteFetching docker-18.09.5.txz: 100% 12 MiB 12.2MB/s=20 > 00:01 > pkg: cached package docker-18.09.5: size mismatch, cannot=20 > continue You may want to try running pkg update -f before that, I know I=20 had this message at some point and that was the solution back=20 then. -- Evilham