From owner-freebsd-stable@FreeBSD.ORG Fri Apr 5 18:50:17 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7FEE65C3 for ; Fri, 5 Apr 2013 18:50:17 +0000 (UTC) (envelope-from efraindector@motumweb.com) Received: from mail-da0-x229.google.com (mail-da0-x229.google.com [IPv6:2607:f8b0:400e:c00::229]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7AE821 for ; Fri, 5 Apr 2013 18:50:17 +0000 (UTC) Received: by mail-da0-f41.google.com with SMTP id w4so1717053dam.14 for ; Fri, 05 Apr 2013 11:50:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=poWC4yRDuxQi61QZ5m6wKrfT+Mo0u4eT+DGThrmYwT4=; b=Daq5D6mg9x+gxG5pRnSCodzUf8G1CixNcaHyu4lXkiWFwNTw3PlbMZlT7SaGCTjqeU iEB/ZuLIz2UtA/7UPyr98twBj8P3WMNv3mTZnmeg6WoR+ZRZ3Guxsjq1vmAgJLQWlbA2 4uyEZQV/xnkprlaOvmSVwChWsGseAv68YuGZDgbiIlcwyM5qO8bJ74tZm+1gnfZKFPe7 UHC/f1HKA8+6uhwa94+KbBzjueheT8BrJjAM+8oqaKbEymP/nusTo7ecY75UWBdjzdWM 1BGyuExwVT3gtTxxx2q690lc531IeDGAunCkO3X0xBJ9sTE1HQhJyDG4aumx1bBf2xqw gfqw== X-Received: by 10.68.213.193 with SMTP id nu1mr15879389pbc.178.1365187817053; Fri, 05 Apr 2013 11:50:17 -0700 (PDT) Received: from [192.168.10.2] ([187.210.81.114]) by mx.google.com with ESMTPS id kb3sm15394618pbc.21.2013.04.05.11.50.14 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 05 Apr 2013 11:50:15 -0700 (PDT) Message-ID: <515F1CE6.8080500@motumweb.com> Date: Fri, 05 Apr 2013 12:50:14 -0600 From: =?ISO-8859-1?Q?Efra=EDn_D=E9ctor?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Problem with portsnap fetch Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnXTkEFqh81ev0DQ6JO91OpOxmObJbh39HfCMeegNY7bw0E2ALveCHImrYe5OEcksmkq7HP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 18:50:17 -0000 Hello. Today I ran into a problem when trying to update the ports tree. I executed the following command: # portsnap fetch However I got this message: Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found. Fetching public key from your-org.portsnap.freebsd.org... done. Fetching snapshot tag from your-org.portsnap.freebsd.org... done. Fetching snapshot metadata... done. Fetching snapshot generated at Fri Apr 5 00:09:09 UTC 2013: 2c954aa9458bb07dbefad840b7a06e3b9a5f5f90e10963100% of 1045 B 5101 kBps Extracting snapshot... tar: Unrecognized archive format tar: snap: Not found in archive tar: Error exit delayed from previous errors. Looking in the Internet I found that deleting the directory /var/db/portsnap/files should help, however it didn't work, also found that deleting the portsnap directory should do the trick, but this didn't work either I keep getting the same error message. The tar command is functioning correctly (I tested it). uname -a: FreeBSD motum.test.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Can you guys please point me in the right direction?. Thanks in advance.