Gentoo Archives: gentoo-user

From: Teresa and Dale <teendale@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] http-replicator fetching on the server
Date: Fri, 02 Jun 2006 15:19:34
Message-Id: 448052F0.7000109@vista-express.com
In Reply to: Re: [gentoo-user] http-replicator fetching on the server by Peter Kelly
1 Peter Kelly wrote:
2
3 >On Friday 02 June 2006 09:03, Teresa and Dale wrote:
4 >
5 >
6 >>Peter Kelly wrote:
7 >>
8 >>
9 >>>Holas,
10 >>>
11 >>>
12 ><snip>
13 >
14 >
15 >>>Here are a few pertinent lines from /etc/make.conf
16 >>>http_proxy="http://crichton:8080"
17 >>>RESUMECOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -O \
18 >>>\${DISTDIR}/\${FILE}"
19 >>>
20 >>># ping crichton
21 >>>PING localhost (127.0.0.1) 56(84) bytes of data.
22 >>>
23 >>>Any idea what I have mis-configured?
24 >>>
25 >>>Thanks.
26 >>>
27 >>>Peter
28 >>>
29 >>>
30 >>Try something like this in make.conf:
31 >>http_proxy="http://192.168.0.1:8080" Change the address to whatever
32 >>you are running your machine at. Basically you are pointing emerge back
33 >>at itself.
34 >>
35 >>
36 >>
37 >
38 >Well, that didn't work. portage still wants to download a file that's not
39 >in /usr/portage/distfiles, but is in /var/cache/http-replicator.
40 >Changing "crichton" to server ip
41 >http_proxy="http://192.168.1.100:8080"
42 >still gives me
43 >
44 >
45 >
46 >>>>Emerging (1 of 3) kde-base/kdelibs-3.5.3 to /
47 >>>>Downloading
48 >>>>
49 >>>>
50 >ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/kdelibs-3.5.3.tar.bz2
51 >--09:13:18--
52 >ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/kdelibs-3.5.3.tar.bz2
53 > => `/usr/portage/distfiles/kdelibs-3.5.3.tar.bz2'
54 >Resolving ftp.gtlib.cc.gatech.edu... 128.61.111.10, 128.61.111.11,
55 >128.61.111.9
56 >Connecting to ftp.gtlib.cc.gatech.edu|128.61.111.10|:21... connected.
57 >Logging in as anonymous ... Logged in!
58 >
59 >You'll note that there is no move to access port 8080 here.
60 >
61 >But...
62 ># ll /isoserver/http-replicator/kdelibs-3.5.3.tar.bz2
63 >-rw-rw-r-- 1 portage portage 15424888 Jun 1
64 >23:45 /isoserver/http-replicator/kdelibs-3.5.3.tar.bz2
65 >
66 >Anything else?
67 >
68 >Peter
69 >
70 >
71 >
72
73 Did you remove or comment out the GENTOO_MIRRORS= line. I forgot that I
74 had to comment it out too. Sorry. There is a thread on the forums with
75 a howto. That may help. It's been a while since I used it.
76
77 Dale
78 :-) :-)
79 --
80 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] http-replicator fetching on the server Peter Kelly <linuxpete@××××××××××.com>