From owner-freebsd-questions@FreeBSD.ORG Mon Apr 10 17:40:07 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 4B95916A403 for ; Mon, 10 Apr 2006 17:40:07 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id D278943D45 for ; Mon, 10 Apr 2006 17:40:06 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 66BD5D4799E for ; Mon, 10 Apr 2006 13:40:05 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Mon, 10 Apr 2006 13:39:47 -0400 X-Sasl-enc: gprod+NNslguuyWdkLTvixXPR6kCEXJ87ul6KqhDXXP0 1144690787 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id 26E4D3BF3 for ; Mon, 10 Apr 2006 13:39:46 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Mon, 10 Apr 2006 18:39:58 +0100 User-Agent: KMail/1.9.1 References: <44395991.4090201@centurytel.net> In-Reply-To: <44395991.4090201@centurytel.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604101840.01100.list-freebsd-2004@morbius.sent.com> Subject: Re: Numerous ftp timeouts - why? 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, 10 Apr 2006 17:40:07 -0000 On Sunday 09 April 2006 19:59, Michael D. Norwick wrote: > New to FreeBSD not new to *nix. Have the docs/handbook/faq, etc. Using > freebsd 6.0 RELEASE on Compaq Proliant 2500R. > Why when trying to install various apps from ports do the ftp sessions > frequently timeout? If I manually fetch packages from > sites the download goes ok, but this means I have to copy files to > /usr/ports/distfiles manually. did 'man fetch' but still no clue > as to why this happens. Try adding MASTER_SORT_REGEX?= ^file: ^https?: to make.conf. This tells the ports system to prefer http where availible. If things don't improve then you have ruled-out its being ftp specific. I've never made any specific firewall provision for ftp, and fetch claims to default to active mode. As it works for me I guess it must be honouring the FTP_PASSIVE_MODE="YES" that's in the default environment.