Gentoo Archives: gentoo-user-br

From: Thiago Nunes <milesimatentativa@×××××.com>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] emerge --sync
Date: Mon, 16 Jul 2007 08:20:37
Message-Id: 8332953c0707160120p70408b2s4be9a317e9a7409@mail.gmail.com
In Reply to: [gentoo-user-br] emerge --sync by Marcial Vieira
1 2007/7/13, Marcial Vieira <gentoolinux@×××××××××.br>:
2 > Não estou conseguindo mas fazer um emerge --sync, alguém sabe o que pode
3 > estar acontecendo?
4
5 Pode ser rede.
6
7 > Isso começou há uns 3 dias.
8 >
9 > alonewolf ~ # emerge --sync
10 > >>> Starting rsync with rsync://209.177.148.226/gentoo-portage...
11 > >>> Checking server timestamp ...
12 > Welcome to cockatoo.gentoo.org
13 >
14 > Server Address : 209.117.148.226
15 > Contact Name : mirror-admin@g.o
16 >
17 >
18 > Please note: common gentoo-netiquette says you should not sync more
19 > than once a day. Users who abuse the rsync.gentoo.org rotation
20 > may be added to a temporary ban list.
21 >
22 >
23 > MOTD brought to you by motd-o-matic, version 0.3
24 >
25 > timed out
26 > rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
27 > rsync.c(276) [receiver=2.6.9]
28 > >>> Retrying...
29 >
30 >
31 > >>> Starting retry 1 of 3 with rsync://134.68.220.97/gentoo-portage
32 > >>> Checking server timestamp ...
33 > Welcome to hawk.gentoo.org
34 >
35 > Server Address : 134.68.220.97
36 > Contact Name : mirror-admin@g.o
37 > Hardware : 1 x Intel(R) Pentium(R) 4 CPU 2.40GHz, 2176MB RAM
38 >
39 >
40 > Please note: common gentoo-netiquette says you should not sync more
41 > than once a day. Users who abuse the rsync.gentoo.org rotation
42 > may be added to a temporary ban list.
43 >
44 >
45 > MOTD brought to you by motd-o-matic, version 0.3
46 >
47 > timed out
48 > rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
49 > rsync.c(276) [receiver=2.6.9]
50 > >>> Retrying...
51 >
52 >
53 > >>> Starting retry 2 of 3 with rsync://134.68.220.74/gentoo-portage
54 > >>> Checking server timestamp ...
55 > Welcome to crane.gentoo.org
56 >
57 > Server Address : 134.68.220.74
58 > Contact Name : mirror-admin@g.o
59 > Hardware : 2 x Intel(R) Xeon(TM) CPU 1700MHz, 2176MB RAM
60 >
61 >
62 > Please note: common gentoo-netiquette says you should not sync more
63 > than once a day. Users who abuse the rsync.gentoo.org rotation
64 > may be added to a temporary ban list.
65 >
66 >
67 > MOTD brought to you by motd-o-matic, version 0.3
68 >
69 > timed out
70 > rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
71 > rsync.c(276) [receiver=2.6.9]
72 > >>> Retrying...
73 >
74 >
75 > >>> Starting retry 3 of 3 with rsync://134.68.220.73/gentoo-portage
76 > >>> Checking server timestamp ...
77 > timed out
78 > rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
79 > rsync.c(276) [receiver=2.6.9]
80 >
81 > !!! Rsync has not successfully finished. It is recommended that you keep
82 > !!! trying or that you use the 'emerge-webrsync' option if you are
83 > unable
84 > !!! to use rsync due to firewall or other restrictions. This should be a
85 > !!! temporary problem unless complications exist with your network
86 > !!! (and possibly your system's filesystem) configuration.
87
88 Instale um nmap aí e faça uns testes. É só rodar "nmap -p 873 <nome do
89 servidor>".
90
91 Eu testei o cockatoo.gentoo.org e o hawk.gentoo.org e deu como
92 filtrado, ou seja, não houve resposta do servidor.
93
94 Entretetando os testes para o crane.gentoo.org e para esse
95 134.68.220.73 que não teve o ip nomeado deram como porta aberta, ou
96 seja, é pra ta funcionando. Pode ser que uma parte da infrestutura de
97 mirors de rsync do gentoo esteja com problemas.
98
99 Além disso não acredito que você esteja numa lista de "usuários"
100 bloqueados, senão provavelmente você receberia uma mensagem dizendo
101 isso pra você, ao invés de simplesmente ser ignorado e ainda ficar
102 coriando tentando fazer o rsync. Mas eu nunca ví o que acontece quando
103 um "usuário" incluido nessa lista de banidos tenta fazer rsync, então
104 estou apenas conjecturando.
105
106 Imagino que o conteúdo da sua variável SYNC no make.conf seja
107 rsync.gentoo.org ou essa variável nem está definida no make.conf.
108 Tente usar o mirror de rsync da unicamp, no caso, o oficial da américa
109 do sul. Ele não tem esse aviso de inclusição na lista de banidos em
110 caso de abuso, acredito que se não tem o anúncio não deve fazer a
111 checagem também. Então, para você usar esse mirror sua variável SYNC
112 fica assim:
113 SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
114
115 De qualquer forma, como a própria mensagem do emerge sujere, tem o
116 emerge-webrsync.
117
118 Se sua banda de rede for meio apertada você pode experimentar o
119 emerge-delta-webrsync. Aqui o link ensinando a instalar ele:
120 http://gentoo-wiki.com/TIP_Gentoo_for_dialup_users#emerge-delta-webrsync
121
122 --
123 thiago
124 --
125 gentoo-user-br@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-br] emerge --sync Marcial Vieira <gentoolinux@×××××××××.br>