Re: Anubis check stuck?

Mark Wielaard <[email protected]>
Newsgroups gmane.comp.gcc.devel
Message-ID <[email protected]>
Hi Mikael,

On Thu, Aug 06, 2026 at 09:38:39PM +0200, Mikael Morin wrote:
> I have been seeing the 429 error recently using unauthenticated git
> (command line, not any web page frontend) from the compile farm
> machines.  Is it possible to whitelist the machines or is the
> preferred way to use git+ssh or some other authentication mechanism?

Those are certainly ip addresses" we should make sure aren't throttled
by default. Do you happen to know if there is an official list of
addresses?

The following might work, but isn't very efficient:

for i in `seq 450`; do host cfarm$i.cfarm.net; done \
 | grep address | awk 'NF>1{print $NF}' 2>/dev/null | sort -u

Thanks,

Mark
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.