Gentoo Archives: gentoo-user

From: Peter Kelly <linuxpete@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] http-replicator fetching on the server
Date: Fri, 02 Jun 2006 14:10:25
Message-Id: 200606020856.05832.linuxpete@houston.rr.com
1 Holas,
2
3 I'm running http-replicator on a desktop (server). The laptop asks the
4 desktop for files correctly, and that works just fine.
5
6 The problem I'm seeing is on the desktop. Every night I do
7 # emerge world --update --deep --newuse --fetchonly
8 # /usr/bin/repcacheman
9
10 which gets all the files I'll need (into /usr/portage/distfiles), and then
11 moves all the files to http-rep cache (/var/cache/http-replicator).
12 The next time I run
13 # emerge -autvDN world
14
15 portage looks in /usr/portage/distfiles ($DISTDIR in make.conf), and, of
16 course, doesn't see the files. They've been moved
17 to /var/cache/http-replicator. Then portage grabs the files, without
18 consulting http-replicator.
19 Now, like I said, everything works fine for external machines. They
20 immediately use port 8080. It's just the desktop/http-rep server that
21 doesn't use want to use the http-rep cache.
22
23 Here are a few pertinent lines from /etc/make.conf
24 http_proxy="http://crichton:8080"
25 RESUMECOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -O \
26 \${DISTDIR}/\${FILE}"
27
28 # ping crichton
29 PING localhost (127.0.0.1) 56(84) bytes of data.
30
31 Any idea what I have mis-configured?
32
33 Thanks.
34
35 Peter
36
37 --
38 The best portion of a good man's life, his little, nameless, unremembered acts
39 of kindness and love.
40 -- Wordsworth
41 --
42 gentoo-user@g.o mailing list

Replies

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