Wiki is down - Cannot access "configure graphics card" page

Are you folks aware that the Manjaro WIKI is down?

I need to access the Configure Graphics Card page to make hardware changes in my system.

https://wiki.manjaro.org/index.php/Configure_Graphics_Cards

The error message I get is:


Sorry! This site is experiencing technical difficulties.

Try waiting a few minutes and reloading.

(Cannot access the database)

Backtrace:

#0 /var/www/html/includes/libs/rdbms/loadbalancer/LoadBalancer.php(995): Wikimedia\Rdbms\LoadBalancer->reportConnectionError()
#1 /var/www/html/includes/libs/rdbms/loadbalancer/LoadBalancer.php(960): Wikimedia\Rdbms\LoadBalancer->getServerConnection(0, 'manjarowiki_fZ7...', 0)
#2 /var/www/html/includes/page/WikiPage.php(512): Wikimedia\Rdbms\LoadBalancer->getConnection(-1)
#3 /var/www/html/includes/page/WikiPage.php(655): WikiPage->loadPageData()
#4 /var/www/html/includes/page/WikiPage.php(729): WikiPage->exists()
#5 /var/www/html/includes/page/WikiPage.php(328): WikiPage->getContentModel()
#6 /var/www/html/includes/page/WikiPage.php(314): WikiPage->getContentHandler()
#7 /var/www/html/includes/page/Article.php(2400): WikiPage->getActionOverrides()
#8 /var/www/html/includes/actions/Action.php(119): Article->getActionOverrides()
#9 /var/www/html/includes/actions/Action.php(178): Action::factory('view', Object(Article), Object(RequestContext))
#10 /var/www/html/includes/MediaWiki.php(171): Action::getActionName(Object(RequestContext))
#11 /var/www/html/includes/MediaWiki.php(875): MediaWiki->getAction()
#12 /var/www/html/includes/MediaWiki.php(546): MediaWiki->main()
#13 /var/www/html/index.php(53): MediaWiki->run()
#14 /var/www/html/index.php(46): wfIndexMain()
#15 {main}

Mod edit: Added code formatting for better readability.

The Wiki does often go down — I think the last time was only two or three days ago. It usually only lasts for a few hours.

It’s a server-side issue, so please be patient and try again in a few hours. :wink:

2 Likes

The Manjaro Wiki is currently up, however it’s been a bit flaky in the last 24 hours. See Manjaro Status

@philm

BTW every time I check http://status.manjaro.org it states the server is up when in fact it is not.

Is there a better place to be reporting this other than this forum?

MediaWiki internal error.

Original exception: [a92d16cdc152d33651770f94] /index.php/Main_Page Wikimedia\Rdbms\DBQueryDisconnectedError: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

A connection error occurred during a query.
Query: SELECT slot_revision_id,slot_content_id,slot_origin,slot_role_id,content_size,content_sha1,content_address,content_model FROM `slots` JOIN `content` ON ((slot_content_id = content_id)) WHERE slot_revision_id = '53522'
Function: MediaWiki\Revision\RevisionStore::loadSlotRecords
Error: 2006 MySQL server has gone away (manjaro-wiki_database_1)

