Gentoo Archives: gentoo-alt

From: mattmatteh@×××××.com
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Bootstrapping behind an HTTP proxy
Date: Thu, 20 May 2010 10:44:20
Message-Id: Pine.LNX.4.64.1005201040470.6374@ssbook.Home
In Reply to: [gentoo-alt] Bootstrapping behind an HTTP proxy by rabbe@bahnhof.se
1 i just followed the proxy note from the gentoo handbook. i believe you
2 have to use what works for wget, curl, or lynx.
3
4 export http_proxy="http://proxy.server.com:port"
5 export ftp_proxy="http://proxy.server.com:port"
6
7 something like that should work depending on your shell.
8
9 matt
10
11 On Thu, 20 May 2010, rabbe@×××××××.se wrote:
12
13 > The "Gentoo Prefix Use Cases" paper
14 > (http://www.gentoo.org/proj/en/gentoo-alt/prefix/usecases.xml) has
15 > scenarios where Gentoo Prefix is used in enterprise environments. It is
16 > not unusual that machines in such environments have Internet access
17 > through some kind of HTTP proxy.
18 >
19 > I think it would be a good idea for the step-by-step instructions (e g
20 > http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml) to
21 > include recommendations on how to specify an HTTP proxy for the bootstrap
22 > process. Perhaps it is not easy to cover all possible proxy
23 > configurations, but probably it would go a long way to just indicate how
24 > to do in a typical case.
25 >
26 > Some time ago I found that putting proxy details in etc/wgetrc appeared to
27 > solve the problem for me. Recently this doesn't work anymore
28 > (http://bugs.gentoo.org/show_bug.cgi?id=320555).
29 >
30 > Proxy info is also needed in ~/.subversion/servers; at least that is what
31 > I have. It would be nicer if the subversion config files could be folded
32 > into the prefix tree, I haven't looked into this.
33 >
34 > Maybe there is more to it that I can't think of now. Anyway, if someone
35 > adds instructions to the step-by-step page I volunteer to try them out.
36 >
37 > --Rabbe Fogelholm

Replies

Subject Author
Re: [gentoo-alt] Bootstrapping behind an HTTP proxy Rabbe Fogelholm <rabbe@×××××××.se>