[racket-dev] drdrdown?

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Aug 28 18:13:28 EDT 2010

Do you have stdout and stderr redirected to some file so it can
complain if needed?  Do you have the recent git there?  (The smart
http client is new, so some things might have been fixed.)  You can
also try to switch it to something else -- like using the git
protocol (which should work fine for reads).


On Aug 28, Jay McCarthy wrote:
> Over the past few weeks, it has been stalling during the git fetch.
> The process tree looks like this:
> 
>  5907 ?        S      0:00      \_ /usr/bin/git fetch
> http://git.racket-lang.org/plt.git
>  5908 ?        S      0:00          \_ git-remote-http
> http://git.racket-lang.org/plt.git http://git.racket-lang.org/plt.git
>  5911 ?        S      0:00              \_ git fetch-pack
> --stateless-rpc --lock-pack --thin --no-progress
> http://git.racket-lang.org/plt.git  EAD
>  5912 ?        S      0:00                  \_ git fetch-pack
> --stateless-rpc --lock-pack --thin --no-progress
> http://git.racket-lang.org/plt.git  EAD
> 
> I'll have to spend some time debugging it on Monday. [If anyone knows
> why it would stop at that point, I'd like to know.]
> 
> This output might be from git:
> error: RPC failed; result=56, HTTP code = 200

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.