[00:00:51] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA1lT [00:00:52] [02miraheze/mw-config] 07paladox 03ac8bf51 - Switch more over to centralauth new db mhglobal [00:02:18] !log drop database centralauth has been moved to a new db (again part 2) [00:02:22] Logged the message at https://meta.miraheze.org/wiki/Tech:Server_admin_log, Master [00:03:10] PROBLEM - misc3 Puppet on misc3 is CRITICAL: CRITICAL: Catalog fetch fail. Either compilation failed or puppetmaster has issues [00:03:44] PROBLEM - ns1 Puppet on ns1 is CRITICAL: CRITICAL: Catalog fetch fail. Either compilation failed or puppetmaster has issues [00:08:04] RECOVERY - test1 Puppet on test1 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [00:08:52] paladox, someone is reporting a dbquery error when attempting to request a wiki [00:08:58] oh [00:09:00] meh [00:09:02] * paladox looks [00:11:10] RECOVERY - misc3 Puppet on misc3 is OK: OK: Puppet is currently enabled, last run 34 seconds ago with 0 failures [00:11:44] RECOVERY - ns1 Puppet on ns1 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [00:13:05] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA1ll [00:13:07] [02miraheze/CreateWiki] 07paladox 03da96cc2 - Fix CreateWikiDBListGenerator to use $wgCreateWikiDatabase [00:13:27] GethN7 hi, we are aware and working on a fix! [00:13:48] we apologise! [00:14:59] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA1l0 [00:15:00] [02miraheze/CreateWiki] 07paladox 0361dc883 - fix [00:15:31] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA1lu [00:15:33] [02miraheze/mediawiki] 07paladox 03fa86741 - Update CW [00:17:35] GethN7 try again1 [00:17:39] *again! [00:18:30] !log drop table logging on metawiki; [00:18:34] Logged the message at https://meta.miraheze.org/wiki/Tech:Server_admin_log, Master [00:18:36] :) [00:19:32] "drop table logging on metawiki" [00:19:33] uh [00:19:37] that doesn't sound good [00:19:59] JohnLewis i saved a backup in logging.sql in case [00:20:01] you've broken logs on metawiki [00:20:05] JohnLewis ? [00:20:13] because you've drop the LOG table [00:20:22] oh [00:20:23] crap [00:20:23] that logs everything [00:20:32] JohnLewis well it was failing before with: [00:20:40] yes [00:20:44] Error: 1146 Table 'mhglobal.logging' doesn't exist [00:20:54] because mhglobal isn't a mediawiki wiki [00:21:13] it's trying to log to the global storage db [00:21:28] ok well im confused why it's using mhglobal [00:22:04] for logging [00:22:45] https://github.com/miraheze/ManageWiki/blob/master/includes/SpecialManageWiki.php#L23 breaks global on metawiki anyway ig [00:22:46] Title: [ ManageWiki/SpecialManageWiki.php at master · miraheze/ManageWiki · GitHub ] - github.com [00:24:04] https://github.com/miraheze/ManageWiki/blob/master/includes/SpecialManageWiki.php#L321 [00:24:05] Title: [ ManageWiki/SpecialManageWiki.php at master · miraheze/ManageWiki · GitHub ] - github.com [00:24:10] ok [00:24:17] JohnLewis i will let you fix that :) [00:24:18] isn't resetting the connection to the $wiki it seems [00:24:22] it's an easy fix [00:24:31] introduce $wgManageWikiGlobalWiki config [00:24:40] JohnLewis {{sodoit}} :D [00:24:52] please stop pushing every fix on to me esp when I'm debugging other code [00:25:06] esp more so when it's an easy fix and I tell you what it is [00:25:27] ok [00:26:03] plus, you break it, you fix it ;) [00:26:05] JohnLewis what do i do with $wgManageWikiGlobalWiki? (sorry for the stupid questions) [00:26:10] JohnLewis i didn't break it [00:26:19] it's your code :P [00:26:21] really? it was working 10 minutes ago :D [00:26:23] uh nope [00:26:27] this is SPF's actually [00:26:30] oh [00:26:42] now onto $wgManageWikiGlobalWiki [00:26:58] and in the I link, replace $wgCreateWikiDatabase with $wgManageWikiGlobalWiki [00:27:00] do i change $wgCreateWikiDatabase to wgManageWikiGlobalWiki [00:27:03] ah ok [00:27:34] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA1lF [00:27:35] [02miraheze/ManageWiki] 07paladox 03f425d79 - Introduce new wgManageWikiGlobalWiki config [00:27:37] [02ManageWiki] 07paladox created branch 03paladox-patch-1 - 13https://git.io/vpSns [00:27:39] [02ManageWiki] 07paladox opened pull request 03#26: Introduce new wgManageWikiGlobalWiki config - 13https://git.io/fA1lb [00:27:40] GethN7: if it's loading external resources, it won't [00:28:32] we can do exceptions if the site looks safe. [00:28:35] miraheze/ManageWiki/paladox-patch-1/f425d79 - paladox The build passed. https://travis-ci.org/miraheze/ManageWiki/builds/429113675 [00:28:52] we can but we really shouldn't be [00:29:10] larger headers increase TTFB [00:29:22] which slows down connections esp on mobile and so on [00:29:41] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA1lx [00:29:43] [02miraheze/ManageWiki] 07paladox 0342a774b - Update extension.json [00:29:44] [02ManageWiki] 07paladox synchronize pull request 03#26: Introduce new wgManageWikiGlobalWiki config - 13https://git.io/fA1lb [00:30:17] JohnLewis please review ^^ [00:30:29] yeah it's fine [00:30:38] GethN7: no but the HTTP headers will [00:30:50] paladox: fun fact, https://github.com/miraheze/ManageWiki/commit/a8627e95d47eaeaf9f420f4459ffde82d0ce1929#diff-ef32f2a18f1fd51247cbaab39dcde592 this isn't the first time we're doing this :P [00:30:51] Title: [ Introduce GlobalWiki into ManageWiki · miraheze/ManageWiki@a8627e9 · GitHub ] - github.com [00:31:04] JohnLewis LOL LOl [00:31:20] [02ManageWiki] 07paladox closed pull request 03#26: Introduce new wgManageWikiGlobalWiki config - 13https://git.io/fA1lb [00:31:22] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/fA18e [00:31:23] [02miraheze/ManageWiki] 07paladox 035373c3d - Introduce new wgManageWikiGlobalWiki config (#26) * Introduce new wgManageWikiGlobalWiki config * Update extension.json [00:31:25] [02ManageWiki] 07paladox deleted branch 03paladox-patch-1 - 13https://git.io/vpSns [00:31:26] [02miraheze/ManageWiki] 07paladox deleted branch 03paladox-patch-1 [00:32:13] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA18T [00:32:14] [02miraheze/mw-config] 07paladox 03983ef54 - Set wgManageWikiGlobalWiki to metawiki [00:32:44] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA18k [00:32:46] [02miraheze/mediawiki] 07paladox 035750b7b - update mw [00:33:36] not really because then things break :) [00:33:41] it's not an issue [00:33:51] it's just regarding paladox saying we can add stuff if its safe [00:34:13] ok [00:34:16] we should only be adding stuff if absolutely necessary (this kinda falls into this category because if it's not added, it doesn't work, simples) [00:34:27] paladox, here's another one https://meta.miraheze.org/wiki/Special:RequestWikiQueue [00:34:28] Title: [ Database error - Miraheze Meta ] - meta.miraheze.org [00:34:37] meh [00:34:40] * paladox loks [00:34:41] looks [00:34:46] grr [00:34:57] CW is so built on local databases it seems [00:35:10] Error: 1146 Table 'metawiki.cw_requests' doesn't exist [00:35:15] guess it might be a good thing we're fixing this now [00:35:24] I did also kinda say we shouldn't have moves cw_requests and cw_comments [00:35:29] Function: IndexPager::buildQueryInfo (RequestWikiQueuePager) [00:35:30] because they're local to a wiki only [00:36:34] paladox: https://github.com/miraheze/WikiDiscover/blob/master/includes/WikiDiscoverWikisPager.php#L7 [00:36:35] Title: [ WikiDiscover/WikiDiscoverWikisPager.php at master · miraheze/WikiDiscover · GitHub ] - github.com [00:36:57] ok [00:37:02] JohnLewis it should be using wgCreateWikiDatabase? [00:37:58] ig it should? [00:38:14] GethN7: yeah sure [00:38:41] JohnLewis yes [00:38:46] but seems it is not.... [00:38:56] well... [00:38:56] JohnLewis could it be https://github.com/miraheze/WikiDiscover/blob/master/includes/WikiDiscoverWikisPager.php#L17 ? [00:38:57] yes [00:38:57] Title: [ WikiDiscover/WikiDiscoverWikisPager.php at master · miraheze/WikiDiscover · GitHub ] - github.com [00:39:01] uh... [00:39:07] ?? WikiDiscover works fine ?? [00:39:13] I linked you a solution in WikiDiscover [00:39:49] though the WD solution inside is kinda complicated. Could use wfGetDB() instead of MWS load balancer [00:40:03] ok [00:40:19] JohnLewis the query is "Query: SELECT cw_id,cw_timestamp,cw_user,cw_sitename,cw_private,cw_comment,cw_status,user_name FROM `cw_requests`,`user` WHERE (user_id = cw_user) ORDER BY cw_timestamp DESC LIMIT 51 " [00:40:39] bah [00:40:45] WHERE (user_id [00:40:48] Function: SpecialRequestWiki::onSubmit [00:40:54] cw_requests and cw_comments must be local then [00:41:00] hmm [00:41:01] as they're dependent on local references [00:41:22] ah [00:41:23] yeh [00:41:24] https://github.com/miraheze/CreateWiki/blob/65622a07558ee53b2bfe8c17133ddc90feb1030d/includes/RequestWiki/SpecialRequestWikiQueue.php#L74 [00:41:25] Title: [ CreateWiki/SpecialRequestWikiQueue.php at 65622a07558ee53b2bfe8c17133ddc90feb1030d · miraheze/CreateWiki · GitHub ] - github.com [00:41:25] JohnLewis ^^ [00:41:27] first one [00:41:58] cw_requests and cw_comments must be local then [00:42:14] linking me to code isn't going to change me stating a fact ;) [00:42:30] JohnLewis ok, i was pointing to fix it :) [00:42:36] but if you say it has to be local [00:42:36] I did say in the code too [00:42:40] i can change it [00:42:40] that's not a fix [00:42:46] ok [00:42:52] because we reference cw_user and user_id [00:43:01] therefore both columns must exist on the same database server [00:43:07] therefore both tables must [00:43:24] which means I need to modify the code to SQL loading but it's super low prio rn anyway [00:43:35] since we're going for a non-standard set up [00:43:50] ok fixed [00:43:51] by using the backed up sql file i created [00:44:10] so i can drop those two tables from mhglobal [00:44:12] JohnLewis ^^ [00:44:13] ? [00:44:18] yeah [00:44:23] ok [00:48:09] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA182 [00:48:11] [02miraheze/CreateWiki] 07paladox 033710e38 - You can only access the logging table on the local wiki [00:48:30] won't work [00:48:40] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA18w [00:48:41] [02miraheze/mediawiki] 07paladox 03386739d - Update CW [00:48:44] the point of RemoteWiki is you an access a wiki's data remotely [00:48:51] *you can [00:48:57] GethN7: I said above yeah [00:49:54] paladox: ^^ see above [00:50:05] JohnLewis oh? [00:50:22] JohnLewis the logging table can only be access on the local wiki [00:50:33] yes, on metawiki specifically [00:50:49] but RemoteWiki will be called on every wiki [00:50:58] hmm [00:51:00] and for every wiki [00:51:00] ok [00:51:23] JohnLewis maybe a wgCreateWikiGlobalDatabase should be added? [00:51:47] wgManageWikiGlobalWiki should be made wgCreateWikiGlobalWiki and put in CW [00:52:00] ok [00:53:04] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA18i [00:53:06] [02miraheze/CreateWiki] 07paladox 03183aeed - Introduced wgCreateWikiGlobalWiki config [00:53:07] [02CreateWiki] 07paladox created branch 03paladox-patch-1 - 13https://git.io/vpJTL [00:53:09] [02CreateWiki] 07paladox opened pull request 03#88: Introduced wgCreateWikiGlobalWiki config - 13https://git.io/fA18P [00:53:41] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA18M [00:53:43] [02miraheze/CreateWiki] 07paladox 033fe308a - Update extension.json [00:53:44] [02CreateWiki] 07paladox synchronize pull request 03#88: Introduced wgCreateWikiGlobalWiki config - 13https://git.io/fA18P [00:54:00] [02CreateWiki] 07paladox closed pull request 03#88: Introduced wgCreateWikiGlobalWiki config - 13https://git.io/fA18P [00:54:02] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/fA18D [00:54:03] [02miraheze/CreateWiki] 07paladox 0300ac01e - Introduced wgCreateWikiGlobalWiki config (#88) * Introduced wgCreateWikiGlobalWiki config * Update extension.json [00:54:05] [02miraheze/CreateWiki] 07paladox deleted branch 03paladox-patch-1 [00:54:06] [02CreateWiki] 07paladox deleted branch 03paladox-patch-1 - 13https://git.io/vpJTL [00:54:35] [02CreateWiki] 07JohnFLewis reviewed pull request 03#88 commit - 13https://git.io/fA18y [00:54:38] miraheze/CreateWiki/paladox-patch-1/3fe308a - paladox The build was broken. https://travis-ci.com/miraheze/CreateWiki/builds/84923219 [00:54:53] [02ManageWiki] 07paladox created branch 03paladox-patch-1 - 13https://git.io/vpSns [00:54:54] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA18S [00:54:56] [02miraheze/ManageWiki] 07paladox 038336ea1 - Replace ManageWikiGlobalWiki with wgCreateWikiGlobalWiki [00:54:57] [02ManageWiki] 07paladox opened pull request 03#27: Replace ManageWikiGlobalWiki with wgCreateWikiGlobalWiki - 13https://git.io/fA189 [00:55:30] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA187 [00:55:31] [02miraheze/ManageWiki] 07paladox 030162b61 - Update SpecialManageWiki.php [00:55:33] [02ManageWiki] 07paladox synchronize pull request 03#27: Replace ManageWikiGlobalWiki with wgCreateWikiGlobalWiki - 13https://git.io/fA189 [00:55:39] [02ManageWiki] 07paladox closed pull request 03#27: Replace ManageWikiGlobalWiki with wgCreateWikiGlobalWiki - 13https://git.io/fA189 [00:55:41] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/fA185 [00:55:42] [02miraheze/ManageWiki] 07paladox 03dd2249f - Replace ManageWikiGlobalWiki with wgCreateWikiGlobalWiki (#27) * Replace ManageWikiGlobalWiki with wgCreateWikiGlobalWiki * Update SpecialManageWiki.php [00:55:44] [02ManageWiki] 07paladox deleted branch 03paladox-patch-1 - 13https://git.io/vpSns [00:55:45] [02miraheze/ManageWiki] 07paladox deleted branch 03paladox-patch-1 [00:56:25] miraheze/ManageWiki/paladox-patch-1/0162b61 - paladox The build was broken. https://travis-ci.org/miraheze/ManageWiki/builds/429117322 [00:56:46] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA18d [00:56:48] [02miraheze/CreateWiki] 07paladox 032c0f2a2 - determineCreationDate: Change DB_MASTER to DB_REPLICA [00:57:02] [02CreateWiki] 07paladox reviewed pull request 03#88 commit - 13https://git.io/fA18F [00:58:29] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA18x [00:58:30] [02miraheze/mw-config] 07paladox 0387f0e89 - Set wgCreateWikiGlobalWiki to metawiki [00:59:21] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA18h [00:59:23] [02miraheze/mw-config] 07paladox 03c91a740 - Remove wgManageWikiGlobalWiki as replaced by wgCreateWikiGlobalWiki [00:59:50] JohnLewis done :D [01:00:11] is createwiki in working order? [01:00:44] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±2] 13https://git.io/fA18j [01:00:45] [02miraheze/mediawiki] 07paladox 0339e5786 - Update CW and MW [01:00:55] Voidwalker will in a sec i think [01:02:41] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA14J [01:02:42] [02miraheze/mw-config] 07paladox 03dbbc99f - Update LocalSettings.php [01:03:44] PROBLEM - cp5 Varnish Backends on cp5 is CRITICAL: 2 backends are down. mw1 mw3 [01:03:50] PROBLEM - cp4 Varnish Backends on cp4 is CRITICAL: 3 backends are down. mw1 mw2 mw3 [01:03:53] paladox, meta is down [01:03:56] meh [01:03:58] * paladox fixes [01:04:44] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA14I [01:04:45] [02miraheze/ManageWiki] 07paladox 03530f90d - Fix syntax [01:04:56] PROBLEM - cp2 Varnish Backends on cp2 is CRITICAL: 3 backends are down. mw1 mw2 mw3 [01:05:34] PROBLEM - mw3 JobQueue on mw3 is CRITICAL: JOBQUEUE CRITICAL - check plugin (check_jobqueue) or PHP errors [01:05:35] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA14q [01:05:36] [02miraheze/mediawiki] 07paladox 03bfb495f - Update MW [01:05:48] PROBLEM - cp2 Current Load on cp2 is WARNING: WARNING - load average: 1.78, 1.14, 0.54 [01:06:36] fixed [01:06:56] RECOVERY - cp2 Varnish Backends on cp2 is OK: All 5 backends are healthy [01:07:11] yup, requestwiki works [01:07:18] thanks :) [01:07:31] JohnLewis i reverted on mw1 first to at least bring service back [01:07:34] RECOVERY - mw3 JobQueue on mw3 is OK: JOBQUEUE OK - job queue below 300 jobs [01:07:35] then i pushed the fix [01:07:41] and deployed on mw2 and mw3 [01:07:43] then mw1 [01:07:44] RECOVERY - cp5 Varnish Backends on cp5 is OK: All 5 backends are healthy [01:07:48] RECOVERY - cp2 Current Load on cp2 is OK: OK - load average: 1.46, 1.15, 0.60 [01:07:50] RECOVERY - cp4 Varnish Backends on cp4 is OK: All 5 backends are healthy [01:13:48] oh [01:17:52] ugh, DB error on createwiki [01:18:35] paladox, ^ [01:18:39] hmm [01:19:09] JohnLewis heh cw_wikis has to go there too [01:19:14] (local db) [01:19:24] no [01:19:33] cw_wikis is definitely a global thing [01:19:50] JohnLewis nope [01:19:51] it fails [01:20:02] why? [01:20:05] Function: SpecialCreateWiki::addWikiToDatabase [01:20:05] Error: 1146 Table 'metawiki.cw_wikis' doesn't exist [01:20:06] JohnLewis ^^ [01:20:23] addWikiToDatabase can't be using $wg then [01:20:30] https://github.com/miraheze/CreateWiki/blob/0c5ccb04e92420a477ff95fca91966104b0dd90c/includes/CreateWiki/SpecialCreateWiki.php#L231 [01:20:30] Title: [ CreateWiki/SpecialCreateWiki.php at 0c5ccb04e92420a477ff95fca91966104b0dd90c · miraheze/CreateWiki · GitHub ] - github.com [01:20:35] you've literally fixed this three times [01:20:42] ok [01:20:44] * paladox fixes it [01:21:18] just search wfGetDB( DB and fix all non $wg references [01:21:43] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA14P [01:21:45] [02miraheze/CreateWiki] 07paladox 03c6b1538 - Fix addWikiToDatabase db query to use $wgCreateWikiDatabase [01:21:48] ok [01:22:28] miraheze/CreateWiki/master/c6b1538 - paladox The build was broken. https://travis-ci.com/miraheze/CreateWiki/builds/84923606 [01:24:24] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA14D [01:24:26] [02miraheze/CreateWiki] 07paladox 037a9b506 - Update SpecialCreateWiki.php [01:24:27] [02CreateWiki] 07paladox created branch 03paladox-patch-1 - 13https://git.io/vpJTL [01:24:29] [02CreateWiki] 07paladox opened pull request 03#89: Update SpecialCreateWiki.php - 13https://git.io/fA14y [01:24:32] JohnLewis please review https://github.com/miraheze/CreateWiki/pull/89 [01:24:33] Title: [ Update SpecialCreateWiki.php by paladox · Pull Request #89 · miraheze/CreateWiki · GitHub ] - github.com [01:24:38] (i was unsure about some of it) [01:24:51] ie the one in validateDBname [01:25:08] miraheze/CreateWiki/paladox-patch-1/7a9b506 - paladox The build is still failing. https://travis-ci.com/miraheze/CreateWiki/builds/84923641 [01:25:48] PROBLEM - cp2 Current Load on cp2 is CRITICAL: CRITICAL - load average: 1.96, 2.01, 1.45 [01:26:09] [02miraheze/CreateWiki] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA147 [01:26:11] [02miraheze/CreateWiki] 07paladox 037c1446a - Fix syntax [01:26:19] they don't really matter [01:26:42] ok, so i doin't need to do that change JohnLewis ? [01:26:53] miraheze/CreateWiki/master/7c1446a - paladox The build was fixed. https://travis-ci.com/miraheze/CreateWiki/builds/84923671 [01:26:57] not really [01:27:08] ok [01:27:11] great thanks1 [01:27:48] PROBLEM - cp2 Current Load on cp2 is WARNING: WARNING - load average: 1.62, 1.99, 1.52 [01:27:49] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA145 [01:27:51] [02miraheze/mediawiki] 07paladox 03c9ba861 - Update CW [01:28:20] they only need to change when CW supports multimaster DB servers [01:29:08] ok [01:29:13] Voidwalker try now please :) [01:29:48] RECOVERY - cp2 Current Load on cp2 is OK: OK - load average: 1.04, 1.56, 1.41 [01:30:15] paladox, it's claiming that the wiki already exists [01:30:19] ok [01:30:22] i will delete it [01:30:28] taverniawiki [01:31:28] Voidwalker try now [01:31:33] actually let me try :) [01:32:03] nope, it's still there [01:32:04] works now1 [01:32:11] Voidwalker that was me :) [01:32:13] it works now1 [01:32:14] oh :P [01:32:16] meh [01:32:23] my ! key seems to not work very well now [01:32:24] heh [01:33:02] sounds more like a shift problem depending on your keyboard ;) [01:33:10] yeh [01:33:14] it's a mac :P [01:33:26] it has a american layout seeing as i brought it from walmart [01:33:37] but i have british keyboard selected in my preference [02:36:54] PROBLEM - bacula1 Disk Space on bacula1 is CRITICAL: DISK CRITICAL - free space: / 52035 MB (10% inode=99%); [02:41:20] Paladox are you there? [03:07:30] PROBLEM - bacula1 Bacula Daemon on bacula1 is CRITICAL: PROCS CRITICAL: 1 process with UID = 110 (bacula) [03:08:26] PROBLEM - bacula1 Bacula Static Lizardfs1 on bacula1 is UNKNOWN: NRPE: Unable to read output [03:08:48] PROBLEM - bacula1 Bacula Static Lizardfs2 on bacula1 is UNKNOWN: NRPE: Unable to read output [03:09:10] PROBLEM - bacula1 Bacula Lizardfs1 Lizardfs Chunkserver1 on bacula1 is UNKNOWN: NRPE: Unable to read output [03:09:14] PROBLEM - bacula1 Bacula Misc4 Lizardfs Master on bacula1 is UNKNOWN: NRPE: Unable to read output [03:09:40] PROBLEM - bacula1 Bacula Private Git on bacula1 is UNKNOWN: NRPE: Unable to read output [03:10:05] PROBLEM - bacula1 Bacula Databases db4 on bacula1 is UNKNOWN: NRPE: Unable to read output [03:10:07] PROBLEM - bacula1 Bacula Phabricator Static on bacula1 is UNKNOWN: NRPE: Unable to read output [03:10:49] RECOVERY - bacula1 Bacula Static Lizardfs2 on bacula1 is OK: OK: Full, 815127 files, 81.31GB, 2018-09-03 10:23:00 (1.8 weeks ago) [03:11:09] RECOVERY - bacula1 Bacula Lizardfs1 Lizardfs Chunkserver1 on bacula1 is OK: OK: Full, 7 files, 134.5KB, 2018-09-09 00:06:00 (1.0 weeks ago) [03:11:17] RECOVERY - bacula1 Bacula Misc4 Lizardfs Master on bacula1 is OK: OK: Full, 16 files, 123.0MB, 2018-09-09 00:05:00 (1.0 weeks ago) [03:11:31] RECOVERY - bacula1 Bacula Daemon on bacula1 is OK: PROCS OK: 2 processes with UID = 110 (bacula) [03:11:41] RECOVERY - bacula1 Bacula Private Git on bacula1 is OK: OK: Full, 1527 files, 1.676MB, 2018-09-09 00:07:00 (1.0 weeks ago) [03:12:01] RECOVERY - bacula1 Bacula Databases db4 on bacula1 is OK: OK: Diff, 65547 files, 47.30GB, 2018-09-16 03:03:00 (9.0 minutes ago) [03:12:03] RECOVERY - bacula1 Bacula Phabricator Static on bacula1 is OK: OK: Full, 69024 files, 4.075GB, 2018-09-02 22:08:00 (1.9 weeks ago) [03:12:33] RECOVERY - bacula1 Bacula Static Lizardfs1 on bacula1 is OK: OK: Full, 679036 files, 71.46GB, 2018-09-03 04:18:00 (1.9 weeks ago) [06:27:36] PROBLEM - mw3 JobQueue on mw3 is CRITICAL: JOBQUEUE CRITICAL - job queue greater than 300 jobs. Current queue: 3258 [08:37:04] PROBLEM - wiki.taotac.org - LetsEncrypt on sslhost is WARNING: WARNING - Certificate 'wiki.taotac.org' expires in 15 day(s) (Tue 02 Oct 2018 08:33:57 AM GMT +0000). [08:37:17] [02miraheze/ssl] 07MirahezeSSLBot pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA12c [08:37:18] [02miraheze/ssl] 07MirahezeSSLBot 0316cbded - Bot: Update SSL cert for wiki.taotac.org [08:41:04] RECOVERY - wiki.taotac.org - LetsEncrypt on sslhost is OK: OK - Certificate 'wiki.taotac.org' will expire on Sat 15 Dec 2018 07:37:11 AM GMT +0000. [09:04:32] PROBLEM - docs.websmart.media - LetsEncrypt on sslhost is WARNING: WARNING - Certificate 'docs.websmart.media' expires in 15 day(s) (Tue 02 Oct 2018 09:01:46 AM GMT +0000). [09:04:42] [02miraheze/ssl] 07MirahezeSSLBot pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA12p [09:04:43] [02miraheze/ssl] 07MirahezeSSLBot 038b434be - Bot: Update SSL cert for docs.websmart.media [09:12:31] RECOVERY - docs.websmart.media - LetsEncrypt on sslhost is OK: OK - Certificate 'docs.websmart.media' will expire on Sat 15 Dec 2018 08:04:36 AM GMT +0000. [12:40:33] Just a curious question. What's the policy if I want to use an account for essentially just testing user groups? Can I create a new account for that purpose and do I need to disclose it openly somewhere? [12:45:13] [02miraheze/services] 07MirahezeSSLBot pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA1iU [12:45:14] [02miraheze/services] 07MirahezeSSLBot 035fd8317 - BOT: Updating services config for wikis [13:05:04] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA1iE [13:05:05] [02miraheze/ManageWiki] 07paladox 0306bc405 - Switch wgCreateWikiDatabase to wgCreateWikiGlobalWiki in execute() [13:05:07] [02ManageWiki] 07paladox created branch 03paladox-patch-1 - 13https://git.io/vpSns [13:05:08] [02ManageWiki] 07paladox opened pull request 03#28: Switch wgCreateWikiDatabase to wgCreateWikiGlobalWiki in execute() - 13https://git.io/fA1iu [13:05:35] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA1ig [13:05:36] [02miraheze/ManageWiki] 07paladox 03028ae29 - Update SpecialManageWikiSettings.php [13:05:38] [02ManageWiki] 07paladox synchronize pull request 03#28: Switch wgCreateWikiDatabase to wgCreateWikiGlobalWiki in execute() - 13https://git.io/fA1iu [13:07:16] miraheze/ManageWiki/paladox-patch-1/028ae29 - paladox The build was fixed. https://travis-ci.org/miraheze/ManageWiki/builds/429223517 [13:07:25] [02ManageWiki] 07paladox closed pull request 03#28: Switch wgCreateWikiDatabase to wgCreateWikiGlobalWiki in execute() - 13https://git.io/fA1iu [13:07:27] [02miraheze/ManageWiki] 07paladox pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/fA1ir [13:07:28] [02miraheze/ManageWiki] 07paladox 036989dd7 - Switch wgCreateWikiDatabase to wgCreateWikiGlobalWiki in execute() (#28) * Switch wgCreateWikiDatabase to wgCreateWikiGlobalWiki in execute() * Update SpecialManageWikiSettings.php [13:07:30] [02ManageWiki] 07paladox deleted branch 03paladox-patch-1 - 13https://git.io/vpSns [13:07:31] [02miraheze/ManageWiki] 07paladox deleted branch 03paladox-patch-1 [13:07:59] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA1i6 [13:08:01] [02miraheze/mediawiki] 07paladox 03fc37804 - Update MW [14:20:42] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA11G [14:20:44] [02miraheze/mw-config] 07paladox 03adac703 - Switch wgGlobalPreferencesDB back to centralauth This is temporarily until we can find out why when switching this to mhglobal it decides to use local wikis db. [14:26:37] 5 0 3 [14:26:49] 503? [14:27:14] * paladox wonders where? [14:27:22] lasted a few minutes. [14:28:09] at least in Metawiki paladox [14:28:20] oh, i didn't see any 503. [14:28:27] Wiki-1776 where did you see it? [14:28:31] Special:ManageWiki? [14:29:52] paladox: appeared to me after answering this thread https://meta.miraheze.org/wiki/Stewards%27_noticeboard#Interwiki_add [14:29:53] Title: [ Stewards' noticeboard - Miraheze Meta ] - meta.miraheze.org [14:30:12] hmm [14:31:25] Works for me [14:42:31] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA1MU [14:42:33] [02miraheze/puppet] 07paladox 03bd3e2e9 - Switch to nginx mainline which includes nginx 1.15 [14:42:45] SPF|Cloud ^^ :P [14:43:00] why? [14:43:22] SPF|Cloud it gains us nginx 1.15 [14:43:33] do you have a feature in 1.15 you want to use? [14:43:42] Not really. [14:44:32] SPF|Cloud though "Change: now nginx detects missing SSL certificates during [14:44:32] configuration testing when using the "ssl" parameter of the "listen" [14:44:32] directive." [14:44:37] that would help us right? [14:46:36] afaics that just adjusts the error message? [14:48:26] paladox: why do you keep making breaking changes without discussing them? [14:48:39] AmandaCatherine breaking? [14:48:43] And I didn't was reviewed what I said yesterday about Special:Upload. [14:48:48] ?* [14:49:45] paladox: breaking as in significant/altering the status quo in someway [14:50:02] Yeh i know what breaking is, i was asking what do you mean :) [14:50:44] You’ve pushed multiple commits in various aspects that have been challenged by JohnLewis and [14:50:47] SPF|Cloud [14:50:56] and therefore needed to be reverted [14:51:07] AmandaCatherine which changes? [14:51:16] are you talking about this specific puppet commit? [14:51:47] no, just in general there’s been a lot of “why did you do that” in regards to paladox’s changes [14:52:01] paladox: ManageWikiPermissions is a starter [14:52:07] ? [14:52:20] what did i do in ManageWikiPermissions? [14:52:42] You re-deployed MWP without Johns approval and it had to be removed again [14:52:58] And then ApprovedRevs userrights the other day [14:53:26] AmandaCatherine when did not john say he had to approve it? [14:54:11] The comment next to the variable to enable MWP when it was still under limited deployment [14:54:49] AmandaCatherine link please? [14:57:30] paladox: https://github.com/miraheze/mw-config/blob/e08a701df442fe3449d0679c2499c48faf550311/LocalSettings.php#L2658 [14:57:31] Title: [ mw-config/LocalSettings.php at e08a701df442fe3449d0679c2499c48faf550311 · miraheze/mw-config · GitHub ] - github.com [14:57:44] I think you didn't understand the question, can you explain it? because your request is not clear to me and I would like to help. https://meta.miraheze.org/wiki/Stewards%27_noticeboard#Interwiki_add [14:57:45] Title: [ Stewards' noticeboard - Miraheze Meta ] - meta.miraheze.org [15:03:06] AmandaCatherine yes, but i doin't know what your saying? I did ask john. [15:11:18] Just forget it [15:16:45] Wiki-1776 hmm? [15:20:34] UH [15:23:07] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA1Dg [15:23:08] [02miraheze/mw-config] 07paladox 03647bb52 - Disable wgStructuredChangeFiltersShowPreference for reviwiki and reviwikiwiki wikis fixes T3605 [15:23:44] Wiki-1776 im not sure what you mean. [15:39:37] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±2] 13https://git.io/fA1y3 [15:39:39] [02miraheze/mediawiki] 07paladox 035f54875 - Switch liberty to gitlab [15:41:10] !log sudo -u www-data php /srv/mediawiki/w/maint*/rebuildLocalisationCache.php --wiki test1wiki on mw* and test1 [15:41:15] Logged the message at https://meta.miraheze.org/wiki/Tech:Server_admin_log, Master [15:45:38] PROBLEM - mw3 Puppet on mw3 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 2 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[git_pull_MediaWiki core] [15:46:20] PROBLEM - test1 Current Load on test1 is CRITICAL: CRITICAL - load average: 2.21, 1.35, 0.64 [15:48:13] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA1yu [15:48:15] [02miraheze/mediawiki] 07paladox 03f48bfab - Update Refreshed skin [15:48:21] RECOVERY - test1 Current Load on test1 is OK: OK - load average: 1.19, 1.33, 0.72 [15:50:13] PROBLEM - test1 Puppet on test1 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 3 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[git_pull_MediaWiki core] [15:51:37] RECOVERY - mw3 Puppet on mw3 is OK: OK: Puppet is currently enabled, last run 51 seconds ago with 0 failures [15:52:09] RECOVERY - test1 Puppet on test1 is OK: OK: Puppet is currently enabled, last run 10 seconds ago with 0 failures [15:54:13] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA1y1 [15:54:15] [02miraheze/mediawiki] 07paladox 03bafe55f - Update echo [15:57:08] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA1yQ [15:57:10] [02miraheze/mediawiki] 07paladox 030e1e7a0 - Update PF [15:57:33] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA1yb [15:57:35] [02miraheze/mediawiki] 07paladox 03f2b894b - Update cargo [16:10:46] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±1] 13https://git.io/fA1SY [16:10:47] [02miraheze/mediawiki] 07paladox 03c73216a - Update MsUpload to master This includes fixes we want [16:20:04] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+0/-0/±2] 13https://git.io/fA1Sg [16:20:06] [02miraheze/mediawiki] 07paladox 033f0b0bb - Update RandomSelection [16:22:04] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA1Sw [16:22:06] [02miraheze/mw-config] 07paladox 0397c0515 - Update RandomSelection to use extension.json [16:22:07] [02mw-config] 07paladox created branch 03paladox-patch-1 - 13https://git.io/vbvb3 [16:22:09] [02mw-config] 07paladox opened pull request 03#2460: Update RandomSelection to use extension.json - 13https://git.io/fA1Sr [16:22:30] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA1So [16:22:31] [02miraheze/mw-config] 07paladox 03f30536c - Update LocalExtensions.php [16:22:33] [02mw-config] 07paladox synchronize pull request 03#2460: Update RandomSelection to use extension.json - 13https://git.io/fA1Sr [16:22:50] [02mw-config] 07paladox closed pull request 03#2460: Update RandomSelection to use extension.json - 13https://git.io/fA1Sr [16:22:52] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/fA1Si [16:22:53] [02miraheze/mw-config] 07paladox 03457573f - Update RandomSelection to use extension.json (#2460) * Update RandomSelection to use extension.json * Update LocalExtensions.php [16:22:55] [02mw-config] 07paladox deleted branch 03paladox-patch-1 - 13https://git.io/vbvb3 [16:22:56] [02miraheze/mw-config] 07paladox deleted branch 03paladox-patch-1 [16:24:47] ...that’s a lot of updates [16:25:39] PROBLEM - mw3 Puppet on mw3 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 2 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[git_pull_MediaWiki core] [16:25:44] !m paladox [16:25:45] <[d__d]> You're doing good work, paladox! [16:26:01] heh [16:26:33] PROBLEM - mw2 Puppet on mw2 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 3 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[git_pull_MediaWiki core] [16:30:15] PROBLEM - test1 Puppet on test1 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 3 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[git_pull_MediaWiki core] [16:31:37] RECOVERY - mw3 Puppet on mw3 is OK: OK: Puppet is currently enabled, last run 47 seconds ago with 0 failures [16:32:12] RECOVERY - test1 Puppet on test1 is OK: OK: Puppet is currently enabled, last run 21 seconds ago with 0 failures [16:32:33] RECOVERY - mw2 Puppet on mw2 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [16:57:32] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA19B [16:57:34] [02miraheze/puppet] 07paladox 03328438f - Switch memcache off on test1 [17:35:13] [02miraheze/services] 07MirahezeSSLBot pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA1Ho [17:35:14] [02miraheze/services] 07MirahezeSSLBot 03bd0f763 - BOT: Updating services config for wikis [18:18:40] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA17v [18:18:42] [02miraheze/puppet] 07paladox 03662cbc9 - Install xvfb on mw* [18:20:16] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA17J [18:20:18] [02miraheze/puppet] 07paladox 036c57b2f - Update servicessetup.pp [18:22:04] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA17L [18:22:06] [02miraheze/puppet] 07paladox 03d73145c - Install 3d2png as a mw service [18:24:04] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA17Y [18:24:05] [02miraheze/puppet] 07paladox 037fb0e39 - Install libjpeg-dev on mw* [18:24:17] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA17O [18:24:18] [02miraheze/puppet] 07paladox 0333cc0b3 - Update servicessetup.pp [18:26:06] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA17Z [18:26:08] [02miraheze/puppet] 07paladox 03cbb9877 - Install libgif-dev on mw* [18:26:34] PROBLEM - mw2 Puppet on mw2 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 1 minute ago with 1 failures. Failed resources (up to 3 shown): Exec[3d2png_npm] [18:28:06] PROBLEM - test1 Puppet on test1 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 2 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[3d2png_npm] [18:32:04] RECOVERY - test1 Puppet on test1 is OK: OK: Puppet is currently enabled, last run 55 seconds ago with 0 failures [18:32:34] RECOVERY - mw2 Puppet on mw2 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [18:35:14] PROBLEM - mw1 Puppet on mw1 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 3 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[3d2png_npm] [18:35:38] PROBLEM - mw3 Puppet on mw3 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 3 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[3d2png_npm] [18:36:34] PROBLEM - mw2 Puppet on mw2 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 47 seconds ago with 1 failures. Failed resources (up to 3 shown): Exec[3d2png_npm] [18:40:33] RECOVERY - mw2 Puppet on mw2 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [18:41:15] RECOVERY - mw1 Puppet on mw1 is OK: OK: Puppet is currently enabled, last run 30 seconds ago with 0 failures [18:41:37] RECOVERY - mw3 Puppet on mw3 is OK: OK: Puppet is currently enabled, last run 56 seconds ago with 0 failures [18:46:15] [02miraheze/mediawiki] 07paladox pushed 031 commit to 03REL1_31 [+1/-0/±1] 13https://git.io/fA17N [18:46:16] [02miraheze/mediawiki] 07paladox 03145124f - Add 3D mw extension [18:47:22] [02mw-config] 07paladox created branch 03paladox-patch-1 - 13https://git.io/vbvb3 [18:47:23] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA17p [18:47:25] [02miraheze/mw-config] 07paladox 0337b5552 - Add 3D to ManageWiki [18:47:26] [02mw-config] 07paladox opened pull request 03#2461: Add 3D to ManageWiki - 13https://git.io/fA17h [18:49:15] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA15U [18:49:16] [02miraheze/mw-config] 07paladox 0374c1c48 - Update LocalExtensions.php [18:49:17] [02mw-config] 07paladox synchronize pull request 03#2461: Add 3D to ManageWiki - 13https://git.io/fA17h [18:49:41] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA15T [18:49:43] [02miraheze/mw-config] 07paladox 03306b4a9 - Update LocalSettings.php [18:49:44] [02mw-config] 07paladox synchronize pull request 03#2461: Add 3D to ManageWiki - 13https://git.io/fA17h [18:50:02] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA15I [18:50:04] [02miraheze/mw-config] 07paladox 03a68a638 - Update extension-list [18:50:05] [02mw-config] 07paladox synchronize pull request 03#2461: Add 3D to ManageWiki - 13https://git.io/fA17h [18:50:52] [02mw-config] 07paladox synchronize pull request 03#2461: Add 3D to ManageWiki - 13https://git.io/fA17h [18:50:54] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/fA15t [18:50:55] [02miraheze/mw-config] 07paladox 03582c706 - Update LocalExtensions.php [18:52:59] [02mw-config] 07paladox closed pull request 03#2461: Add 3D to ManageWiki - 13https://git.io/fA17h [18:53:00] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±4] 13https://git.io/fA15Y [18:53:02] [02miraheze/mw-config] 07paladox 034d2727b - Add 3D to ManageWiki (#2461) * Add 3D to ManageWiki * Update LocalExtensions.php * Update LocalSettings.php * Update extension-list * Update LocalExtensions.php [18:53:03] [02miraheze/mw-config] 07paladox deleted branch 03paladox-patch-1 [18:53:05] [02mw-config] 07paladox deleted branch 03paladox-patch-1 - 13https://git.io/vbvb3 [18:55:11] [02miraheze/services] 07MirahezeSSLBot pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA15c [18:55:13] [02miraheze/services] 07MirahezeSSLBot 03872ee88 - BOT: Updating services config for wikis [18:55:18] miraheze/mw-config/paladox-patch-1/582c706 - paladox The build failed. https://travis-ci.org/miraheze/mw-config/builds/429299374 [18:55:57] paladox: ^ please fix ASAP [18:56:04] or is it just because you deleted the branch? [18:56:09] Reception123 yes [18:56:14] it's because i deleted the branch :P [18:56:42] k [18:58:16] PROBLEM - test1 Puppet on test1 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 2 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[git_pull_MediaWiki core] [19:01:07] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/fA15z [19:01:09] [02miraheze/mw-config] 07paladox 03d446728 - Update LocalExtensions.php [19:02:12] RECOVERY - test1 Puppet on test1 is OK: OK: Puppet is currently enabled, last run 46 seconds ago with 0 failures [19:31:34] RECOVERY - mw3 JobQueue on mw3 is OK: JOBQUEUE OK - job queue below 300 jobs [22:23:50] Hi! Here is the list of currently open high priority tasks on Phabricator [22:23:56] No updates for 3 days - https://phabricator.miraheze.org/T3583 - Jobqueue - authored by MacFan4000, assigned to None