From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 02:25:07 2005 Return-Path: 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 4E62016A4CE for ; Sat, 1 Jan 2005 02:25:07 +0000 (GMT) Received: from out010.verizon.net (out010pub.verizon.net [206.46.170.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26BF43D31 for ; Sat, 1 Jan 2005 02:25:06 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050101022506.CICA24714.out010.verizon.net@ringworm.mechee.com> for ; Fri, 31 Dec 2004 20:25:06 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 8DA862CE774; Fri, 31 Dec 2004 18:22:05 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 31 Dec 2004 18:22:04 -0800 User-Agent: KMail/1.7.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412311822.05205.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [4.26.84.7] at Fri, 31 Dec 2004 20:25:06 -0600 Subject: Re: ports - ignore hosts that aren't responding? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 02:25:07 -0000 On Friday 31 December 2004 06:14 pm, Timothy Luoma wrote: > I've tried to install several ports that rely on gnu.org over the > past several days, and the first THREE attempts timeout. Here's one > example: > > => Attempting to fetch from http://ftp.gnu.org/gnu/coreutils/. > fetch: http://ftp.gnu.org/gnu/coreutils/coreutils-5.2.1.tar.bz2: > Operation timed out > > => Attempting to fetch from ftp://ftp.gnu.org/gnu/coreutils/. > fetch: ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.1.tar.bz2: > Operation timed out > > => Attempting to fetch from > http://ftp.lug.udel.edu/pub/gnu/coreutils/. fetch: > http://ftp.lug.udel.edu/pub/gnu/coreutils/coreutils-5.2.1.tar.bz2: > Operation timed out > > => Attempting to fetch from http://gnu.mirror.mcgill.ca/coreutils/. > > Is there a way I can tell 'make' to (at least temporarily) not even > try to connect to the first 3? > > TjL Probably there is a better solution but I've had good results by adding: RANDOMIZE_MASTER_SITES=yes to /etc/make.conf -Mike