
I'm getting fatal: read error: Connection reset by peer when I try git pull from git://git.haskell.org/ghc.git Works ok if I try http://git.haskell.org/ghc.git This happens from both Windows and Linux. Anyone know what is going on? Simon

On 2014-03-04 at 12:57:11 +0100, Simon Peyton Jones wrote:
I'm getting fatal: read error: Connection reset by peer
when I try git pull from git://git.haskell.org/ghc.git
Works ok if I try http://git.haskell.org/ghc.git This happens from both Windows and Linux. Anyone know what is going on?
Fixed! It was a problem on ghc.haskell.org with git-daemon processes getting stuck for some yet unknown reason (which I still need to investigate -- I've seen reports from other sites experiencing the same issue) Austin, do we have monitoring for the git:// TCP port in place? Cheers, hvr

Thank you! | -----Original Message----- | From: Herbert Valerio Riedel [mailto:hvriedel@gmail.com] | Sent: 04 March 2014 12:29 | To: Simon Peyton Jones | Cc: ghc-devs@haskell.org; Austin Seipp | Subject: Re: git.haskell.org misbehaving? | | On 2014-03-04 at 12:57:11 +0100, Simon Peyton Jones wrote: | > I'm getting | > fatal: read error: Connection reset by peer | > | > when I try git pull from | > git://git.haskell.org/ghc.git | > | > Works ok if I try | > http://git.haskell.org/ghc.git This happens from both | > Windows and Linux. | > Anyone know what is going on? | | Fixed! | | It was a problem on ghc.haskell.org with git-daemon processes getting | stuck for some yet unknown reason (which I still need to investigate -- | I've seen reports from other sites experiencing the same issue) | | Austin, do we have monitoring for the git:// TCP port in place? | | Cheers, | hvr
participants (2)
-
Herbert Valerio Riedel
-
Simon Peyton Jones