Hello Arnold,
On 05/12/2016 08:17 AM, Aharon Robbins wrote:
Hi. I got a report that cloning the gawk repo via non-ssh isn't working.
This seems to be a general problem:
Thanks for the report.
I can confirm cloning via git:// from vcs.sv.gnu.org does not work,
it seems 'vcs' is overloaded with git-daemons, and therefor immediately rejects
new connections.
vcs:~# ps ax -ocmd | grep git | sort | uniq -c
100 /usr/lib/git-core/git-daemon --inetd --enable=receive-pack --export-all
--base-path=/srv/git /srv/git
90 git upload-pack --strict --timeout=0 .
1 git upload-pack /srv/git/gnulib
4 git upload-pack /srv/git/guix.git
90 git-upload-pack --strict --timeout=0 .
1 git-upload-pack /srv/git/gnulib
4 git-upload-pack /srv/git/guix.git
1 grep git
100 timeout --signal=SIGKILL 480m /usr/lib/git-core/git-daemon --inetd
--enable=receive-pack --export-all --base-path=/srv/git /srv/git
Hope to have this fixed soon.
regards,
- assaf