All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bryan O'Sullivan <bos@serpentine.com>
To: git@vger.kernel.org
Cc: Tziporet Koren <tziporet@mellanox.co.il>
Subject: Problem with clone hanging
Date: Mon, 07 Aug 2006 09:42:22 -0700	[thread overview]
Message-ID: <1154968942.26375.23.camel@sardonyx> (raw)

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

             reply	other threads:[~2006-08-07 16:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-07 16:42 Bryan O'Sullivan [this message]
2006-08-07 17:12 ` Problem with clone hanging 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1154968942.26375.23.camel@sardonyx \
    --to=bos@serpentine.com \
    --cc=git@vger.kernel.org \
    --cc=tziporet@mellanox.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.