Discussion:
[cryptopp-users] Wiki is offline again, kindly do the needful.
Devendra Sci
2018-10-24 11:19:11 UTC
Permalink
this is what i get when i try to open a crypto++ wiki link:

Sorry! This site is experiencing technical difficulties.

Try waiting a few minutes and reloading.

(Cannot access the database: Connection refused (localhost))

Backtrace:

#0 /var/www/html/w/includes/libs/rdbms/loadbalancer/LoadBalancer.php(1028): Wikimedia\Rdbms\Database->reportConnectionError('Connection refu...')
#1 /var/www/html/w/includes/libs/rdbms/loadbalancer/LoadBalancer.php(670): Wikimedia\Rdbms\LoadBalancer->reportConnectionError()
#2 /var/www/html/w/includes/GlobalFunctions.php(2858): Wikimedia\Rdbms\LoadBalancer->getConnection(0, Array, false)
#3 /var/www/html/w/includes/cache/localisation/LCStoreDB.php(45): wfGetDB(-1)
#4 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(411): LCStoreDB->get('en', 'deps')
#5 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(457): LocalisationCache->isExpired('en')
#6 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(333): LocalisationCache->initLanguage('en')
#7 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(270): LocalisationCache->loadItem('en', 'namespaceNames')
#8 /var/www/html/w/languages/Language.php(471): LocalisationCache->getItem('en', 'namespaceNames')
#9 /var/www/html/w/languages/Language.php(674): Language->getNamespaces()
#10 /var/www/html/w/languages/Language.php(702): Language->getNamespaceIds()
#11 /var/www/html/w/includes/title/MediaWikiTitleCodec.php(320): Language->getNsIndex('User_guide')
#12 /var/www/html/w/includes/Title.php(3526): MediaWikiTitleCodec->splitTitleString('User_guide:_cry...', 0)
#13 /var/www/html/w/includes/Title.php(361): Title->secureAndSplit()
#14 /var/www/html/w/includes/MediaWiki.php(84): Title::newFromURL('User_guide:_cry...')
#15 /var/www/html/w/includes/MediaWiki.php(140): MediaWiki->parseTitle()
#16 /var/www/html/w/includes/MediaWiki.php(767): MediaWiki->getTitle()
#17 /var/www/html/w/includes/MediaWiki.php(523): MediaWiki->main()
#18 /var/www/html/w/index.php(43): MediaWiki->run()
#19 {main}
--
You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users.
---
You received this message because you are subscribed to the Google Groups "Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jeffrey Walton
2018-10-24 11:33:39 UTC
Permalink
Post by Devendra Sci
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Cannot access the database: Connection refused (localhost))
#0 /var/www/html/w/includes/libs/rdbms/loadbalancer/LoadBalancer.php(1028): Wikimedia\Rdbms\Database->reportConnectionError('Connection refu...')
#1 /var/www/html/w/includes/libs/rdbms/loadbalancer/LoadBalancer.php(670): Wikimedia\Rdbms\LoadBalancer->reportConnectionError()
#2 /var/www/html/w/includes/GlobalFunctions.php(2858): Wikimedia\Rdbms\LoadBalancer->getConnection(0, Array, false)
#3 /var/www/html/w/includes/cache/localisation/LCStoreDB.php(45): wfGetDB(-1)
#4 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(411): LCStoreDB->get('en', 'deps')
#5 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(457): LocalisationCache->isExpired('en')
#6 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(333): LocalisationCache->initLanguage('en')
#7 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(270): LocalisationCache->loadItem('en', 'namespaceNames')
#8 /var/www/html/w/languages/Language.php(471): LocalisationCache->getItem('en', 'namespaceNames')
#9 /var/www/html/w/languages/Language.php(674): Language->getNamespaces()
#10 /var/www/html/w/languages/Language.php(702): Language->getNamespaceIds()
#11 /var/www/html/w/includes/title/MediaWikiTitleCodec.php(320): Language->getNsIndex('User_guide')
#12 /var/www/html/w/includes/Title.php(3526): MediaWikiTitleCodec->splitTitleString('User_guide:_cry...', 0)
#13 /var/www/html/w/includes/Title.php(361): Title->secureAndSplit()
#14 /var/www/html/w/includes/MediaWiki.php(84): Title::newFromURL('User_guide:_cry...')
#15 /var/www/html/w/includes/MediaWiki.php(140): MediaWiki->parseTitle()
#16 /var/www/html/w/includes/MediaWiki.php(767): MediaWiki->getTitle()
#17 /var/www/html/w/includes/MediaWiki.php(523): MediaWiki->main()
#18 /var/www/html/w/index.php(43): MediaWiki->run()
#19 {main}
Sorry about that Devendra . I _think_ the problem is the same one - OOM
Kills. This time it is with the backup software that runs in the morning.

The problem now is, we don't get any messages. Both dmesg and /var/log are
empty.

The script to restart things every hour is still in place. Also see
https://github.com/weidai11/cryptopp/issues/720 .

