From owner-freebsd-questions@FreeBSD.ORG Tue Aug 24 20:11:36 2004 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 59BB116A4CE for ; Tue, 24 Aug 2004 20:11:36 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5AD43D2D for ; Tue, 24 Aug 2004 20:11:35 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bzhdm-0006b0-00 for ; Tue, 24 Aug 2004 22:11:34 +0200 Received: from a213-22-221-213.netcabo.pt ([213.22.221.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Aug 2004 22:11:34 +0200 Received: from hishadow by a213-22-221-213.netcabo.pt with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Aug 2004 22:11:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Joe Kraft Date: Tue, 24 Aug 2004 21:11:27 +0100 Lines: 17 Message-ID: <412BA0EF.8030100@netcabo.pt> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: a213-22-221-213.netcabo.pt User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en In-Reply-To: Sender: news Subject: Re: Installing ports 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: Tue, 24 Aug 2004 20:11:36 -0000 Florian Hengstberger wrote: > fetch time out > > It seemed to me that the mirror servers are not uptodate or that > some filenames have changed in the meantime, because fetching data > from ftp-servers worked a few times. > But in nearly all cases I had to copy the files manually in > /usr/ports/distfiles as "make install" finally suggested. I had similar problems and it took me a while to figure it out. The FTPs that worked for me were the ones I manually started, not the ones done by the ports makefiles. I'm accessing through a firewall and it seems that when ftp is used there it doesn't automagically try to use passive mode. I needed to add FTP_PASSIVE_MODE=YES to my environment variables. I don't remember exactly where it went though. Joe.