Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2008 01:36:47 +0100
From:      RW <fbsd06@mlists.homeunix.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Fwd: Firewall and FreeBSD ports
Message-ID:  <20081011013647.424ee485@gumby.homeunix.com.>
In-Reply-To: <E8801B03-A3A5-4F86-B66E-2F8894CE2D01@identry.com>
References:  <FC9CDE39-C162-45F6-9895-1202144AF927@identry.com> <E8801B03-A3A5-4F86-B66E-2F8894CE2D01@identry.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 Oct 2008 16:16:29 -0400
John Almberg <jalmberg@identry.com> wrote:

> On Oct 10, 2008, at 2:41 PM, Jeremy Chadwick wrote:
>
> >>> See the fetch(1) man page.  Try this first:
> >>>
> >>> sh/bash: export FTP_PASSIVE_MODE=true
> >>>     csh: setenv FTP_PASSIVE_MODE true
> 
> First off, this did solve the problem. Thank you, Jeremy.
> 
> Now, as to the why...

That's odd, because if you are running  7.x with a default settings,
FTP_PASSIVE_MODE should be irrelevant to fetching distfiles - even if
it's set to "no".

Do you have any FETCH_* variables defined? What happens if you cd to a
port directory and type: make -V FETCH_CMD ?


> I believe I am using ports. In this case, I had just installed and  
> configured PF (the first thing I do, now, when building a new
> machine.)
> 
> I then wanted to install NTP:
> 
> cd /usr/ports/net/ntp
> make config; make install clean
> 
> This failed because the mirrors were not accessible.

I just tried this port myself and it failed on all four servers
configured in the Makefile, only succeeding on the fallback Freebsd
server, (Freebsd's own cache for package building).

Unless you turn-up something odd for FETCH_CMD, I think there's
a good chance that you never had an FTP firewall problem in the first
place, and that the file has simply been added to ftp.freebsd.org since
you got the original failure.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081011013647.424ee485>