From owner-freebsd-current@FreeBSD.ORG Thu Sep 20 21:04:29 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96CB516A41A; Thu, 20 Sep 2007 21:04:29 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id E26FB13C461; Thu, 20 Sep 2007 21:04:28 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8KIgHDN021729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 20 Sep 2007 21:42:31 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8KIg1lf072957; Thu, 20 Sep 2007 21:42:16 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8KIg1mr072948; Thu, 20 Sep 2007 21:42:01 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Thu, 20 Sep 2007 21:42:01 +0300 From: Giorgos Keramidas To: Colin Percival Message-ID: <20070920184201.GA72805@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.095, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.30, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: freebsd-current@FreeBSD.org Subject: portsnap snapshot corruption? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2007 21:04:29 -0000 Hi Colin, I've tried removing all of /var/db/portsnap/* and refetching several times today, but all the attempts resulted in corrupt snapshots, like this one: % root@kobe:/root# rm -fr /var/db/portsnap/* % root@kobe:/root# portsnap fetch % Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found. % Fetching public key from portsnap3.FreeBSD.org... done. % Fetching snapshot tag from portsnap3.FreeBSD.org... done. % Fetching snapshot metadata... done. % Fetching snapshot generated at Thu Sep 20 04:07:10 EEST 2007: % 1a2086f1a8eea72b21ecc5c6a03587a26e3b86055bc54a100% of 49 MB 1451 kBps 00m00s % Extracting snapshot... done. % Verifying snapshot integrity... gunzip: snap/2bafbd0d8edc7a7cfa7e19833986ae4032f82006fd0d65cba9c4a75b432b5c8e.gz: unexpected end of file % gunzip: snap/2bafbd0d8edc7a7cfa7e19833986ae4032f82006fd0d65cba9c4a75b432b5c8e.gz: uncompress failed % snapshot corrupt. % root@kobe:/root# Is something wrong with the portsnap servers, or should I try to see if there's something odd with my latest CURRENT upgrade? - Giorgos