From owner-freebsd-questions@FreeBSD.ORG Fri May 15 01:31:43 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C232ACA for ; Fri, 15 May 2015 01:31:43 +0000 (UTC) Received: from homiemail-a51.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) by mx1.freebsd.org (Postfix) with ESMTP id 611631EC9 for ; Fri, 15 May 2015 01:31:43 +0000 (UTC) Received: from homiemail-a51.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a51.g.dreamhost.com (Postfix) with ESMTP id 050362E8062; Thu, 14 May 2015 18:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ozzmosis.com; h=date:from :to:cc:subject:message-id:references:mime-version:content-type: in-reply-to; s=ozzmosis.com; bh=2+LFOX0mN2PsCYYryQ7bWye8zpY=; b= KcWe3YwpFgwwFjkY2ed/3I5WM2eDQLaR9nWDz42wU5yhqr2Qv4vIzOsdo8Kgn7Cv ejjZRzCJ7gPUe9oj0gonhZA6B+MOIvTXki5vzlXoFOgjBLNGO5d/SI9PPxNpX0iS ugp33vPnIEfjn6RZlDe5DnMZXfWhwQVQuccG8FDitbc= Received: from blizzard.ozzmosis.com (114-198-82-4.dyn.iinet.net.au [114.198.82.4]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: relay@ozzmosis.com) by homiemail-a51.g.dreamhost.com (Postfix) with ESMTPSA id C44742E8057; Thu, 14 May 2015 18:31:42 -0700 (PDT) Received: by blizzard.ozzmosis.com (Postfix, from userid 1001) id 230665FAC; Fri, 15 May 2015 11:31:41 +1000 (AEST) Date: Fri, 15 May 2015 11:31:41 +1000 From: andrew clarke To: Avinash Sonawane Cc: freebsd-questions@freebsd.org Subject: Re: portsnap fetch : "snapshot is corrupt" Message-ID: <20150515013141.GB78765@ozzmosis.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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, 15 May 2015 01:31:43 -0000 On Thu 2015-05-14 20:13:53 UTC+0530, Avinash Sonawane (rootkea@gmail.com) wrote: > Hello! > > I am using FreeBSD 10.1 RELEASE > > Whenever I try to fetch the portsnap it says "snapshot is corrupt". I > rmed `/var/db/portsnap/*` to start from fresh but then too when I > issue `portsnap fetch` it says the same. > > Here is the complete error message : http://pastebin.com/AiLn8QdE > > Anybody has any idea how do I get that missing gz? I've noticed this happen in the past on the odd occasion. I ruled out hardware error on my machine and put it down to some sort of corruption (or more likely syncronisation problem) with the snapshot server(s). If I waited a while (a few hours) then re-ran portsnap the errors went away. Regards Andrew