Backtrace:
from /var/www/html/includes/libs/rdbms/database/Database.php(1717)
#0 /var/www/html/includes/libs/rdbms/database/Database.php(1703): Wikimedia\Rdbms\Database->getQueryException(string, integer, string, string)
#1 /var/www/html/includes/libs/rdbms/database/Database.php(1678): Wikimedia\Rdbms\Database->getQueryExceptionAndLog(string, integer, string, string)
#2 /var/www/html/includes/libs/rdbms/database/Database.php(1244): Wikimedia\Rdbms\Database->reportQueryError(string, integer, string, string, boolean)
#3 /var/www/html/includes/libs/rdbms/database/Database.php(1929): Wikimedia\Rdbms\Database->query(string, string, integer)
#4 /var/www/html/includes/libs/rdbms/database/DBConnRef.php(68): Wikimedia\Rdbms\Database->select(array, array, array, string, array, array)
#5 /var/www/html/includes/libs/rdbms/database/DBConnRef.php(313): Wikimedia\Rdbms\DBConnRef->__call(string, array)
#6 /var/www/html/includes/Revision/RevisionStore.php(1390): Wikimedia\Rdbms\DBConnRef->select(array, array, array, string, array, array)
#7 /var/www/html/includes/Revision/RevisionStore.php(1518): MediaWiki\Revision\RevisionStore->loadSlotRecords(string, integer, Title)
#8 [internal function]: MediaWiki\Revision\RevisionStore->MediaWiki\Revision\{closure}()
#9 /var/www/html/includes/Revision/RevisionSlots.php(167): call_user_func(Closure)
#10 /var/www/html/includes/Revision/RevisionSlots.php(109): MediaWiki\Revision\RevisionSlots->getSlots()
#11 /var/www/html/includes/Revision/RevisionRecord.php(181): MediaWiki\Revision\RevisionSlots->getSlot(string)
#12 /var/www/html/includes/page/WikiPage.php(741): MediaWiki\Revision\RevisionRecord->getSlot(string, integer)
#13 /var/www/html/includes/libs/objectcache/wancache/WANObjectCache.php(1707): WikiPage->{closure}(boolean, integer, array, NULL, array)
#14 /var/www/html/includes/libs/objectcache/wancache/WANObjectCache.php(1539): WANObjectCache->fetchOrRegenerate(string, integer, Closure, array, array)
#15 /var/www/html/includes/page/WikiPage.php(755): WANObjectCache->getWithSetCallback(string, integer, Closure, array)
#16 /var/www/html/includes/page/WikiPage.php(328): WikiPage->getContentModel()
#17 /var/www/html/includes/page/WikiPage.php(314): WikiPage->getContentHandler()
#18 /var/www/html/includes/page/Article.php(2400): WikiPage->getActionOverrides()
#19 /var/www/html/includes/actions/Action.php(119): Article->getActionOverrides()
#20 /var/www/html/includes/actions/Action.php(178): Action::factory(string, Article, RequestContext)
#21 /var/www/html/includes/MediaWiki.php(171): Action::getActionName(RequestContext)
#22 /var/www/html/includes/MediaWiki.php(875): MediaWiki->getAction()
#23 /var/www/html/includes/MediaWiki.php(546): MediaWiki->main()
#24 /var/www/html/index.php(53): MediaWiki->run()
#25 /var/www/html/index.php(46): wfIndexMain()
#26 {main}

Exception caught inside exception handler: [a92d16cdc152d33651770f94] /index.php/Main_Page InvalidArgumentException: Missing lazy connection arguments.
Backtrace:
from /var/www/html/includes/libs/rdbms/database/DBConnRef.php(58)
#0 /var/www/html/includes/libs/rdbms/loadbalancer/LoadBalancer.php(1128): Wikimedia\Rdbms\DBConnRef->__construct(Wikimedia\Rdbms\LoadBalancer, boolean, integer)
#1 /var/www/html/includes/GlobalFunctions.php(2462): Wikimedia\Rdbms\LoadBalancer->getMaintenanceConnectionRef(integer, array, string)
#2 /var/www/html/includes/cache/localisation/LCStoreDB.php(56): wfGetDB(integer)
#3 /var/www/html/includes/cache/localisation/LocalisationCache.php(448): LCStoreDB->get(string, string)
#4 /var/www/html/includes/cache/localisation/LocalisationCache.php(494): LocalisationCache->isExpired(string)
#5 /var/www/html/includes/cache/localisation/LocalisationCache.php(413): LocalisationCache->initLanguage(string)
#6 /var/www/html/includes/cache/localisation/LocalisationCache.php(332): LocalisationCache->loadSubitem(string, string, string)
#7 /var/www/html/languages/Language.php(2652): LocalisationCache->getSubitem(string, string, string)
#8 /var/www/html/includes/cache/MessageCache.php(1052): Language->getMessage(string)
#9 /var/www/html/includes/cache/MessageCache.php(1010): MessageCache->getMessageForLang(LanguageEn, string, boolean, array)
#10 /var/www/html/includes/cache/MessageCache.php(952): MessageCache->getMessageFromFallbackChain(LanguageEn, string, boolean)
#11 /var/www/html/includes/language/Message.php(1377): MessageCache->get(string, boolean, LanguageEn)
#12 /var/www/html/includes/language/Message.php(895): Message->fetchMessage()
#13 /var/www/html/includes/language/Message.php(987): Message->format(string)
#14 /var/www/html/includes/OutputPage.php(944): Message->text()
#15 /var/www/html/includes/OutputPage.php(993): OutputPage->setHTMLTitle(Message)
#16 /var/www/html/includes/OutputPage.php(2670): OutputPage->setPageTitle(string)
#17 /var/www/html/includes/exception/MWExceptionRenderer.php(138): OutputPage->prepareErrorPage(string)
#18 /var/www/html/includes/exception/MWExceptionRenderer.php(66): MWExceptionRenderer::reportHTML(Wikimedia\Rdbms\DBQueryDisconnectedError)
#19 /var/www/html/includes/exception/MWExceptionHandler.php(106): MWExceptionRenderer::output(Wikimedia\Rdbms\DBQueryDisconnectedError, integer)
#20 /var/www/html/includes/exception/MWExceptionHandler.php(185): MWExceptionHandler::report(Wikimedia\Rdbms\DBQueryDisconnectedError)
#21 /var/www/html/includes/MediaWiki.php(565): MWExceptionHandler::handleException(Wikimedia\Rdbms\DBQueryDisconnectedError, string)
#22 /var/www/html/index.php(53): MediaWiki->run()
#23 /var/www/html/index.php(46): wfIndexMain()
#24 {main}

