Gentoo Archives: gentoo-user

From: Peter Kelly <linuxpete@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] http-replicator fetching on the server
Date: Fri, 02 Jun 2006 14:36:40
Message-Id: 200606020923.33648.linuxpete@houston.rr.com
In Reply to: Re: [gentoo-user] http-replicator fetching on the server by Teresa and Dale
1 On Friday 02 June 2006 09:03, Teresa and Dale wrote:
2 > Peter Kelly wrote:
3 > >Holas,
4 <snip>
5 > >Here are a few pertinent lines from /etc/make.conf
6 > >http_proxy="http://crichton:8080"
7 > >RESUMECOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -O \
8 > >\${DISTDIR}/\${FILE}"
9 > >
10 > ># ping crichton
11 > >PING localhost (127.0.0.1) 56(84) bytes of data.
12 > >
13 > >Any idea what I have mis-configured?
14 > >
15 > >Thanks.
16 > >
17 > >Peter
18 >
19 > Try something like this in make.conf:
20 > http_proxy="http://192.168.0.1:8080" Change the address to whatever
21 > you are running your machine at. Basically you are pointing emerge back
22 > at itself.
23 >
24
25 Well, that didn't work. portage still wants to download a file that's not
26 in /usr/portage/distfiles, but is in /var/cache/http-replicator.
27 Changing "crichton" to server ip
28 http_proxy="http://192.168.1.100:8080"
29 still gives me
30
31 >>> Emerging (1 of 3) kde-base/kdelibs-3.5.3 to /
32 >>> Downloading
33 ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/kdelibs-3.5.3.tar.bz2
34 --09:13:18--
35 ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/kdelibs-3.5.3.tar.bz2
36 => `/usr/portage/distfiles/kdelibs-3.5.3.tar.bz2'
37 Resolving ftp.gtlib.cc.gatech.edu... 128.61.111.10, 128.61.111.11,
38 128.61.111.9
39 Connecting to ftp.gtlib.cc.gatech.edu|128.61.111.10|:21... connected.
40 Logging in as anonymous ... Logged in!
41
42 You'll note that there is no move to access port 8080 here.
43
44 But...
45 # ll /isoserver/http-replicator/kdelibs-3.5.3.tar.bz2
46 -rw-rw-r-- 1 portage portage 15424888 Jun 1
47 23:45 /isoserver/http-replicator/kdelibs-3.5.3.tar.bz2
48
49 Anything else?
50
51 Peter
52
53 --
54 <SlayR> i just bought MS Office 2000 for only $20!!!
55 <Knghtbrd> you got ripped off ;>
56 <SlayR> i know ;)
57 --
58 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] http-replicator fetching on the server Teresa and Dale <teendale@×××××××××××××.com>