[fpc-devel] [Lazarus] Lazarus server under DDOS
Michalis Kamburelis
michalis.kambi at gmail.com
Tue Oct 1 17:15:11 CEST 2024
Note:
As a consequence, the GitHub Action
https://github.com/gcarreno/setup-lazarus also fails now. Trying to
use it to install FPC+Lazarus results in an error
Error: getPackageList -- Request timeout: /packagelist.json
in GitHub Action workflow output. I guess because the action downloads
https://packages.lazarus-ide.org/packagelist.json . Which, while it
works in the normal browser (like Firefox) (with a considerable
delay), but e.g. "wget" (with default timeouts) fails:
$ wget https://packages.lazarus-ide.org/packagelist.json
--2024-10-01 17:09:44-- https://packages.lazarus-ide.org/packagelist.json
Resolving packages.lazarus-ide.org (packages.lazarus-ide.org)...
37.97.187.115, 2a01:7c8:aac1:2f0::1
Connecting to packages.lazarus-ide.org
(packages.lazarus-ide.org)|37.97.187.115|:443... failed: Connection
timed out.
Connecting to packages.lazarus-ide.org
(packages.lazarus-ide.org)|2a01:7c8:aac1:2f0::1|:443... failed:
Network is unreachable.
( I understand this, I mean I'm writing above as just "FYI" for people
who may be using https://github.com/gcarreno/setup-lazarus , like
Castle Game Engine actions do. I was surprised today to see our GitHub
Actions fail, but this explains it. I'm not "demanding" any action,
sure you need to put limits to protect from DDOS. I'm just making a
note to eventually relax these limits to at least enable the above
wget again. )
Regards,
Michalis
wt., 1 paź 2024 o 11:00 Marc Weustink via lazarus
<lazarus at lists.lazarus-ide.org> napisał(a):
>
> Hi,
> The Lazarus server is currently under heavy DDOS. This affects the
> Lazarus main site, the Lazarus packages, the Lazarus mailing list
> archives and the Lazarus+Freepascal forum.
> I've enabled a rate limiter so the sites should be available again (in
> the first few seconds it was active, it blocked 10k connection attempts)
> but it might have some side effects using the forum.
> I hope it gets over soon.
>
> Marc
> --
> _______________________________________________
> lazarus mailing list
> lazarus at lists.lazarus-ide.org
> https://lists.lazarus-ide.org/listinfo/lazarus
More information about the fpc-devel
mailing list