Re: portmanager ftp question.

2006-09-20 Thread RW
On Wednesday 20 September 2006 19:07, Greg Groth wrote:
> > What does "make -V FETCH_CMD" say? The default is "fetch -ApRr" where -p
> > means passive.
>
> /usr/bin/fetch -ARr

Check that you don't have this defined in the environment, or make.conf. 
Updating your ports tree should bring in the new default, or you can simple 
define it in make.conf
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portmanager ftp question.

2006-09-20 Thread Greg Groth
What does "make -V FETCH_CMD" say? The default is "fetch -ApRr" where -p means 
passive.


/usr/bin/fetch -ARr

Best regards,
Greg Groth
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portmanager ftp question.

2006-09-20 Thread RW
On Wednesday 20 September 2006 18:13, Greg Groth wrote:
> Here's the situation, I have 3 BSD servers sitting behind a pfsense
> firewall.  When I run portmanager on any of the 3 servers, inevitably it
> runs into a distfile that can't be downloaded from an FTP site.
> Although I haven't checked the log files on the firewall, I'm fairly
> positive this is an active / passive issue.  My workaround right now is
> to download the required distfile to a machine on the LAN (sitting
> behind the pfsense firewall), and SCP it to the server, and restart
> portmanager.  I've played around with the FTP helper settings on
> pfsense, to no avail.  Is there a way to globally set active or passive
> FTP connections on the servers so portmanager will work correctly?  I'll
> occasionally run into the same issue when building a new port as well.
> I'm not sure what app the machine is using to download the distfiles,
> wget?  If this is the case, my question would be is there a way to set a
> configuration for wget to use either active or passive ftp connections
> all the time, no matter which process is calling it?

What does "make -V FETCH_CMD" say? The default is "fetch -ApRr" where -p means 
passive.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


portmanager ftp question.

2006-09-20 Thread Greg Groth
Here's the situation, I have 3 BSD servers sitting behind a pfsense 
firewall.  When I run portmanager on any of the 3 servers, inevitably it 
runs into a distfile that can't be downloaded from an FTP site. 
Although I haven't checked the log files on the firewall, I'm fairly 
positive this is an active / passive issue.  My workaround right now is 
to download the required distfile to a machine on the LAN (sitting 
behind the pfsense firewall), and SCP it to the server, and restart 
portmanager.  I've played around with the FTP helper settings on 
pfsense, to no avail.  Is there a way to globally set active or passive 
FTP connections on the servers so portmanager will work correctly?  I'll 
occasionally run into the same issue when building a new port as well. 
I'm not sure what app the machine is using to download the distfiles, 
wget?  If this is the case, my question would be is there a way to set a 
configuration for wget to use either active or passive ftp connections 
all the time, no matter which process is calling it?


Best regards,
Greg Groth
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"