Hi Pablo,

On Wed, Mar 23, 2011 at 01:03:42AM +0100, Pablo Neira Ayuso wrote:

> openbsc$ git pull
> remote: Counting objects: 197, done.
> remote: Compressing objects: 100% (79/79), done.
> remote: Total 164 (delta 132), reused 104 (delta 85)
> fatal: The remote end hung up unexpectedly
> fatal: early EOF
> fatal: index-pack failed
> 
> Could you check what's wrong with this?

I've wasted about half a day on this yesterday, without any solution.

It seems like it is a race condition in the git server.  If you retry your pull
something like 5-10 times, it will succeed once.

I've tried with latest git.git on the server.  I've tried strace and ltrace
on git-daemon, which only got me as far as the daemon trying an fstat() after a
close() on fd 1, which will obviosuly fail with -EBADF.

I'm really at a loss here...

Regards,
        Harald
-- 
- Harald Welte <[email protected]>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)

Reply via email to