Jeff
--
You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users.
---
You received this message because you are subscribed to the Google Groups "Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Devendra Sci
2018-10-24 11:54:17 UTC
Permalink
Thank you for your quick resolution Jeff. wiki is working now. :)
Post by Jeffrey Walton
Post by Devendra Sci
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Cannot access the database: Connection refused (localhost))
#0 /var/www/html/w/includes/libs/rdbms/loadbalancer/LoadBalancer.php(1028): Wikimedia\Rdbms\Database->reportConnectionError('Connection refu...')
#1 /var/www/html/w/includes/libs/rdbms/loadbalancer/LoadBalancer.php(670): Wikimedia\Rdbms\LoadBalancer->reportConnectionError()
#2 /var/www/html/w/includes/GlobalFunctions.php(2858): Wikimedia\Rdbms\LoadBalancer->getConnection(0, Array, false)
#3 /var/www/html/w/includes/cache/localisation/LCStoreDB.php(45): wfGetDB(-1)
#4 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(411): LCStoreDB->get('en', 'deps')
#5 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(457): LocalisationCache->isExpired('en')
#6 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(333): LocalisationCache->initLanguage('en')
#7 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(270): LocalisationCache->loadItem('en', 'namespaceNames')
#8 /var/www/html/w/languages/Language.php(471): LocalisationCache->getItem('en', 'namespaceNames')
#9 /var/www/html/w/languages/Language.php(674): Language->getNamespaces()
#10 /var/www/html/w/languages/Language.php(702): Language->getNamespaceIds()
#11 /var/www/html/w/includes/title/MediaWikiTitleCodec.php(320): Language->getNsIndex('User_guide')
#12 /var/www/html/w/includes/Title.php(3526): MediaWikiTitleCodec->splitTitleString('User_guide:_cry...', 0)
#13 /var/www/html/w/includes/Title.php(361): Title->secureAndSplit()
#14 /var/www/html/w/includes/MediaWiki.php(84): Title::newFromURL('User_guide:_cry...')
#15 /var/www/html/w/includes/MediaWiki.php(140): MediaWiki->parseTitle()
#16 /var/www/html/w/includes/MediaWiki.php(767): MediaWiki->getTitle()
#17 /var/www/html/w/includes/MediaWiki.php(523): MediaWiki->main()
#18 /var/www/html/w/index.php(43): MediaWiki->run()
#19 {main}
Sorry about that Devendra . I _think_ the problem is the same one - OOM
Kills. This time it is with the backup software that runs in the morning.
The problem now is, we don't get any messages. Both dmesg and /var/log are
empty.
The script to restart things every hour is still in place. Also see
https://github.com/weidai11/cryptopp/issues/720 .
Jeff
--
You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users.
---
You received this message because you are subscribed to the Google Groups "Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jeffrey Walton
2018-10-24 12:12:41 UTC
Permalink
Post by Devendra Sci
Thank you for your quick resolution Jeff. wiki is working now. :)
Post by Jeffrey Walton
Post by Devendra Sci
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Cannot access the database: Connection refused (localhost))
#0 /var/www/html/w/includes/libs/rdbms/loadbalancer/LoadBalancer.php(1028): Wikimedia\Rdbms\Database->reportConnectionError('Connection refu...')
#1 /var/www/html/w/includes/libs/rdbms/loadbalancer/LoadBalancer.php(670): Wikimedia\Rdbms\LoadBalancer->reportConnectionError()
#2 /var/www/html/w/includes/GlobalFunctions.php(2858): Wikimedia\Rdbms\LoadBalancer->getConnection(0, Array, false)
#3 /var/www/html/w/includes/cache/localisation/LCStoreDB.php(45): wfGetDB(-1)
#4 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(411): LCStoreDB->get('en', 'deps')
#5 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(457): LocalisationCache->isExpired('en')
#6 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(333): LocalisationCache->initLanguage('en')
#7 /var/www/html/w/includes/cache/localisation/LocalisationCache.php(270): LocalisationCache->loadItem('en', 'namespaceNames')
#8 /var/www/html/w/languages/Language.php(471): LocalisationCache->getItem('en', 'namespaceNames')
#9 /var/www/html/w/languages/Language.php(674): Language->getNamespaces()
#10 /var/www/html/w/languages/Language.php(702): Language->getNamespaceIds()
#11 /var/www/html/w/includes/title/MediaWikiTitleCodec.php(320): Language->getNsIndex('User_guide')
#12 /var/www/html/w/includes/Title.php(3526): MediaWikiTitleCodec->splitTitleString('User_guide:_cry...', 0)
#13 /var/www/html/w/includes/Title.php(361): Title->secureAndSplit()
#14 /var/www/html/w/includes/MediaWiki.php(84): Title::newFromURL('User_guide:_cry...')
#15 /var/www/html/w/includes/MediaWiki.php(140): MediaWiki->parseTitle()
#16 /var/www/html/w/includes/MediaWiki.php(767): MediaWiki->getTitle()
#17 /var/www/html/w/includes/MediaWiki.php(523): MediaWiki->main()
#18 /var/www/html/w/index.php(43): MediaWiki->run()
#19 {main}
Sorry about that Devendra . I _think_ the problem is the same one - OOM
Kills. This time it is with the backup software that runs in the morning.
The problem now is, we don't get any messages. Both dmesg and /var/log
are empty.
The script to restart things every hour is still in place. Also see
https://github.com/weidai11/cryptopp/issues/720 .
Yeah, but it will probably return until we get to the bottom of it. The
script will restart the MySQL service once an hour if needed so problems
will be transient.

I just updated the backup software called Duplicity. We were at duplicity
0.7.18, now we are at duplicity 0.7.18.2. Wait and see...

Jeff
--
You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users.
---
You received this message because you are subscribed to the Google Groups "Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...