From owner-freebsd-ports@FreeBSD.ORG Wed May 3 03:54:29 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FF2916A415 for ; Wed, 3 May 2006 03:54:29 +0000 (UTC) (envelope-from youngsweetinnocent@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB74743D4C for ; Wed, 3 May 2006 03:54:28 +0000 (GMT) (envelope-from youngsweetinnocent@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so60424wri for ; Tue, 02 May 2006 20:54:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=np1dr9Jbg1HGb8ybSOjBD9zI1VGJgd3WWR6yMYPWoJpZJiQCV6S4t3qzBPbISstkiyWEvaV4T2JdoQejyzNPkx+idWWwcHaD/7BjwqNBdAxevRnd9dLCExGi81n0DW2GpNnnIEgqy5XzDVKB1fe663jCO5reLqxiovQbfgS4pNg= Received: by 10.65.81.8 with SMTP id i8mr892108qbl; Tue, 02 May 2006 20:54:26 -0700 (PDT) Received: by 10.65.59.8 with HTTP; Tue, 2 May 2006 20:54:26 -0700 (PDT) Message-ID: <3cc672970605022054h3eb80bffyc12743a83ba880b7@mail.gmail.com> Date: Wed, 3 May 2006 11:54:26 +0800 From: "Young Sweet and Innocent" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: portsnap on FreeBSD 4.6.2--snapshot corrupt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 03:54:29 -0000 I am trying to use portsnap for the first time and have a "snapshot corrupt" error: 1. Installed portsnap as #pkg_add -r portsnap 2. Copied sample config file to config file 3. Run portsnap as follows and receive the error message shown. --begin mail# portsnap fetch Looking up portsnap.FreeBSD.org mirrors... none found. Fetching snapshot tag... done. Fetching snapshot metadata... done. Fetching snapshot generated at Wed May 3 08:45:53 HKT 2006: Receiving 0a8a5ebbe0d881f4affa9ed2f12f6e3733b4e94 (42086089 bytes): 100% 42086089 bytes transferred in 334.7 seconds (122.81 kBps) Extracting snapshot... tar: snap/ not found in archive done. Verifying snapshot integrity... snap/892dc1f72ce5d20c6db11fd22e92c421077d6991ebc28205c338dea5ec6d5ab8.gz: No such file or directory snapshot corrupt. -- end Would anyone have any ideas of what I can do to have portsnap work? Thanks.