Discussion:
[gentoo-user] emerge using proxy.
(too old to reply)
Ezequiel Larrarte
2004-05-24 12:30:06 UTC
Permalink
Hi!

I 'm trying to use my proxy server with emerge to downloads ebuilds. I put
variables
HTTP_PROXY="proxy:8080"
FTP_PROXY="proxy:8080"
like manpage says.

HTTP_PROXY FTP_PROXY = [host:port]
These vars are used if the sources must be downloaded from the
internet by wget(1). They are only required if you use a proxy
server for internet access. Either define PROXY or PROXY_FTP
and PROXY_HTTP.


But nothing ... wget always try to use default gateway. does wget read
configuration in /etc/make.conf ????
--
-------------------------------------
Linux-LAB, Ezequiel Larrarte.
ICQ: 20948471
MSN: ***@hotmail.com
Movil: 15-5140-5721
E-mail: ***@linux-lab.com.ar

--
gentoo-***@gentoo.org mailing list
Francisco J. A. Ares
2004-05-24 12:40:10 UTC
Permalink
Post by Ezequiel Larrarte
Hi!
I 'm trying to use my proxy server with emerge to downloads ebuilds. I put
variables
HTTP_PROXY="proxy:8080"
FTP_PROXY="proxy:8080"
like manpage says.
HTTP_PROXY FTP_PROXY = [host:port]
These vars are used if the sources must be downloaded from the
internet by wget(1). They are only required if you use a proxy
server for internet access. Either define PROXY or PROXY_FTP
and PROXY_HTTP.
But nothing ... wget always try to use default gateway. does wget read
configuration in /etc/make.conf ????
This is what I have in my /etc/make.conf
FETCHCOMMAND="/usr/bin/wget -t 5 --proxy-user=PROXYUSER
--proxy-passwd=PROXYPASSWORD --passive-ftp --limit-rate=50k -P
\${DISTDIR} \${URI}"
RESUMECOMMAND="/usr/bin/wget -c -t 5 --proxy-user=PROXYUSER
--proxy-passwd=PROXYPASSWORD --passive-ftp --limit-rate=50k -P
\${DISTDIR} \${URI}"

and in /etc/profile
export http_proxy=PROXY_IP:PROXY_PORT

Francisco

--
gentoo-***@gentoo.org mailing list
Ezequiel Larrarte
2004-05-24 12:50:06 UTC
Permalink
Post by Francisco J. A. Ares
Post by Ezequiel Larrarte
Hi!
I 'm trying to use my proxy server with emerge to downloads ebuilds. I put
variables
HTTP_PROXY="proxy:8080"
FTP_PROXY="proxy:8080"
like manpage says.
HTTP_PROXY FTP_PROXY = [host:port]
These vars are used if the sources must be downloaded from
the internet by wget(1). They are only required if you use a proxy
server for internet access. Either define PROXY or PROXY_FTP and
PROXY_HTTP.
But nothing ... wget always try to use default gateway. does wget read
configuration in /etc/make.conf ????
This is what I have in my /etc/make.conf
FETCHCOMMAND="/usr/bin/wget -t 5 --proxy-user=PROXYUSER
--proxy-passwd=PROXYPASSWORD --passive-ftp --limit-rate=50k -P
\${DISTDIR} \${URI}"
RESUMECOMMAND="/usr/bin/wget -c -t 5 --proxy-user=PROXYUSER
--proxy-passwd=PROXYPASSWORD --passive-ftp --limit-rate=50k -P
\${DISTDIR} \${URI}"
and in /etc/profile
export http_proxy=PROXY_IP:PROXY_PORT
Francisco
--
Thanks ... fake information on emerge manpage?
--
-------------------------------------
Linux-LAB, Ezequiel Larrarte.
ICQ: 20948471
MSN: ***@hotmail.com
Movil: 15-5140-5721
E-mail: ***@linux-lab.com.ar

--
gentoo-***@gentoo.org mailing list
Eric
2004-05-25 00:10:08 UTC
Permalink
Post by Ezequiel Larrarte
Hi!
I 'm trying to use my proxy server with emerge to downloads ebuilds. I put
variables
HTTP_PROXY="proxy:8080"
FTP_PROXY="proxy:8080"
like manpage says.
HTTP_PROXY FTP_PROXY = [host:port]
These vars are used if the sources must be downloaded from the
internet by wget(1). They are only required if you use a proxy
server for internet access. Either define PROXY or PROXY_FTP
and PROXY_HTTP.
But nothing ... wget always try to use default gateway. does wget read
configuration in /etc/make.conf ????
i did a gentoo install running a proxy the correct command is>>

# export http_proxy="host:port"

--
gentoo-***@gentoo.org mailing list

Continue reading on narkive:
Loading...