Gentoo Archives: gentoo-dev

From: Jerry A! <jerry@×××××××.org>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Re: Problems with initial gentoo rc5 binary inst all - GRUB
Date: Wed, 18 Jul 2001 16:45:19
Message-Id: 20010718184602.A3601@gemini.thehutt.org
In Reply to: RE: [gentoo-dev] Re: Problems with initial gentoo rc5 binary inst all - GRUB by "Greer
1 On Wed, Jul 18, 2001 at 04:48:35PM -0500, Greer, Darren (MED) wrote:
2 : Yah, this rsync issue seems like it may be a pain. With Debian I could
3 : easily apt-get update using the proxy. However, when I set the proxy in
4 : make.globals or using the env rsync_proxy it still does not work. If I
5 : strace it I get:
6 :
7 : Here is proof that I can get out via port 80 from the shell
8 : #######################
9 : flash /root > export http_proxy=http://3.231.200.25:80
10 : flash /root > export rsync_proxy=3.231.200.25:80
11 : flash /root > export http_proxy=3.231.200.25
12 : flash /root > wget http://gentoo.org
13
14 I think I see some of your problems. First, RSYNC_PROXY (and since it's
15 in the environment it's all caps) only specifies a rsync server to proxy
16 with. However, rsync_proxy connections only work on port 873.
17
18 Otherwise, rsync will use rsh/ssh to grab it's data. Now both of those
19 work on port 22.
20
21 It just dawned on me that in a previous e-mail you mentioned that you
22 only had ports 21 and 80 open. Well, there's your problem--you only
23 have ftp and http open on your firewall. You'll need to either open up
24 port 22 (ssh/rsh) or put in some stateful rules to keep an outgoing
25 connection open.
26
27 Hope this helps...
28
29 --Jerry
30
31 name: Jerry Alexandratos || Open-Source software isn't a
32 phone: 703.599.6023 || matter of life or death...
33 email: jerry@×××××××.org || ...It's much more important
34 || than that!