From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 09:25:13 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 976C21065694 for ; Wed, 8 Oct 2008 09:25:13 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2468FC18 for ; Wed, 8 Oct 2008 09:25:13 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.114]) by hermes.wbtsystems.com (Postfix) with ESMTPA id 832E8F7410; Wed, 8 Oct 2008 10:25:11 +0100 (IST) From: "Barry Byrne" To: , "'FreeBSD Mailing List'" References: <539c60b90810071356g1d07d339yeaa5bc6f20b14109@mail.gmail.com> Date: Wed, 8 Oct 2008 10:25:17 +0100 Message-ID: <80C987422C3A4FB58CAC85EC960E99CC@wbt.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <539c60b90810071356g1d07d339yeaa5bc6f20b14109@mail.gmail.com> Thread-Index: Ackov1/swB/TrggSQkKmfMLYesyEqgAaDj8g X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Cc: Subject: RE: how to break portsnap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 09:25:13 -0000 > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Steve Franks > Sent: 07 October 2008 21:57 > 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? > > Best, > Steve > > > dystant# portsnap fetch > Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found. > Fetching snapshot tag from portsnap1.FreeBSD.org... done. > Fetching snapshot metadata... done. > Updating from Mon Mar 3 07:50:14 MST 2008 to Tue Oct 7 > 12:43:25 MST 2008. > Fetching 0 metadata patches. done. > Applying metadata patches... done. > Fetching 0 metadata files... done. > Fetching 12365 patches.. done. > Applying patches... done. > Fetching 13708 new ports or files... /usr/sbin/portsnap: cannot open > e53d7ea3f6fbc2e6a87a1f194ea623fc6b27c74d9aecfd61e0d765e86d861ad5.gz: > No such file or directory > snapshot is corrupt. > dystant# Steve: Are you using a proxy server? If so this could be perhaps the proxy server not fully supporting HTTP/1.1 persistent connections. Can you try this: sysctl net.inet.ip.portrange.randomized=0 portsnap fetch update Cheers, Barry