Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] downloading remote eix data file
Date: Mon, 23 May 2016 12:57:50
Message-Id: 5742FE3F.3060709@asyr.hopto.org
In Reply to: Re: [gentoo-user] downloading remote eix data file by Neil Bothwick
1 On 05/23/2016 03:39 PM, Neil Bothwick wrote:
2
3 >
4 > The other question is: why are you using wget when eix already has the
5 > facility to download and import this file built in.
6 >
7 >
8 Hmmm, I suspect, that *should* be the reason why it fails for me ...
9 However, I don't remember having specified the use *wget* somewhere ...
10
11 /etc/eixrc/00-eixrc has everything commented out...
12
13 So, I run the following to get a log and here is how it goes ...
14 ------------------------------------------------------------------
15 eix-remote update 2>&1 |tee log
16
17 --2016-05-23 15:47:57-- http://gpo.zugaina.org/eix_cache/eix-cache.tbz2
18 Resolving gpo.zugaina.org... 176.31.182.181
19 Connecting to gpo.zugaina.org|176.31.182.181|:80... connected.
20 HTTP request sent, awaiting response... 200 OK
21 Length: 3960739 (3.8M) [text/plain]
22 The sizes do not match (local 2150704) -- retrieving.
23
24 --2016-05-23 15:47:58-- http://gpo.zugaina.org/eix_cache/eix-cache.tbz2
25 Reusing existing connection to gpo.zugaina.org:80.
26 HTTP request sent, awaiting response... 200 OK
27 Length: 3960739 (3.8M) [text/plain]
28 Saving to: ‘eix-cache.tbz2’
29
30 0K .......... .......... .......... .......... .......... 1%
31 31.8K 2m0s
32 50K .......... ....... 1%
33 9.75K=3.3s
34
35 2016-05-23 15:48:02 (20.2 KB/s) - Read error at byte 68762/3960739
36 (Success). Retrying.
37
38 --2016-05-23 15:48:03-- (try: 2)
39 http://gpo.zugaina.org/eix_cache/eix-cache.tbz2
40 Connecting to gpo.zugaina.org|176.31.182.181|:80... connected.
41 HTTP request sent, awaiting response... 206 Partial Content
42 Length: 3960739 (3.8M), 3891977 (3.7M) remaining [text/plain]
43 Saving to: ‘eix-cache.tbz2’
44
45 [ skipping 50K ]
46 50K ,,,,,,,,,, ,,,,,,,... .......... ... 2%
47 24.2K=0.7s
48
49 2016-05-23 15:48:05 (24.2 KB/s) - Read error at byte 85649/3960739
50 (Success). Retrying.
51
52 --2016-05-23 15:48:07-- (try: 3)
53 http://gpo.zugaina.org/eix_cache/eix-cache.tbz2
54 Connecting to gpo.zugaina.org|176.31.182.181|:80... connected.
55 HTTP request sent, awaiting response... 206 Partial Content
56 Length: 3960739 (3.8M), 3875090 (3.7M) remaining [text/plain]
57 Saving to: ‘eix-cache.tbz2’
58
59 [ skipping 50K ]
60 50K ,,,,,,,,,, ,,,,,,,,,, ,,,,,,,,,, ,,,....... .......... 2%
61 67.1K 2m52s
62 100K 2%
63 253G=0.7s
64
65 2016-05-23 15:48:10 (22.1 KB/s) - Read error at byte 102536/3960739
66 (Success). Retrying.
67
68 <....snip...>
69 until it *fails* at the end like so:
70
71
72 Connecting to gpo.zugaina.org|176.31.182.181|:80... connected.
73 HTTP request sent, awaiting response... 206 Partial Content
74 Length: 3960739 (3.8M), 2608830 (2.5M) remaining [text/plain]
75 Saving to: ‘eix-cache.tbz2’
76
77 [ skipping 1300K ]
78 1300K ,,,,,,,,,, ,,,,,,,,,, .......... .......... .......... 34%
79 50.2K 84s
80 1350K .......... .......... .......... .......... .......... 36%
81 29.0K 84s
82 1400K .......... .. 36%
83 10.7K=3.9s
84
85 2016-05-23 15:51:51 (23.7 KB/s) - Read error at byte 1446554/3960739
86 (Success). Giving up.
87
88 * failed: wget -N -- http://gpo.zugaina.org/eix_cache/eix-cache.tbz2
89
90
91 ------------------------------------------------------------------
92 and *ps* shows the following:
93
94 ps -ef |grep eix
95 portage 13839 1681 0 15:47 pts/1 00:00:00 /bin/sh
96 /usr/bin/eix-remote -K update
97 portage 13860 13839 0 15:47 pts/1 00:00:00 /bin/sh
98 /usr/bin/eix-remote -K update
99 portage 13861 13860 0 15:47 pts/1 00:00:00 wget -N --
100 http://gpo.zugaina.org/eix_cache/eix-cache.tbz2
101 root 14062 1702 0 15:50 pts/2 00:00:00 grep --color=auto eix

Replies

Subject Author
Re: [gentoo-user] downloading remote eix data file Andrew Savchenko <bircoph@g.o>