From owner-freebsd-questions@freebsd.org Fri Oct 19 23:03:40 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4974FEA723 for ; Fri, 19 Oct 2018 23:03:40 +0000 (UTC) (envelope-from o1e9.cherkasov@yandex.com) Received: from forward105j.mail.yandex.net (forward105j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A46971C8E for ; Fri, 19 Oct 2018 23:03:39 +0000 (UTC) (envelope-from o1e9.cherkasov@yandex.com) Received: from mxback6g.mail.yandex.net (mxback6g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:167]) by forward105j.mail.yandex.net (Yandex) with ESMTP id 5AFE018507A for ; Sat, 20 Oct 2018 02:03:37 +0300 (MSK) Received: from smtp1j.mail.yandex.net (smtp1j.mail.yandex.net [2a02:6b8:0:801::ab]) by mxback6g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id JRN1batC7G-3b7OMEXS; Sat, 20 Oct 2018 02:03:37 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1539990217; bh=ZR1F8xi/cC5Jms6xqzUP5SPRdwW+5KFQfMgrPkgKhbk=; h=Reply-To:Subject:To:References:From:Message-ID:Date:In-Reply-To; b=OIuIE+N4TNqVGpIzQ4OJIZCh29geYShX/1NZQ6fEDwQpfIiIjhMbpZ2Q7y8fpY0Z+ LFli1TV2a4fmUBc7aPUYJAQhmP8ecml6fgeC+1+6DMd9EE+2An0gqHC1J7dPKTWBOA VYY9ACL0Vt5sElhCAif3JhbrRjCZ0PisCYXamZ3c= Received: by smtp1j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id x1ne0P5CQX-3a5uhTfj; Sat, 20 Oct 2018 02:03:36 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1539990216; bh=ZR1F8xi/cC5Jms6xqzUP5SPRdwW+5KFQfMgrPkgKhbk=; h=Reply-To:Subject:To:References:From:Message-ID:Date:In-Reply-To; b=AkRK8GvPOTdszH8my18zPF/bb7or3X5KdkXdMKxztPAQRjwCemAB/S2+gG9wuxsks 7qWuRWLTpcj/+xmOfnf0nZJCLm2QZz+3WrDBpUELAtR+p8X/3JBcMWTgCkMoMTelCq OoWfeNagkP2vMnCys29V7cqaYdXmOHJiQC0c3hhg= Authentication-Results: smtp1j.mail.yandex.net; dkim=pass header.i=@yandex.com Reply-To: o1e9@member.fsf.org Subject: Re: pkg: size mismatch, fetching from remote To: freebsd-questions@freebsd.org References: <20181019151829.00d7a240@morena.maps.net> From: Oleg Cherkasov Message-ID: Date: Sat, 20 Oct 2018 01:03:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181019151829.00d7a240@morena.maps.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Fri, 19 Oct 2018 23:03:40 -0000 On 20.10.2018 00:18, Martin Paredes wrote: > Hi > > I cann't install packages > > are corrupted the files that I am fetching? > > I already install pkg with > > pkg bootstrap -f > > [1/2] Fetching es-hunspell-2.2.txz: 100% 216 KiB 31.6kB/s 00:07 > pkg: cached package es-hunspell-2.2: size mismatch, fetching from remote > [2/2] Fetching es-hunspell-2.2.txz: 100% 216 KiB 24.6kB/s 00:09 > pkg: cached package es-hunspell-2.2: size mismatch, cannot continue > > [1/3] Fetching es-aspell-1.11.2,1.txz: 100% 441 KiB 25.1kB/s 00:18 > pkg: cached package es-aspell-1.11.2,1: size mismatch, fetching from > remote > [2/3] Fetching es-aspell-1.11.2,1.txz: 100% 441 KiB 25.1kB/s 00:18 > pkg: cached package es-aspell-1.11.2,1: size mismatch, cannot > continue > > I had the same issue today so fixed with: pkg-static update -f