From owner-freebsd-stable@freebsd.org Tue Aug 4 15:48:46 2015 Return-Path: Delivered-To: freebsd-stable@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 9796B9B207D for ; Tue, 4 Aug 2015 15:48:46 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FB98756 for ; Tue, 4 Aug 2015 15:48:46 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1ZMeSE-0001bF-9L for freebsd-stable@freebsd.org; Tue, 04 Aug 2015 17:48:43 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Date: Tue, 04 Aug 2015 17:48:36 +0200 Subject: what to do with corrupt /var/db/portsnap directory? MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: -- X-Spam-Score: -2.9 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED, BAYES_00 autolearn=disabled version=3.3.1 X-Scan-Signature: 63767ed6f001c63471f2cde26909bd9c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 15:48:46 -0000 Hi, I have a computer which crashed and fsck removed some files in /var/db/portsnap/files. If I run portsnap I get this error now. /usr/ports/devel/elixir-combine/ files/d542ae5f0048c430905d5f8de805dc81db255b5fe8aa35d2d63569c76086e902.gz not found -- snapshot corrupt. Is there a way to let portsnap fix the corrupted state without removing /var/db/portsnap/files and re-downloading everything? Regards, Ronald.