Recent

Author Topic: Lazarus wiki problems  (Read 7548 times)

af0815

  • Hero Member
  • *****
  • Posts: 1288
Lazarus wiki problems
« on: August 01, 2021, 10:12:48 pm »
Shows actual this often:

After some time its gone, and the normal Site is shown

EG: https://wiki.lazarus.freepascal.org/Debugger_Status#Data
----------------
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.

(Cannot access the database: Too many connections (localhost))

Backtrace:

#0 /srv/www/lazaruswiki/includes/libs/rdbms/loadbalancer/LoadBalancer.php(1140): Wikimedia\Rdbms\Database->reportConnectionError('Too many connec...')
#1 /srv/www/lazaruswiki/includes/libs/rdbms/loadbalancer/LoadBalancer.php(750): Wikimedia\Rdbms\LoadBalancer->reportConnectionError()
#2 /srv/www/lazaruswiki/includes/GlobalFunctions.php(2813): Wikimedia\Rdbms\LoadBalancer->getConnection(0, Array, false)
#3 /srv/www/lazaruswiki/extensions/bad-behavior/bad-behavior-mediawiki.php(79): wfGetDB(-2)
#4 /srv/www/lazaruswiki/extensions/bad-behavior/bad-behavior-mediawiki.php(142): bb2_db_query('CREATE TABLE IF...')
#5 /srv/www/lazaruswiki/extensions/bad-behavior/bad-behavior-mediawiki.php(168): bb2_install()
#6 /srv/www/lazaruswiki/includes/Setup.php(948): bb2_mediawiki_entry()
#7 /srv/www/lazaruswiki/includes/WebStart.php(88): require_once('/srv/www/lazaru...')
#8 /srv/www/lazaruswiki/index.php(39): require('/srv/www/lazaru...')
#9 {main}
regards
Andreas

Gustavo 'Gus' Carreno

  • Hero Member
  • *****
  • Posts: 1111
  • Professional amateur ;-P
Re: Lazarus wiki problems
« Reply #1 on: August 02, 2021, 12:34:55 am »
Hey af0815,

The symptoms you are describing are usually the effect of a DDoS attack.

I'm not gonna bet money on that, cuz it could be some other technical issue, but it's usually a DDoS attack that saturates all the resources.

But again, I could be utterly wrong and it could be something trivial that will go away, or will be corrected by the very awesome(We don't praise our BOFHs ever enough) Ops person in charge :)

Cheers,
Gus
Lazarus 3.99(main) FPC 3.3.1(main) Ubuntu 23.10 64b Dark Theme
Lazarus 3.0.0(stable) FPC 3.2.2(stable) Ubuntu 23.10 64b Dark Theme
http://github.com/gcarreno

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Lazarus wiki problems
« Reply #2 on: August 02, 2021, 12:43:01 am »
Possibly rabid indexing robots or ISPs refreshing their caches.

Gustavo 'Gus' Carreno

  • Hero Member
  • *****
  • Posts: 1111
  • Professional amateur ;-P
Re: Lazarus wiki problems
« Reply #3 on: August 02, 2021, 12:52:33 am »
Hey Trev,

Possibly rabid indexing robots or ISPs refreshing their caches.

rabid indexing robots ROTFL!!!! This one is brilliant!!!

Can I borrow it in the future?

Cheers,
Gus
Lazarus 3.99(main) FPC 3.3.1(main) Ubuntu 23.10 64b Dark Theme
Lazarus 3.0.0(stable) FPC 3.2.2(stable) Ubuntu 23.10 64b Dark Theme
http://github.com/gcarreno

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Re: Lazarus wiki problems
« Reply #4 on: August 02, 2021, 12:57:19 am »
I've had to deal with rabid indexing bots in the past (including Google who deny it until you have a face-to-face meeting with them and show them the logs).

Oh, feel free to borrow :)

Gustavo 'Gus' Carreno

  • Hero Member
  • *****
  • Posts: 1111
  • Professional amateur ;-P
Re: Lazarus wiki problems
« Reply #5 on: August 02, 2021, 01:11:36 am »
Hey Trev,

I've had to deal with rabid indexing bots in the past (including Google who deny it until you have a face-to-face meeting with them and show them the logs).

SHEEESH, that bad hun?!?! They do think a bit too much of themselves, don't they, LOL!!! :D

Oh, feel free to borrow :)

Thanks mate!!! ;)

Cheers,
Gus
Lazarus 3.99(main) FPC 3.3.1(main) Ubuntu 23.10 64b Dark Theme
Lazarus 3.0.0(stable) FPC 3.2.2(stable) Ubuntu 23.10 64b Dark Theme
http://github.com/gcarreno

PascalDragon

  • Hero Member
  • *****
  • Posts: 5446
  • Compiler Developer
Re: Lazarus wiki problems
« Reply #6 on: August 02, 2021, 09:00:31 am »
The symptoms you are describing are usually the effect of a DDoS attack.

Yes, it was a DDoS. We've adjusted some settings to improve the situation, but in the end one simply has to weather it (it's not the first we had to).

Maybe someone got annoyed with our switch to GitLab? :-X

Gustavo 'Gus' Carreno

  • Hero Member
  • *****
  • Posts: 1111
  • Professional amateur ;-P
Re: Lazarus wiki problems
« Reply #7 on: August 03, 2021, 02:23:30 am »
Hey PascalDragon,

Maybe someone got annoyed with our switch to GitLab? :-X

Annoyed??! Because of change?!?!?

How rude!!!  :D

Cheers,
Gus
Lazarus 3.99(main) FPC 3.3.1(main) Ubuntu 23.10 64b Dark Theme
Lazarus 3.0.0(stable) FPC 3.2.2(stable) Ubuntu 23.10 64b Dark Theme
http://github.com/gcarreno

dbannon

  • Hero Member
  • *****
  • Posts: 2786
    • tomboy-ng, a rewrite of the classic Tomboy
Re: Lazarus wiki problems
« Reply #8 on: August 03, 2021, 02:31:06 am »
Maybe someone got annoyed with our switch to GitLab? :-X

No, I think its probably the C++ community, they have just realized what a threat we are to C++

Davo
Lazarus 3, Linux (and reluctantly Win10/11, OSX Monterey)
My Project - https://github.com/tomboy-notes/tomboy-ng and my github - https://github.com/davidbannon

af0815

  • Hero Member
  • *****
  • Posts: 1288
Re: Lazarus wiki problems
« Reply #9 on: August 03, 2021, 02:40:22 pm »
Ok, 
for me the Server shows to much internal Infos in the backtrace.

my 2 cents

regards
Andreas

 

TinyPortal © 2005-2018