From owner-freebsd-questions@FreeBSD.ORG Tue Oct 7 21:59:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02FBB106568C for ; Tue, 7 Oct 2008 21:59:47 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id BD0458FC1C for ; Tue, 7 Oct 2008 21:59:46 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so3485458wfg.7 for ; Tue, 07 Oct 2008 14:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=S0HIS6odaOJq5jM8WUeUtDddTLPkLoeqhtDuXzSNWtw=; b=sBnGaflktEBsQKn95IfgGKhIzgDF/CKIHVNJH+zxNflk43OsmyW72St+skvQePFZg1 KL5Vk+uwgLCCoUENkjYP+jIVyTluLVpEoFCJCOVEmRae5L6F4HvZWXXImVHASSXvhEQ2 cqNNBdpysX6FvOLzRhuYSXXqR4MurG0vZka1Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references:x-google-sender-auth; b=UJv5o/5FOJBrdvMWJid49cOfHMQzTi8ac/wb+iBHoG2vlKFlfrzk0Xe+aAX4MEujjG hIDd0mAYq50NWhcT0P6P/1z8XRztThTrzmtc8poDK3Ve3zl9ncGYUIEQhms7+eyCd0Qy PiESR/lryIYYkSt0UZ2sY9Ektyk8DovB2N+oM= Received: by 10.143.4.16 with SMTP id g16mr2990121wfi.289.1223416785512; Tue, 07 Oct 2008 14:59:45 -0700 (PDT) Received: by 10.142.44.17 with HTTP; Tue, 7 Oct 2008 14:59:45 -0700 (PDT) Message-ID: <539c60b90810071459t17b4cd65qc6865472317cfd29@mail.gmail.com> Date: Tue, 7 Oct 2008 14:59:45 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: RW In-Reply-To: <20081007221731.40cbf5d6@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <539c60b90810071356g1d07d339yeaa5bc6f20b14109@mail.gmail.com> <20081007221731.40cbf5d6@gumby.homeunix.com.> X-Google-Sender-Auth: cee841d98685fb45 Cc: freebsd-questions@freebsd.org Subject: Re: how to break portsnap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 21:59:47 -0000 Aaaaaagh! I thought the snapshot was the thing being downloaded! Here I was double-checking my key and the like. I sort of would've expected the process to include overwriting everything local with the new stuff. My mistake, obviously. Sometimes one does need the obvious pointed out to them, thanks. Steve On Tue, Oct 7, 2008 at 2:17 PM, RW wrote: > On Tue, 7 Oct 2008 13:56:37 -0700 > "Steve Franks" wrote: > >> I've googled high & low but I cannot find much other that "this cannot >> happen" replies. I've got a dual boot to amd64 and i386. The amd64 >> hasn't been able to portsnap fetch or cron since march. The i386 I >> just installed, and it portsnap's fine, so it's not a firewall or >> related issue. I've checked my key and it looks ok. What am I >> missing? >> >>... >> Fetching 13708 new ports or files... /usr/sbin/portsnap: cannot open >> e53d7ea3f6fbc2e6a87a1f194ea623fc6b27c74d9aecfd61e0d765e86d861ad5.gz: >> No such file or directory >> snapshot is corrupt. > > It's pretty self-explanatory, the snapshot is corrupt. > > delete /var/db/portsnap/* and then start-again by do a "fetch" and > "extract". > >