Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30797 - Enemy Territory Needs --passive-ftp to download binary
Summary: Enemy Territory Needs --passive-ftp to download binary
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 17:36 UTC by Greg Watson (linuxkrn)
Modified: 2003-10-09 18:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Watson (linuxkrn) 2003-10-09 17:36:45 UTC
Wget fails to download enemy territory

Reproducible: Always
Steps to Reproduce:
1. emerge -u enemy-territory
2. download will fail
3.

Actual Results:  
ftp will hang and not download

Expected Results:  
download of bin and install.

Adding --passive-ftp to wget resolves this issue.  It appears to be needed by
3dgamers ftp servers.
Comment 1 SpanKY gentoo-dev 2003-10-09 18:21:15 UTC
# Default fetch command (5 tries, passive ftp for firewall compatibility)
#FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}"
#RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp \${URI} -P \${DISTDIR}"

default is to use passive ... if it isnt on your side, you probably changed
something ;)