git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problem with clone hanging
@ 2006-08-07 16:42 Bryan O'Sullivan
  2006-08-07 17:12 ` Erik Mouw
  0 siblings, 1 reply; 11+ messages in thread
From: Bryan O'Sullivan @ 2006-08-07 16:42 UTC (permalink / raw)
  To: git; +Cc: Tziporet Koren

I am trying to clone a repository as follows:

  git clone git://www.mellanox.co.il/~git/infiniband

This makes a tiny bit of progress, and then hangs, without ever printing
any output.

Upon doing an strace to figure out what might be going on, I see this:

     <...much activity...>
        28261 write(3, "0032want 8ba130df4b67fa40878ccf80d54615132d24bc68\n", 50) = 50
        28261 write(3, "0032want 7df8ea909888d4856d3aff1c41192739d715a393\n", 50) = 50
        28261 write(3, "0000", 4)               = 4
        28261 write(3, "0009done\n", 9)         = 9
        28261 read(3, "0008", 4)                = 4
        28261 read(3, "NAK\n", 4)               = 4
        28261 gettimeofday({1154968213, 166810}, NULL) = 0
        28261 open("/home/bos/git/ofed_1_1/.git/objects/pack/tmp-ZbzARk", O_RDWR|O_CREAT
        |O_EXCL, 0600) = 4
        28261 gettimeofday({1154968213, 167511}, NULL) = 0
        28261 read(3, ...
     <...HANG>

>From which I conclude that the server is telling the client to go away,
which the client is for some reason ignoring.

Not being a habitual git user, I don't know where to go from here.  I'm
using the latest git, cloned and built as of today.  Help!

	<b

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: Problem with clone hanging
@ 2006-08-07 18:57 Tziporet Koren
  2006-08-07 19:41 ` Michael S. Tsirkin
  2006-08-07 22:34 ` Bryan O'Sullivan
  0 siblings, 2 replies; 11+ messages in thread
From: Tziporet Koren @ 2006-08-07 18:57 UTC (permalink / raw)
  To: Bryan O'Sullivan, Erik Mouw; +Cc: git, Michael S. Tsirkin

OK we will upgrade our git installation (but it will be only tomorrow)
You are correct - we have not set HTTP interface. Really we wanted that
this git will be hosted by Sandia server but their system admin has not
yet set it up.

Meanwhile I can send you all sources in a tarball if you want.

Tziporet

-----Original Message-----
From: Bryan O'Sullivan [mailto:bos@serpentine.com] 
Sent: Monday, August 07, 2006 8:22 PM
To: Erik Mouw
Cc: git@vger.kernel.org; Tziporet Koren
Subject: Re: Problem with clone hanging

On Mon, 2006-08-07 at 19:12 +0200, Erik Mouw wrote:

> Looks like the same problem that kernel.org used to have. The other
> side probably runs git-1.4.0, they should upgrade to 1.4.1.

OK, thanks for the helpful response.

>  In the mean
> time, you could clone using http and later on switch to git transport.

It seems like Mellanox doesn't publish that repository over HTTP, so I'm
stuck.  Tziporet, can you upgrade your git installation, please?

	<b

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-08-07 22:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07 16:42 Problem with clone hanging Bryan O'Sullivan
2006-08-07 17:12 ` Erik Mouw
2006-08-07 17:21   ` Bryan O'Sullivan
2006-08-07 17:52     ` Sergey Vlasov
2006-08-07 18:23       ` Bryan O'Sullivan
2006-08-07 18:32         ` Sergey Vlasov
2006-08-07 20:05           ` Michael S. Tsirkin
2006-08-07 22:26           ` Bryan O'Sullivan
  -- strict thread matches above, loose matches on Subject: below --
2006-08-07 18:57 Tziporet Koren
2006-08-07 19:41 ` Michael S. Tsirkin
2006-08-07 22:34 ` Bryan O'Sullivan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).