master
Joey Hess 2012-03-19 11:04:47 -04:00
parent 97b64fde14
commit 20a20f2f27
1 changed files with 7 additions and 0 deletions

View File

@ -7,3 +7,10 @@ UK, and vasks (aka alioth.debian.org) in the Netherlands,
with the same results. I can't update my clone from `origin`
either; for the moment I'm using the github mirror instead.
--[[smcv]]
> Strange.. The git-daemon was not running, but one child was running
> waiting on an upload-pack, but not accepting new connections. Nothing
> in the logs about what happened to the parent. The monitor that checks
> services are running was satisfied with the child.. I've made it
> restart if the parent pid is no longer running, which should avoid
> this problem in the future. --[[Joey]] [[done]]