From owner-freebsd-questions@freebsd.org Fri Oct 2 11:52:25 2015 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 38160A0D620 for ; Fri, 2 Oct 2015 11:52:25 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from eris.bzerk.org (eris.bzerk.org [82.95.223.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.bzerk.org", Issuer "*.bzerk.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B9BB81FF4; Fri, 2 Oct 2015 11:52:24 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from eris.bzerk.org (BOFH@localhost [127.0.0.1]) by eris.bzerk.org (8.14.9/8.14.9) with ESMTP id t92BqICK095979 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Oct 2015 11:52:20 GMT (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by eris.bzerk.org (8.14.9/8.14.9/Submit) id t92BqIbS095978; Fri, 2 Oct 2015 11:52:18 GMT (envelope-from mail25@bzerk.org) X-Authentication-Warning: eris.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Fri, 2 Oct 2015 11:52:18 +0000 From: Ruben de Groot To: Matthew Seaman Cc: freebsd-questions@freebsd.org Subject: Re: pkg repo broken? Message-ID: <20151002115218.GA95658@eris.bzerk.org> Mail-Followup-To: Ruben de Groot , Matthew Seaman , freebsd-questions@freebsd.org References: <20151002042326.GA88371@eris.bzerk.org> <560E12CD.9080508@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <560E12CD.9080508@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Status: No, score=-11.0 required=5.0 tests=ALL_TRUSTED,AUTHD_RELAY autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on eris.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (eris.bzerk.org [127.0.0.1]); Fri, 02 Oct 2015 11:52:22 +0000 (UTC) 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: Fri, 02 Oct 2015 11:52:25 -0000 On Fri, Oct 02, 2015 at 07:14:53AM +0200, Matthew Seaman typed: > On 02/10/2015 06:23, Ruben de Groot wrote: > > There is a pkg-1.6.1.txz there, but it's looking for 1.6.0 > > > > Try running: > > pkg update -f > > first, and then retry your upgrade. Looks like your local copy of the > catalogue is out of synch with the repo. That shouldn't happen, unless > perhaps the clock on your machine is wrong? This worked. The machine is running ntp, so the clock was ok. Something must have corrupted the pkg db when I temporarily moved /var to NFS recently. Thanks