On Monday 09 March 2009 18:47:00 Johan Sørensen wrote:
> On Mon, Mar 9, 2009 at 12:16 PM, Martin Pettersson <[email protected]>
wrote:
> > Hi Johan
> > Thanks for answering.
> >
> > The version is:
> > mar...@matacilt ~ $ git --version
> > git version 1.6.0.1
> >
> > The transmission is also extremely slow...
> >
> > mar...@matacilt ~ $ git clone git://gitorious.org/gitorious/mainline.git
> > Initialized empty Git repository in /home/martin/mainline/.git/
> > remote: Counting objects: 19098, done.
> > remote: Compressing objects: 100% (8688/8688), done.
> > Receiving objects: 6% (1176/19098), 827.99 KiB | 3 KiB/s
> >
> > and then it drops...
> >
> > mar...@matacilt ~ $ git --version
> > git version 1.6.0.1
> > mar...@matacilt ~ $ git clone git://gitorious.org/gitorious/mainline.git
> > Initialized empty Git repository in /home/martin/mainline/.git/
> > remote: Counting objects: 19098, done.
> > remote: Compressing objects: 100% (8688/8688), done.
> > fatal: The remote end hung up unexpectedly MiB | 1 KiB/s
> > fatal: early EOF
> > fatal: index-pack failed
> > mar...@matacilt ~ $
> >
> > I don't have any other problems with the internet so this is a strange
> > one...
>
> Bizarre indeed, you're the first one to report something like this. Do
> you have general connection issues against gitorious.org (eg try a
> traceroute to gitorious.org)?
>
> Do you get the same on smaller repositories
> (git://gitorious.org/stomp/mainline.git for instance is ~248K)?
>
> What if you try on this port instead?
> git clone git://gitorious.org:9419/gitorious/mainline.git
> (I'll only keep this running for a day or two, just trying to figure
> out what causes this)
>
> > Thanks and best regards
> > Martin
>
> JS
>
>
Hi
The git clone git://gitorious.org:9419/gitorious/mainline.git works like
charm.
The smaller repo works but it is transferring slowly. I think it would have
the same problem but it just doesn't take enough time to get into real
problems :)
traceroute is behaving weird, first time it does like this:
mar...@matacilt ~ $ sudo traceroute gitorious.org
traceroute to gitorious.org (67.207.146.32), 30 hops max, 60 byte packets
1 . (192.168.0.100) 5.003 ms 8.062 ms 17.282 ms
2 ppp-124-120-236-1.revip2.asianet.co.th (124.120.236.1) 25.192 ms 27.650
ms 31.821 ms
3 ppp-210-86-189-71.revip.asianet.co.th (210.86.189.71) 33.963 ms 35.954
ms 37.728 ms
4 10.169.71.1 (10.169.71.1) 48.769 ms 54.293 ms 60.807 ms
5 58-97-25-102.static.asianet.co.th (58.97.25.102) 49.976 ms * *
6 * * *
7 * * *
and then starts all the way to 30...
subsequent ones:
mar...@matacilt ~ $ sudo traceroute gitorious.org
traceroute to gitorious.org (67.207.146.32), 30 hops max, 60 byte packets
1 . (192.168.0.100) 5.405 ms 7.977 ms 9.556 ms
2 * * *
3 * * *
4 * * *
but if I wait for a while then it becomes the same as the first one...
I'm not experienced enough to clearly see what is happening but it
whatever domain I try to traceroute to I always get stars after 5 hops...
Thanks for all help
Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---