From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 07:02:23 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06A226DD for ; Thu, 31 Jul 2014 07:02:23 +0000 (UTC) Received: from mailbox.is.co.za (mailbox.is.co.za [196.35.45.20]) by mx1.freebsd.org (Postfix) with ESMTP id E34792148 for ; Thu, 31 Jul 2014 07:02:20 +0000 (UTC) X-AuthUser: vikashb@where-ever.za.net Received: from laptop.where-ever.za.net ([196.35.45.20]:59594) by mailbox.is.co.za with [XMail 1.22 ESMTP Server] id for from ; Thu, 31 Jul 2014 09:02:17 +0200 Message-ID: <53D9E9F8.3080800@where-ever.za.net> Date: Thu, 31 Jul 2014 09:02:16 +0200 From: Vikash Badal User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Charlie Subject: Re: pkg broken? Unable to install packages... References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 07:02:23 -0000 On 29/07/2014 00:20, Charlie wrote: > Hello list! > > I'm running 10-RELEASE x64, and all of a sudden I can't seem to install > any packages. > > No matter which package I attempt to install, the result is similar: > > Fetching finch-2.10.9_5.txz: 100% of 208 KB > pkg: cached package finch-2.10.9_5: size mismatch, fetching from remote > Fetching finch-2.10.9_5.txz: 100% of 208 KB > pkg: cached package finch-2.10.9_5: size mismatch, cannot continue > > I have tried running pkg update -f; it doesn't help. > try: rm -rf /var/db/pkg/repo* && pkg upgrade resolved the issue for me Regards Vikash