View previous topic :: View next topic |
Author |
Message |
tacs n00b
Joined: 08 Aug 2007 Posts: 5
|
Posted: Tue Oct 21, 2008 11:20 pm Post subject: Problema al hacer emerge --sync (Solucionado) |
|
|
Hola a todos,
Como dice el asunto tengo problemas al hacer emerge --sync
Code: |
# emerge --sync
>>> Starting rsync with rsync://91.186.30.235/gentoo-portage...
>>> Checking server timestamp ...
Welcome to boobie.gentoo.org
Server Address : 91.186.30.249
Contact Name : mirror-admin@gentoo.org
Hardware : 2 x Intel(R) Xeon(R) CPU 3050 @ 2.13GHz, 3960MB RAM
Please note: common gentoo-netiquette says you should not sync more
than once a day. Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.
MOTD autogenerated by update-rsync-motd on Tue Jun 17 09:09:37 UTC 2008
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.3]
>>> Retrying...
>>> Starting retry 1 of 3 with rsync://140.211.166.165/gentoo-portage
>>> Checking server timestamp ...
Welcome to raptor.gentoo.org
Server Address : 140.211.166.165
Contact Name : mirror-admin@gentoo.org
Hardware : 2 x Pentium III (Katmai), 2281MB RAM
Please note: common gentoo-netiquette says you should not sync more
than once a day. Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.
MOTD autogenerated by update-rsync-motd on Tue Oct 7 08:02:33 UTC 2008
receiving incremental file list
timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.3]
>>> Retrying...
>>> Starting retry 2 of 3 with rsync://134.68.220.74/gentoo-portage
>>> Checking server timestamp ...
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(635) [receiver=3.0.3]
>>> Retrying...
>>> Starting retry 3 of 3 with rsync://134.68.220.97/gentoo-portage
>>> Checking server timestamp ...
Welcome to hawk.gentoo.org
Server Address : 134.68.220.97
Contact Name : mirror-admin@gentoo.org
Hardware : 1 x Intel(R) Pentium(R) 4 CPU 2.40GHz, 2019MB RAM
Please note: common gentoo-netiquette says you should not sync more
than once a day. Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.
MOTD autogenerated by update-rsync-motd on Sun Mar 30 15:11:10 UTC 2008
receiving file list ... timed out
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.3]
>>> Exceeded PORTAGE_RSYNC_RETRIES: 3
|
no entiendo por que no recibe la lista
Saludos
Last edited by tacs on Fri Oct 24, 2008 1:28 pm; edited 1 time in total |
|
Back to top |
|
|
chakenio n00b
Joined: 30 Sep 2008 Posts: 53
|
Posted: Tue Oct 21, 2008 11:53 pm Post subject: Re: Problema al hacer emerge --sync |
|
|
Cuantas veces en el dia hiciste
emerge --sync
Porque dice que la conexion se cerro inesperadamente, y lo que a mi me da a entender, es que lo hiciste muchas veces en un dia, y te banearon, por eso cuando lo tratas de hacer de nuevo, no te deja...
Me guio solo por el log, saludos |
|
Back to top |
|
|
demostenes Tux's lil' helper
Joined: 09 Aug 2004 Posts: 125 Location: Zamora
|
Posted: Wed Oct 22, 2008 12:16 am Post subject: |
|
|
Prueba a poner otro mirror de rsync en tu make.conf (yo uso el siguiente)
Code: | SYNC ="rsync://rsync.es.gentoo.org/gentoo-portage" |
Por ejemplo, y si no consigues nada... _________________ Saludos de Demóstenes.
Nunca demasiado viejo para el rocanrol, y siempre demasiado joven para morir. |
|
Back to top |
|
|
tacs n00b
Joined: 08 Aug 2007 Posts: 5
|
Posted: Wed Oct 22, 2008 1:31 am Post subject: |
|
|
Gracias por responder.
Primero decir que ya me funciona agregando la linea en el make.conf, pero me queda la duda de por que no funcionaba ya que se supone que tiene una dirección del rsync por defecto y ya me había funcionado durante un par de meses y en otras instalaciones llevaba años sin la mencionada linea y ahora había fallado también.
pido disculpa por no dar toda la información necesaria, ya que era la primera vez que hacia el emerge --sync en el día y me había pasado lo mismo como hace tres días.
Saludos |
|
Back to top |
|
|
Stolz Moderator
Joined: 19 Oct 2003 Posts: 3028 Location: Hong Kong
|
Posted: Thu Oct 23, 2008 7:59 pm Post subject: |
|
|
tacs wrote: | me queda la duda de por que no funcionaba ya que se supone que tiene una dirección del rsync por defecto y ya me había funcionado durante un par de meses y en otras instalaciones llevaba años sin la mencionada linea y ahora había fallado también. |
A juzgar por
tacs wrote: | Code: |
receiving incremental file list
timed out |
|
parece que simplemente el servidor rsync que tenías configurado estaba caído o tenía problemas de red. Seguramente en un par de horas esté solucionado. |
|
Back to top |
|
|
tacs n00b
Joined: 08 Aug 2007 Posts: 5
|
Posted: Fri Oct 24, 2008 1:11 pm Post subject: |
|
|
hola !!
gracias a todos por responder.
Saludos |
|
Back to top |
|
|
sefirotsama l33t
Joined: 11 Apr 2006 Posts: 791 Location: sefirot@catalunya # cd ~
|
Posted: Fri Oct 24, 2008 1:20 pm Post subject: |
|
|
tacs wrote: | hola !!
gracias a todos por responder.
Saludos |
una vez solucionado deberías escribir (solucionado) al final del título del primer post para aclararnos a todos que el problema no persiste _________________ Linux User #415604
GnuPG Key: 185F CF01 0FEE D196 D076 65E2 E3EE 52E7 7AA5 4FEB
«Dios no juega a los dados, usa /dev/random.» |
|
Back to top |
|
|
tacs n00b
Joined: 08 Aug 2007 Posts: 5
|
Posted: Fri Oct 24, 2008 1:27 pm Post subject: |
|
|
jajajaj gracias de nuevo, estaba buscando si habia un boton o algo jejej
|
|
Back to top |
|
|
|