Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250918195702.GX1827@brightrain.aerifal.cx>
Date: Thu, 18 Sep 2025 15:57:02 -0400
From: Rich Felker <dalias@...c.org>
To: Drew Brown <drewbr@...gle.com>
Cc: musl@...ts.openwall.com
Subject: Re: git server protocol support

On Thu, Sep 18, 2025 at 01:13:14PM -0600, Drew Brown wrote:
> Hi there,
> 
> Has there recently been a change to your git server and support for the
> git:// protocol?
> 
> I was trying to clone https://github.com/NVIDIA/enroot which lists musl as
> a submodule via git://git.musl-libc.org/musl.  That recursive submodule
> init failed, but if I change it to https://git.musl-libc.org/git/musl, then
> it succeeds.
> 
> The same is true for direct git clones of those URLs.  The git:// URL
> fails with:
> 
> fatal: unable to connect to git.musl-libc.org:
> git.musl-libc.org[0: 45.63.0.111]: errno=Connection refused
> git.musl-libc.org[1: 2001:19f0:4009:4061:5400:ff:fe11:6da2]: errno=Network
> is unreachable
> 
> It doesn't look like a firewall issue on my end, but I'd like to rule out
> any issues on your end if something has changed (intentionally or
> inadvertently.)
> 
> Please cc me on any responses as I am not currently subscribed to the
> mailing list.
> 
> Thanks!

It should be back up. We were dealing with some likely LLM-perpetrated
DDoS earlier (large number of parallel git-protocol clones as well as
parallel https queries from a concentrated pool of source addresses)
today and it looks like I accidentally took out the main git-daemon
process when I was killing them and it didn't get restarted right.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.