@Manjaro-Team
the wiki-server is down since one day now. isn’t it time to check what’s wrong or is the wiki finally down ?

:backhand_index_pointing_down:

https://forum.manjaro.org/t/wiki-manjaro-linux-wiki-unavailable/187726/4

The notice is clear enough on the Manjaro Wiki:

It seems some have a short memory – it has only been a matter of months since the Arch Linux site was targeted in much the same way; affecting infrastructure and the AUR, especially.

Please bear with us. :bear: :polar_bear: :teddy_bear: :wink:

4 Likes

IMHO the best solution to this would be to create a package with the wiki in it for offline use. It could be scripted to update every so often and likely reduce traffic to the online wiki and make DDOS attacks redundant (or almost).

Arch linux provides arch-wiki-docs, Manjaro could easily package a manjaro-wiki-docs separately or repackage the arch wiki docs to include the manjaro wiki and call it manjaro-arch-wiki-docs.

I’d be happy to help with this, but my health makes me unreliable so I’d need backup.

3 Likes

I could probably help there too. arch-wiki-docs looks a lot like something that has been cloned from the website.

1 Like

That’s how I understand it.

There is also arch-wiki-lite which is without HTML and can be viewed from the CLI.

I believe both are automatically generated on a regular basis these days.

Edit: Script is on github - same author as the packager.

1 Like

Manjaro Wiki – Configure Graphics Cards (archived 2026-03-07)

2 Likes

This was something I thought of only after I made this thread. But thank you for posting this for others. Especially since that particular page has not changed in a long while.

If the wiki was maintained, manjaro-wiki-docs could make sense.

And nicely integrated with manjaro-hello!

But I think the wiki is in temporary limbo with the re-org.

I was thinking the same thing.

Hopefully after the re-org it can be opened to more contributors.

1 Like

I’m back after a forced timeout (Internet device died… we had a wake)

Yes I think that too.

1 Like

The notice is clear enough on the Manjaro Wiki:

It seems some have a short memory – it has only been a matter of months since the Arch Linux site was targeted in much the same way; affecting infrastructure and the AUR, especially.

Please bear with us. :bear: :polar_bear: :teddy_bear: :wink:

This thread was created before that notice was posted; and my first post in this thread was moved here prior to any information about bot attacks on the wiki.

I don’t understand your comment in relation to the two comments you quoted before it. You seem to have taken them out of context. No one was complaining; we were discussing a future where the wiki is improved and more accessible and not so easily put offline.

The thread may have been created before the notice on the Wiki.

However, your post was one day ago; my re-post was in turn from two days ago – immediately before another post of yours, in which you even acknowledged that “DoDOS” has been mentioned.

My re-post was nonetheless a reminder that the Wiki wasn’t “in temporary limbo with the re-org” – indeed, that there is no “re-org” – only script kiddies with too much time on their hands.

Yes, I’ve noticed you seem to have some difficulty.