From owner-freebsd-questions@FreeBSD.ORG Mon Nov 13 00:31:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E30216A407 for ; Mon, 13 Nov 2006 00:31:24 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd5mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F5043D5C for ; Mon, 13 Nov 2006 00:31:23 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mr7so.prod.shaw.ca (pd3mr7so-qfe3.prod.shaw.ca [10.0.141.23]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J8N008EG82B24E0@l-daemon> for freebsd-questions@freebsd.org; Sun, 12 Nov 2006 17:30:11 -0700 (MST) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd3mr7so.prod.shaw.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0J8N00AYR82B5Y01@pd3mr7so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sun, 12 Nov 2006 17:30:11 -0700 (MST) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0J8N00FZR829IXP0@l-daemon> for freebsd-questions@freebsd.org; Sun, 12 Nov 2006 17:30:10 -0700 (MST) Received: (qmail 17625 invoked from network); Mon, 13 Nov 2006 00:30:05 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; Mon, 13 Nov 2006 00:30:05 +0000 Date: Sun, 12 Nov 2006 16:30:04 -0800 From: Colin Percival In-reply-to: To: martinko Message-id: <4557BC8C.3010206@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-2 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: User-Agent: Thunderbird 1.5 (X11/20060416) Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: portsnap mirrors not being updated (?) 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: Mon, 13 Nov 2006 00:31:24 -0000 martinko wrote: > I've seen the following for around last two days: > > Looking up portsnap.FreeBSD.org mirrors... 2 mirrors found. > Fetching snapshot tag from portsnap1.FreeBSD.org... done. > Latest snapshot on server matches what we already have. > No updates needed. > > Is something going on with portsnap's mirror building ? Two problems happened almost simultaneously, actually: 1. Due to some chaos surrounding the relocation of the main FreeBSD.org cluster, the portsnap builds stopped for about 20 hours. They're running again now, but will probably stop on Monday as the FreeBSD.org cluster continues its relocation. (On the positive side, nobody can commit to the ports tree while the cluster is in transit, so portsnap users won't be missing anything at this point.) 2. One of the portsnap mirrors, portsnap1.freebsd.org, is not updating at the moment; I've sent an email to the administrator of this server asking him to investigate. Until it starts updating again (most likely a matter of hours), you can force portsnap to use the other mirror: # portsnap -s portsnap2.freebsd.org fetch Colin Percival