Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Re: cvs server not reachable?

Re: cvs server not reachable?

From: roland <for_spam_at_gmx.de>
Date: Thu, 10 Jul 2003 19:58:34 +0200

psssst,
you didn`t get that script from me(see below), because so. could interpret this as a denial of service attack :D
(this "hammering to cvs" even worses the problem, but perhaps sourceforge one day gets aware of the problems
because all people begin "hammering" on sf`s damn unavailable free cvs service :D )

> a traceroute shows Im not getting through to it.
seems to be some packet filtering or firewalling there, because
- pinging works for me
- traceroute doesn`t work from every source (for me) - from my windows box i get "trough", from my linux box
  (other provider) i don`t get an answer....
- Connection reset by peer means, that the remote site send a TCP "RST" packet. this could be because of
  heavy load on the destination system(s),so it (or a loadbalance in front) won`t let you initiate a tcp connection.
  sourceforge doesn`t seem to work hard on this issue, because i get this for weeks now..... SOOOOOUUUUUUUURCEFOOOOORGE -
  Please fix that ! perhaps we can move to similar services like bitkeeper or sourcecast otherwise ? :D

regards
roland


$ cat rb-update.sh
#!/bin/bash

for i in apps docs firmware gdb tools uisimulator
do
echo "i'm updating $i"
status=1;
 while [ "${status}" != 0 ] ; do
  cvs -z3 -d:pserver:anonymous_at_cvs.rockbox.sourceforge.net:/cvsroot/rockbox update $i
  status="$?"
  sleep X; <--- Replace X by any number of seconds you think you can account towards sourceforge :D
 done (pardon - is "account towards" correct english? english isn`t my native language)
done





----- Original Message -----
From: "svante t" <svante_at_demonbox.com>
To: <rockbox_at_cool.haxx.se>
Sent: Thursday, July 10, 2003 6:11 PM
Subject: cvs server not reachable?


> Excuse this question,
> it might be really stupid.
>
> Im having trouble reaching the cvs server.
> I get this response:
>
> cvs [update aborted]: recv() from server cvs.rockbox.sourceforge.net:
> Connection reset by peer
>
> a traceroute shows Im not getting through to it.
>
> Anyone else has the same problem, or am I doing something wrong? Is
> there mirrors?
>
> /Svante
>
Received on 2003-07-10

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy