[00:00:40] till https://github.com/miraheze/mediawiki/blob/REL1_35/includes/deferred/CdnCacheUpdate.php#L323 all looks good [00:00:40] PROBLEM - cp10 HTTP 4xx/5xx ERROR Rate on cp10 is UNKNOWN: UNKNOWN - NGINX Error Rate is UNKNOWN [00:00:40] [ mediawiki/CdnCacheUpdate.php at REL1_35 · miraheze/mediawiki · GitHub ] - github.com [00:02:40] PROBLEM - cp10 HTTP 4xx/5xx ERROR Rate on cp10 is CRITICAL: CRITICAL - NGINX Error Rate is 100% [00:03:29] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 34.14, 24.93, 19.99 [00:04:11] PROBLEM - gluster2 Current Load on gluster2 is CRITICAL: CRITICAL - load average: 6.92, 5.41, 4.41 [00:06:11] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.88, 5.43, 4.54 [00:07:14] [error] => (curl error: no status set) [00:07:27] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 22.07, 23.95, 20.76 [00:07:34] yes, that's what I'm seeing here [00:08:51] https://github.com/miraheze/mediawiki/blob/REL1_35/includes/libs/http/MultiHttpClient.php#L286 when dumping $reqs [00:08:52] [ mediawiki/MultiHttpClient.php at REL1_35 · miraheze/mediawiki · GitHub ] - github.com [00:13:30] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 15.39, 19.15, 19.71 [00:14:24] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 3.94, 4.83, 4.68 [00:16:55] doing it manually works [00:17:27] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 23.86, 22.07, 20.81 [00:18:17] paladox: https://graylog.miraheze.org/messages/graylog_80/b5b6bfd1-667d-11eb-a875-02000052cc6e that's one of the errors for my purge [00:18:28] lookign [00:18:34] inflicted by my edit, of course [00:19:19] oh i see [00:19:24] i saw that on the command line [00:19:24] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 25.18, 22.83, 21.22 [00:19:28] and it only happens for cp3 [00:19:28] but it still returns 200 [00:19:39] curl -X PURGE --url "/w/index.php?title=User:Southparkfan/Test&action=history" -H "Host: meta.miraheze.org"--proxy 51.77.107.210:81 -H "user-agent: MediaWiki/1.35.1 CdnCacheUpdate" -I [00:20:38] how is that an invalid url? [00:21:22] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 14.57, 19.89, 20.35 [00:23:33] aha [00:23:34] this could be related actually.. [00:23:40] SPF|Cloud setting the full url works [00:23:42] so: [00:23:44] curl -X PURGE --url "https://meta.miraheze.org/w/index.php?title=User:Southparkfan/Test&action=history" -H "Host: meta.miraheze.org"--proxy 51.77.107.210:81 -H "User-Agent: MediaWiki/1.35.1 CdnCacheUpdate" -H "Connection: Keep-Alive" -H "Proxy-Connection: Keep-Alive" -I [00:23:45] [ Revision history of "User:Southparkfan/Test" - Miraheze Meta ] - meta.miraheze.org [00:24:59] that gives me curl: (56) Received HTTP code 400 from proxy after CONNECT [00:25:30] works for me [00:25:55] not here [00:25:56] SPF|Cloud https://phabricator.miraheze.org/P378 [00:25:57] [ ✎ P378 (An Untitled Masterwork) ] - phabricator.miraheze.org [00:25:58] but [00:26:05] southparkfan@test2:/srv/mediawiki/config$ curl -X PURGE --url "/wiki/User:Southparkfan/Text" -H "Host: meta.miraheze.org" --proxy 51.77.107.210:81 -H "user-agent: MediaWiki/1.35.1 CdnCacheUpdate" -I [00:26:05] curl: (3) URL using bad/illegal format or missing URL [00:26:13] this will fail before we even see traffic at cp6 [00:26:18] so this must be the problem [00:26:27] yeh [00:26:33] setting the full url fixed the problem [00:27:38] your example will need -H 'X-Device: phone-tablet' etc, but yes [00:27:57] result of a curl upgrade? [00:28:42] possibly [00:28:47] aha, it gives the error for cp3, because test2 can't reach cp3 [00:28:56] ah [00:29:00] yeh [00:29:01] guess the firewall rule has not been applied yet [00:29:05] it has [00:29:08] but i automated it [00:29:14] test2 isn't connected to puppet3 [00:29:30] yes and cp6 isn't either [00:29:37] yeh [00:29:37] so if puppet has ran, this should work? [00:29:40] no [00:29:45] cp3 is connected to puppet3 [00:29:57] thus puppetdb used on puppetdb, does not have test2 [00:30:10] understood [00:30:27] i only switched cp3 to puppet3 because it had the rules for mw[4567] already without risk of loosing them. [00:32:22] anyways is there anyway we can test i wonder... [00:32:30] we've all upgraded to buster, hmm [00:35:56] ok, so the problem is: the urls do not contain the hostname [00:36:14] but why ;) [00:39:01] https://github.com/miraheze/mediawiki/blob/REL1_35/includes/deferred/CdnCacheUpdate.php#L307 only sends wfParseUrl( wfExpandUrl( '/wiki/User:Southparkfan/Test', PROTO_INTERNAL ) )['path'], which is /wiki/User:Southparkfan/Test [00:39:02] [ mediawiki/CdnCacheUpdate.php at REL1_35 · miraheze/mediawiki · GitHub ] - github.com [00:39:23] PROBLEM - test2 Puppet on test2 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] [00:39:25] oh SPF|Cloud wgInternalServer [00:39:26] https://github.com/wikimedia/mediawiki/blob/467a4f32b0475fd2840264ada94e3ce87518d22a/includes/GlobalFunctions.php#L497 [00:39:27] [ mediawiki/GlobalFunctions.php at 467a4f32b0475fd2840264ada94e3ce87518d22a · wikimedia/mediawiki · GitHub ] - github.com [00:40:06] ? [00:40:07] hmm [00:40:10] nvm [00:40:15] [02miraheze/services] 07MirahezeSSLBot pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzeI [00:40:16] [02miraheze/services] 07MirahezeSSLBot 036792447 - BOT: Updating services config for wikis [00:40:19] i was following the traceback [00:40:53] https://github.com/wikimedia/mediawiki/commit/1260bf71da9c5ba8fb25fdcfbab30b128c30010a [00:40:53] [ Migrate CdnCacheUpdate to MultiHttpClient and deprecate SquidPurgeClient · wikimedia/mediawiki@1260bf7 · GitHub ] - github.com [00:41:13] https://github.com/wikimedia/mediawiki/commit/1260bf71da9c5ba8fb25fdcfbab30b128c30010a#diff-1691e99810c6af8b7fda983ba8ceb8529c1085f0626d11241d2427afdc286d59L163 before, the full url was sent, including hostname [00:41:13] [ Migrate CdnCacheUpdate to MultiHttpClient and deprecate SquidPurgeClient · wikimedia/mediawiki@1260bf7 · GitHub ] - github.com [00:41:33] https://github.com/wikimedia/mediawiki/commit/1260bf71da9c5ba8fb25fdcfbab30b128c30010a#diff-1691e99810c6af8b7fda983ba8ceb8529c1085f0626d11241d2427afdc286d59R305 but now, only the path is sent [00:41:33] [ Migrate CdnCacheUpdate to MultiHttpClient and deprecate SquidPurgeClient · wikimedia/mediawiki@1260bf7 · GitHub ] - github.com [00:41:46] when did we deploy 1.35? [00:43:00] > var_dump( wfExpandUrl( '/w/index.php?title=User:Southparkfan/Test&action=history', PROTO_INTERNAL ) ); [00:43:00] string(81) "https://meta.miraheze.org/w/index.php?title=User:Southparkfan/Test&action=history" [00:43:00] [ Revision history of "User:Southparkfan/Test" - Miraheze Meta ] - meta.miraheze.org [00:43:12] SPF|Cloud novemeber i think [00:43:17] yes, that is the correct URL [00:43:30] but nowadays only the path is sent, ie everything but "https://meta.miraheze.org" [00:43:31] [ Meta ] - meta.miraheze.org [00:43:31] oh [00:43:33] actually [00:44:10] october time [00:44:36] let me test a patch [00:44:57] > var_dump( wfParseUrl( wfExpandUrl( '/w/index.php?title=User:Southparkfan/Test&action=history', PROTO_INTERNAL ) ) ); [00:44:57] array(5) { [00:44:57] ["scheme"]=> [00:44:57] string(5) "https" [00:44:57] ["host"]=> [00:44:59] string(17) "meta.miraheze.org" [00:45:00] ["path"]=> [00:45:01] string(12) "/w/index.php" [00:45:02] ["query"]=> [00:45:03] string(43) "title=User:Southparkfan/Test&action=history" [00:45:04] ["delimiter"]=> [00:45:05] string(3) "://" [00:45:06] } [00:45:35] yes? [00:45:57] its using >path and query so hence why it doesn't include full domain [00:46:05] that's what I said [00:46:24] 01:41:13 <+SPF|Cloud> https://github.com/wikimedia/mediawiki/commit/1260bf71da9c5ba8fb25fdcfbab30b128c30010a#diff-1691e99810c6af8b7fda983ba8ceb8529c1085f0626d11241d2427afdc286d59L163 before, the full url was sent, including hostname [00:46:24] 01:41:33 <+SPF|Cloud> https://github.com/wikimedia/mediawiki/commit/1260bf71da9c5ba8fb25fdcfbab30b128c30010a#diff-1691e99810c6af8b7fda983ba8ceb8529c1085f0626d11241d2427afdc286d59R305 but now, only the path is sent [00:46:25] [ Migrate CdnCacheUpdate to MultiHttpClient and deprecate SquidPurgeClient · wikimedia/mediawiki@1260bf7 · GitHub ] - github.com [00:46:26] [ Migrate CdnCacheUpdate to MultiHttpClient and deprecate SquidPurgeClient · wikimedia/mediawiki@1260bf7 · GitHub ] - github.com [00:46:28] sounds like a regression [00:46:57] ohh i se [00:46:58] see [00:47:11] if it was a regression wouldn't upstream have picked it up? [00:47:50] seeing as they use the purger for varnish cache too [00:48:00] Wikimedia used htcp purging [00:48:08] and nowadays some sort of kafka based thing [00:48:18] https://wikitech.wikimedia.org/wiki/Multicast_HTCP_purging [00:48:19] [ Multicast HTCP purging - Wikitech ] - wikitech.wikimedia.org [00:48:46] PROBLEM - gluster2 Current Load on gluster2 is CRITICAL: CRITICAL - load average: 6.48, 5.58, 4.91 [00:50:19] oh [00:50:53] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.96, 5.74, 5.06 [00:52:50] uh [00:52:52] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 3.49, 4.84, 4.81 [00:53:03] SPF|Cloud hmm? [00:53:20] https://www.irccloud.com/pastebin/PPXg2g7r/ [00:53:21] [ Snippet | IRCCloud ] - www.irccloud.com [00:53:26] root@cp6:/var/log/varnish# cat varnishncsa.log | grep \"PURGE [00:53:26] 51.77.107.211 - - [04/Feb/2021:00:16:24 +0000] "PURGE http://meta.miraheze.org--proxy/ HTTP/1.1" 200 243 "-" "MediaWiki/1.35.1 CdnCacheUpdate" [00:53:51] that was because you didn't put a space between the url and --proxy :P [00:54:11] oh [00:54:42] you can see in my paste that I get a response from cp7 nginx [00:54:49] curl: (56) Received HTTP code 400 from proxy after CONNECT [00:55:03] mediawiki talks to varnish directly, but nginx responds? [00:56:51] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.46, 5.24, 4.98 [01:01:47] .CONNECT.meta 0x0050: 2e6d 6972 6168 657a 652e 6f72 673a 3434 .miraheze.org:44 0x0060: 3320 4854 5450 2f31 2e31 0d0a 486f 7374 3.HTTP/1.1..Host [01:02:50] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 4.95, 5.05, 5.03 [01:03:24] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 27.47, 21.18, 18.64 [01:05:19] I'm flabbergasted [01:05:28] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 20.33, 21.48, 19.13 [01:06:48] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 4.37, 5.34, 5.23 [01:07:25] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 17.82, 19.79, 18.77 [01:07:56] cp3: (curl error: 28) Timeout was reached [01:08:25] * Establish HTTP proxy tunnel to meta.miraheze.org:443 [01:09:09] RECOVERY - test2 Puppet on test2 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [01:10:14] well, I can reproduce the cache proxy response thing [01:10:33] curl -X PURGE --url "https://meta.miraheze.org/wiki/User:Southparkfan/Test" -H "Host: meta.miraheze.org" --proxy '51.77.107.210:81' -H "User-Agent: MediaWiki/1.35.1 CdnCacheUpdate" -H "Connection: Keep-Alive" -H "Proxy-Connection: Keep-Alive" -H 'X-Device: desktop' [01:10:33] [ User:Southparkfan/Test - Miraheze Meta ] - meta.miraheze.org [01:10:48] curl -X PURGE "w/index.php?title=User:Southparkfan/Test&action=history" -H "Host: meta.miraheze.org" --proxy 51.77.107.210:81 [01:11:05] curl -X PURGE "\/w/index.php?title=User:Southparkfan/Test&action=history" -H "Host: meta.miraheze.org" --proxy 51.77.107.210:81 [01:11:07] SPF|Cloud ^ [01:11:38] does that work? [01:11:40] yeh [01:11:44] good [01:11:47] it returns 200 [01:11:54] but can you check whether it does the content? [01:12:06] that won't purge content obviously [01:12:06] since i did \/ not sure if that breaks something... [01:12:14] why? [01:12:15] content is /wiki/User:Southparkfan/Test :) [01:12:20] ohhh [01:12:22] you're only purging the history page [01:12:22] sorry [01:12:27] the history page [01:12:51] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 3.40, 4.46, 4.91 [01:13:26] curl -X PURGE "%2Fw%2Findex.php%3Ftitle%3DUser%3ASouthparkfan%2FTest%26action%3Dhistory" -H "Host: meta.miraheze.org" --proxy 51.77.107.210:81 [01:13:27] also works [01:14:53] encoding.. [01:16:33] curl -X PURGE --url "%2Fwiki%2FUser%3ASouthparkfan%2FTest" doesn't return an error, but varnish has trouble with the url [01:17:52] what do you mean trouble? [01:18:09] varnish won't decode the url [01:18:14] oh i see [01:18:20] does \/ that work? [01:18:36] or wait.. [01:18:39] "PURGE http://%2Fwiki%2FUser%3ASouthparkfan%2FTest/ HTTP/1.1" 200 243 "-" "MediaWiki/1.35.1 CdnCacheUpdate" [01:19:24] heh [01:19:33] --url '\/wiki/User:Southparkfan/Test' results in "PURGE http://\\/wiki/User:Southparkfan/Test HTTP/1.1" 200 242 "-" "MediaWiki/1.35.1 CdnCacheUpdate" [01:22:18] what did i miss [01:25:41] purge works now? [01:25:45] huh [01:26:21] does it? [01:26:41] i mean using http:// works but https:// doesn't. But in total neither really work [01:26:48] i tried purging https://meta.miraheze.org/wiki/User:Paladox/test [01:26:50] [ User:Paladox/test - Miraheze Meta ] - meta.miraheze.org [01:26:50] and failed [01:26:56] yep, just found out you shouldn't use https:// [01:27:01] varnish doesn't talk https [01:28:15] my bad, my requests were passed to the backend due to a cookie thing [01:29:10] I think I have a fix [01:30:05] oh? [01:34:20] let's see [01:34:50] BINGO [01:35:23] we were right about self::expand( $url ), because varnish does need the 'meta.miraheze.org/' part [01:35:46] it works for you? [01:35:48] however, self::expand() returns an https:// url, but varnish only understands http:// [01:35:52] i'm reloading the page for my page [01:35:55] and it hasn't cleared [01:36:11] edit your page first? [01:36:31] i did [01:36:42] i've been trying to manually purge it using curl [01:37:08] why do that if you have https://meta.miraheze.org/wiki/User:Paladox/test?action=purge :P [01:37:09] [ User:Paladox/test - Miraheze Meta ] - meta.miraheze.org [01:37:23] oh [01:38:03] it works :D [01:38:35] but I don't understand why this has worked before [01:39:32] $url = str_replace( "\n", '', $url ); [01:39:44] nvm [01:40:00] because wfExpandUrl( $url, PROTO_INTERNAL ) has always returned https:// urls [01:41:22] - 'url' => $urlPath, [01:41:23] + 'url' => str_replace( 'https://', 'http://', self::expand( $url ) ), [01:41:46] i'm going to try something [01:41:56] https://github.com/wikimedia/mediawiki/blob/1260bf71da9c5ba8fb25fdcfbab30b128c30010a/includes/clientpool/SquidPurgeClient.php#L200 [01:41:56] [ mediawiki/SquidPurgeClient.php at 1260bf71da9c5ba8fb25fdcfbab30b128c30010a · wikimedia/mediawiki · GitHub ] - github.com [01:41:59] instead of my str_replace hack, I could https://github.com/miraheze/mediawiki/blob/REL1_35/includes/deferred/CdnCacheUpdate.php#L344 use PROTO_HTTP here instead of PROTO_INTERNAL [01:42:00] [ mediawiki/CdnCacheUpdate.php at REL1_35 · miraheze/mediawiki · GitHub ] - github.com [01:42:26] ? [01:42:45] @SPF|Cloud I wonder if this purge / Varnish purge issue is related to the number of subpages in "Page Information" not updating for a couple days after you delete a given page [01:43:10] eh, https://www.mediawiki.org/wiki/Manual:$wgSquidPurgeUseHostHeader is a thing [01:43:11] [ Manual:$wgSquidPurgeUseHostHeader - MediaWiki ] - www.mediawiki.org [01:43:24] oh [01:43:43] * dmehus has never heard of that MediaWiki variable and is looking [01:44:14] the default of that variable is true, though [01:44:22] @SPF|Cloud says it was deprecated in MW 1.33 [01:44:31] I know [01:44:49] but the existence of that variable is somewhat related here [01:44:53] relevant* [01:44:59] ah [01:45:02] interesting [01:46:40] so, in the past, we used SquidPurgeClient which would perform a PURGE /wiki/User:Southparkfan/Test HTTP/1.1 Host: meta.miraheze.org [01:49:01] wow, things start to make sense [01:49:47] to SquidPurgeClient, MediaWiki sent the full URL, but because of wgSquidPurgeUseHostHeader, https://github.com/wikimedia/mediawiki/blob/REL1_35/includes/clientpool/SquidPurgeClient.php#L202 the request became a PURGE \n Host: [01:49:48] [ mediawiki/SquidPurgeClient.php at REL1_35 · wikimedia/mediawiki · GitHub ] - github.com [01:50:06] you can set the second param to 'http' [01:51:09] hmm nvm [01:51:24] in https://github.com/wikimedia/mediawiki/commit/1260bf71da9c5ba8fb25fdcfbab30b128c30010a, the Wikimedia developers started using curl instead of crafting raw PURGEs for varnish [01:51:25] [ Migrate CdnCacheUpdate to MultiHttpClient and deprecate SquidPurgeClient · wikimedia/mediawiki@1260bf7 · GitHub ] - github.com [01:51:41] however, curl cannot deal with urls that do not contain hostnames, hence it will fail [01:52:13] and that is a regression [01:55:09] SPF|Cloud updated the patch to add a comment [01:55:45] going to push this change to miraheze/mediawiki [01:56:13] ok :) [01:56:20] i can create a patch on gerrit [01:56:29] unless you want to? [01:56:41] As long as you credit me I don't mind :-P [01:57:19] sure [01:58:01] @SPF|Cloud ack [01:59:53] [02miraheze/mediawiki] 07Southparkfan pushed 031 commit to 03REL1_35 [+0/-0/±1] 13https://git.io/JtzJn [01:59:55] [02miraheze/mediawiki] 07Southparkfan 038731e01 - CdnCacheUpdate: send full URL for purge + assume HTTP instead of HTTPS Explanation added as a comment. [02:01:00] SPF|Cloud you broke it [02:01:35] shrug [02:02:05] almost right.. [02:02:27] [02miraheze/mediawiki] 07Southparkfan pushed 031 commit to 03REL1_35 [+0/-0/±1] 13https://git.io/JtzJR [02:02:29] [02miraheze/mediawiki] 07Southparkfan 039b2c230 - Fix copy mistake [02:03:14] why not just keep 'url' => [02:03:16] no, again [02:03:22] this is still incorrect, argh [02:03:34] * SPF|Cloud fixes again [02:04:32] [02miraheze/mediawiki] 07Southparkfan pushed 031 commit to 03REL1_35 [+0/-0/±1] 13https://git.io/JtzJE [02:04:33] [02miraheze/mediawiki] 07Southparkfan 0389e4771 - Writing code is hard [02:04:43] SPF|Cloud https://gerrit.wikimedia.org/r/c/mediawiki/core/+/661546 [02:06:08] cmetz: we believe we have fixed your cache problems [02:06:33] i guess tests may fail... [02:06:44] cool patch [02:08:21] mediawiki is flooding purges to varnish, sounds like we have fixed this [02:08:32] it works :D [02:08:46] good work paladox [02:08:58] and you too! [02:09:01] thanks SPF|Cloud ! [02:09:20] it has been years since I have touched mediawiki [02:09:48] but my skills are just as good as they were back then, if not even better [02:09:53] heh [02:10:41] PROBLEM - mw5 Puppet on mw5 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] [02:11:08] and that fixes files too SPF|Cloud :D [02:11:20] "PURGE http://static.miraheze.org/vsrecommendedgameswiki/b/bd/Pick_Axe_Pete_Odyssey2_screenshot.png HTTP/1.1" 200 242 "-" "MediaWiki/1.35.1 CdnCacheUpdate" [02:11:38] PROBLEM - mw6 Puppet on mw6 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] [02:11:48] PROBLEM - jobrunner1 Puppet on jobrunner1 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] [02:12:13] so our purges were broken since october? [02:12:26] apparently, yeh. [02:12:46] PROBLEM - mw4 Puppet on mw4 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] [02:12:48] PROBLEM - mw7 Puppet on mw7 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] [02:17:33] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzJH [02:17:35] [02miraheze/mw-config] 07paladox 0371470a5 - Switch over wikis beginning with g to new file storage [02:18:42] miraheze/mw-config - paladox the build passed. [02:21:23] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzJx [02:21:24] [02miraheze/mw-config] 07paladox 0378f7328 - Switch over wikis beginning with i to new file storage [02:22:25] miraheze/mw-config - paladox the build passed. [02:29:22] [02miraheze/puppet] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/JtzUc [02:29:23] [02miraheze/puppet] 07paladox 03ce79770 - mediawiki: Add location regex block to make some wikis use new file storage [02:29:25] [02puppet] 07paladox created branch 03paladox-patch-1 - 13https://git.io/vbiAS [02:29:26] [02puppet] 07paladox opened pull request 03#1625: mediawiki: Add location regex block to make some wikis use new file s… - 13https://git.io/JtzUC [02:29:28] [02puppet] 07paladox edited pull request 03#1625: mediawiki: Add location regex block to make some wikis use new file storage - 13https://git.io/JtzUC [02:29:35] [02puppet] 07paladox edited pull request 03#1625: mediawiki: Add location regex block to make some wikis use new file storage - 13https://git.io/JtzUC [02:29:42] .gj paladox [02:29:42] You're doing good work, paladox! [02:29:48] .gj SPF|Cloud [02:29:48] You're doing good work, SPF|Cloud! [02:30:36] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.40, 4.39, 3.24 [02:31:20] sure [02:31:26] and now I need sleep [02:31:34] night [02:31:37] [02miraheze/puppet] 07paladox pushed 031 commit to 03paladox-patch-1 [+0/-0/±1] 13https://git.io/JtzUB [02:31:39] [02miraheze/puppet] 07paladox 033f4acf8 - Update mediawiki.conf.erb [02:31:40] [02puppet] 07paladox synchronize pull request 03#1625: mediawiki: Add location regex block to make some wikis use new file storage - 13https://git.io/JtzUC [02:32:31] night [02:32:39] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 4.35, 4.17, 3.30 [02:34:04] PROBLEM - gluster1 Current Load on gluster1 is CRITICAL: CRITICAL - load average: 6.07, 5.41, 3.84 [02:34:42] RECOVERY - mw5 Puppet on mw5 is OK: OK: Puppet is currently enabled, last run 57 seconds ago with 0 failures [02:34:44] [02puppet] 07paladox closed pull request 03#1625: mediawiki: Add location regex block to make some wikis use new file storage - 13https://git.io/JtzUC [02:34:45] RECOVERY - mw4 Puppet on mw4 is OK: OK: Puppet is currently enabled, last run 54 seconds ago with 0 failures [02:34:46] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzUr [02:34:46] RECOVERY - mw7 Puppet on mw7 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [02:34:47] [02miraheze/puppet] 07paladox 0314a1707 - mediawiki: Add location regex block to make some wikis use new file storage (#1625) * mediawiki: Add location regex block to make some wikis use new file storage * Update mediawiki.conf.erb [02:34:49] [02miraheze/puppet] 07paladox deleted branch 03paladox-patch-1 [02:34:50] [02puppet] 07paladox deleted branch 03paladox-patch-1 - 13https://git.io/vbiAS [02:35:00] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 22.60, 20.68, 16.54 [02:35:25] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzUK [02:35:26] [02miraheze/mw-config] 07paladox 03622cb86 - Don't need to use static-new, regex in use to make it use new mount [02:35:42] RECOVERY - mw6 Puppet on mw6 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [02:35:54] RECOVERY - jobrunner1 Puppet on jobrunner1 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [02:36:04] RECOVERY - gluster1 Current Load on gluster1 is OK: OK - load average: 3.97, 4.95, 3.87 [02:36:31] miraheze/mw-config - paladox the build passed. [02:36:57] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 18.50, 20.09, 16.84 [02:38:41] PROBLEM - gluster2 Current Load on gluster2 is CRITICAL: CRITICAL - load average: 6.79, 5.46, 4.11 [02:40:40] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.30, 5.36, 4.23 [02:42:39] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 4.45, 5.00, 4.24 [02:45:27] RECOVERY - gluster3 APT on gluster3 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [02:46:59] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.21, 4.58, 3.63 [02:48:41] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.84, 5.37, 4.65 [02:50:44] PROBLEM - gluster2 Current Load on gluster2 is CRITICAL: CRITICAL - load average: 7.93, 6.14, 5.01 [02:51:01] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 3.84, 4.55, 3.87 [03:02:42] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.48, 5.77, 5.54 [03:04:41] PROBLEM - gluster2 Current Load on gluster2 is CRITICAL: CRITICAL - load average: 6.29, 5.96, 5.63 [03:06:41] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.98, 5.86, 5.63 [03:08:45] PROBLEM - gluster2 Current Load on gluster2 is CRITICAL: CRITICAL - load average: 6.16, 5.99, 5.70 [03:09:38] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 24.03, 22.33, 19.62 [03:13:41] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 20.71, 22.74, 20.52 [03:14:44] PROBLEM - gluster1 Current Load on gluster1 is CRITICAL: CRITICAL - load average: 7.26, 5.66, 4.96 [03:15:40] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 14.21, 19.97, 19.80 [03:16:43] PROBLEM - gluster1 Current Load on gluster1 is WARNING: WARNING - load average: 5.51, 5.45, 4.96 [03:18:40] PROBLEM - gluster1 Current Load on gluster1 is CRITICAL: CRITICAL - load average: 9.30, 6.85, 5.54 [03:22:48] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 4.41, 5.30, 5.65 [03:23:21] PROBLEM - wiki.ripto.gq - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.ripto.gq could not be found [03:23:28] PROBLEM - wiki.etn.link - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.etn.link could not be found [03:23:29] PROBLEM - meta.gyaanipedia.com - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for meta.gyaanipedia.com could not be found [03:23:29] PROBLEM - wiki.sdbx.dev - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.sdbx.dev could not be found [03:28:46] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.50, 5.47, 4.79 [03:30:06] RECOVERY - wiki.ripto.gq - reverse DNS on sslhost is OK: rDNS OK - wiki.ripto.gq reverse DNS resolves to cp6.miraheze.org [03:30:18] RECOVERY - wiki.etn.link - reverse DNS on sslhost is OK: rDNS OK - wiki.etn.link reverse DNS resolves to cp6.miraheze.org [03:30:20] RECOVERY - meta.gyaanipedia.com - reverse DNS on sslhost is OK: rDNS OK - meta.gyaanipedia.com reverse DNS resolves to cp7.miraheze.org [03:30:22] RECOVERY - wiki.sdbx.dev - reverse DNS on sslhost is OK: rDNS OK - wiki.sdbx.dev reverse DNS resolves to cp6.miraheze.org [03:32:41] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 4.86, 5.91, 5.20 [03:34:49] PROBLEM - gluster2 Current Load on gluster2 is CRITICAL: CRITICAL - load average: 6.04, 5.20, 5.33 [03:38:36] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.67, 5.96, 5.37 [03:40:47] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.59, 5.54, 5.48 [03:46:26] PROBLEM - gluster1 Current Load on gluster1 is WARNING: WARNING - load average: 5.45, 5.80, 6.00 [03:46:28] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.13, 5.82, 5.61 [03:50:26] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.25, 6.14, 5.79 [03:50:28] PROBLEM - gluster1 Current Load on gluster1 is CRITICAL: CRITICAL - load average: 7.60, 6.24, 6.09 [03:50:48] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 3.73, 4.52, 5.04 [03:56:23] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.38, 5.95, 5.83 [04:02:18] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.33, 6.01, 5.87 [04:06:13] PROBLEM - gluster1 Current Load on gluster1 is WARNING: WARNING - load average: 3.37, 4.86, 5.74 [04:06:14] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 1.44, 4.37, 5.29 [04:08:11] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 0.21, 2.93, 4.65 [04:10:10] RECOVERY - gluster1 Current Load on gluster1 is OK: OK - load average: 2.78, 3.78, 5.10 [04:22:18] PROBLEM - gluster3 Puppet on gluster3 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 3 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[/mnt/mediawiki-static] [04:58:53] PROBLEM - gluster1 Puppet on gluster1 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 3 minutes ago with 1 failures. Failed resources (up to 3 shown): Exec[/mnt/mediawiki-static] [06:02:09] RECOVERY - phab2 APT on phab2 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:03:14] RECOVERY - db12 APT on db12 is OK: APT OK: 52 packages available for upgrade (0 critical updates). [06:03:59] RECOVERY - db12 APT on db12 is OK: APT OK: 52 packages available for upgrade (0 critical updates). [06:04:45] RECOVERY - mon1 APT on mon1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:05:05] RECOVERY - services1 APT on services1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:05:51] RECOVERY - mail1 APT on mail1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:08:04] RECOVERY - mon2 APT on mon2 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:08:57] RECOVERY - mw4 APT on mw4 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:09:41] RECOVERY - rdb4 APT on rdb4 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:10:30] RECOVERY - cp6 APT on cp6 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:10:58] RECOVERY - gluster4 APT on gluster4 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:14:50] RECOVERY - cp10 APT on cp10 is OK: APT OK: 1 packages available for upgrade (0 critical updates). [06:16:53] RECOVERY - ns2 APT on ns2 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:16:53] RECOVERY - mw9 APT on mw9 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:17:29] RECOVERY - cloud1 APT on cloud1 is OK: APT OK: 97 packages available for upgrade (0 critical updates). [06:17:36] RECOVERY - puppet3 APT on puppet3 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:18:25] RECOVERY - mw5 APT on mw5 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:18:44] RECOVERY - puppet3 APT on puppet3 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:19:06] RECOVERY - jobrunner2 APT on jobrunner2 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:19:20] RECOVERY - db13 APT on db13 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:19:22] RECOVERY - jobrunner1 APT on jobrunner1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:20:17] RECOVERY - db13 APT on db13 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:20:31] RECOVERY - rdb1 APT on rdb1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:24:09] RECOVERY - rdb3 APT on rdb3 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:25:49] RECOVERY - cp11 APT on cp11 is OK: APT OK: 1 packages available for upgrade (0 critical updates). [06:27:03] RECOVERY - graylog2 APT on graylog2 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:30:06] RECOVERY - jobrunner3 APT on jobrunner3 is OK: APT OK: 1 packages available for upgrade (0 critical updates). [06:30:12] RECOVERY - ldap1 APT on ldap1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:30:13] RECOVERY - puppet2 APT on puppet2 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:32:17] RECOVERY - mail2 APT on mail2 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:34:01] RECOVERY - glustermigrtemp1 APT on glustermigrtemp1 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:34:09] RECOVERY - cp3 APT on cp3 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:34:20] RECOVERY - ns1 APT on ns1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:35:10] RECOVERY - services2 APT on services2 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:35:31] RECOVERY - cp3 APT on cp3 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:36:40] RECOVERY - cloud5 APT on cloud5 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:36:42] RECOVERY - cloud5 APT on cloud5 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:37:13] RECOVERY - cp12 APT on cp12 is OK: APT OK: 1 packages available for upgrade (0 critical updates). [06:37:54] RECOVERY - cloud2 APT on cloud2 is OK: APT OK: 98 packages available for upgrade (0 critical updates). [06:38:10] RECOVERY - cp12 APT on cp12 is OK: APT OK: 1 packages available for upgrade (0 critical updates). [06:39:22] RECOVERY - test2 APT on test2 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:39:27] RECOVERY - services3 APT on services3 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:39:27] RECOVERY - cloud3 APT on cloud3 is OK: APT OK: 79 packages available for upgrade (0 critical updates). [06:39:49] RECOVERY - cloud3 APT on cloud3 is OK: APT OK: 79 packages available for upgrade (0 critical updates). [06:40:35] RECOVERY - mw10 APT on mw10 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:41:59] RECOVERY - services4 APT on services4 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:45:03] RECOVERY - mw11 APT on mw11 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:46:30] RECOVERY - mw7 APT on mw7 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:47:38] Back [06:47:47] RECOVERY - cloud4 APT on cloud4 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:47:57] RECOVERY - mw6 APT on mw6 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:48:08] RECOVERY - cloud4 APT on cloud4 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:48:30] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:49:11] RECOVERY - bacula2 APT on bacula2 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:50:05] shut up bots [06:50:16] RECOVERY - test3 APT on test3 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [06:52:15] RECOVERY - jobrunner4 APT on jobrunner4 is OK: APT OK: 1 packages available for upgrade (0 critical updates). [06:52:18] If only I could ping everyone so that we could get the chat goin' [06:55:16] RECOVERY - graylog1 APT on graylog1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:55:33] RECOVERY - rdb2 APT on rdb2 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:55:37] RECOVERY - db11 APT on db11 is OK: APT OK: 52 packages available for upgrade (0 critical updates). [06:56:26] RECOVERY - db11 APT on db11 is OK: APT OK: 52 packages available for upgrade (0 critical updates). [06:57:30] RECOVERY - cp7 APT on cp7 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:57:43] RECOVERY - gluster2 APT on gluster2 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [06:59:03] RECOVERY - ldap2 APT on ldap2 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [07:00:07] CptViraj Welcome! [07:00:26] RECOVERY - mw8 APT on mw8 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [07:01:23] Can we ban all the bots so we can genuinely chat? [07:05:27] Firestar: probably not. 😛 The "bots" are needed for the [[SRE]]. [07:05:28] https://meta.miraheze.org/wiki/SRE [07:05:29] [ System administrators - Miraheze Meta ] - meta.miraheze.org [08:27:31] [02miraheze/landing] 07translatewiki pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtzc1 [08:27:33] [02miraheze/landing] 07translatewiki 03bcbc419 - Localisation updates from https://translatewiki.net. [08:27:33] [ Main page - translatewiki.net ] - translatewiki.net [08:27:34] [02miraheze/ManageWiki] 07translatewiki pushed 031 commit to 03master [+0/-0/±4] 13https://git.io/JtzcD [08:27:36] [02miraheze/ManageWiki] 07translatewiki 0346cc39d - Localisation updates from https://translatewiki.net. [08:27:37] [ Main page - translatewiki.net ] - translatewiki.net [08:27:37] [02miraheze/DataDump] 07translatewiki pushed 031 commit to 03master [+0/-0/±5] 13https://git.io/Jtzcy [08:27:39] [02miraheze/DataDump] 07translatewiki 034340176 - Localisation updates from https://translatewiki.net. [08:27:40] [ Main page - translatewiki.net ] - translatewiki.net [08:27:40] [02miraheze/MirahezeMagic] 07translatewiki pushed 031 commit to 03master [+0/-1/±8] 13https://git.io/JtzcS [08:27:42] [02miraheze/MirahezeMagic] 07translatewiki 031e2a3a3 - Localisation updates from https://translatewiki.net. [08:27:42] [ Main page - translatewiki.net ] - translatewiki.net [08:27:43] [02miraheze/MatomoAnalytics] 07translatewiki pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtzc9 [08:27:45] [02miraheze/MatomoAnalytics] 07translatewiki 036a80c0f - Localisation updates from https://translatewiki.net. [08:27:45] [ Main page - translatewiki.net ] - translatewiki.net [08:28:39] miraheze/MatomoAnalytics - translatewiki the build passed. [08:28:40] miraheze/landing - translatewiki the build passed. [08:28:48] miraheze/MirahezeMagic - translatewiki the build passed. [08:28:55] miraheze/ManageWiki - translatewiki the build passed. [08:29:19] miraheze/DataDump - translatewiki the build passed. [08:59:21] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzWO [08:59:22] [02miraheze/mw-config] 07paladox 034ac3578 - Switch over wikis beginning with d to new file storage [09:00:10] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzWc [09:00:11] [02miraheze/puppet] 07paladox 039c0b9ac - Add d to list [09:00:26] miraheze/mw-config - paladox the build passed. [09:07:08] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzWr [09:07:09] [02miraheze/mw-config] 07paladox 03146edfb - Switch over wikis beginning with k to new file storage [09:07:41] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzWi [09:07:42] [02miraheze/puppet] 07paladox 031c56dbf - Add k to the list [09:08:11] miraheze/mw-config - paladox the build passed. [09:28:52] PROBLEM - test2 Puppet on test2 is WARNING: WARNING: Puppet is currently disabled, message: paladox, last run 25 minutes ago with 0 failures [09:29:50] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-3 [+0/-0/±1] 13https://git.io/Jtz8T [09:29:52] [02miraheze/mw-config] 07paladox 03f21eb15 - Set wgInternalServer to wgServer [09:29:53] [02mw-config] 07paladox created branch 03paladox-patch-3 - 13https://git.io/vbvb3 [09:29:55] [02mw-config] 07paladox opened pull request 03#3706: Set wgInternalServer to wgServer - 13https://git.io/Jtz8k [09:30:17] [02miraheze/mw-config] 07paladox pushed 031 commit to 03paladox-patch-3 [+0/-0/±1] 13https://git.io/Jtz8I [09:30:18] [02miraheze/mw-config] 07paladox 03f19f5e2 - Update LocalSettings.php [09:30:20] [02mw-config] 07paladox synchronize pull request 03#3706: Set wgInternalServer to wgServer - 13https://git.io/Jtz8k [09:30:37] [02mw-config] 07paladox closed pull request 03#3706: Set wgInternalServer to wgServer - 13https://git.io/Jtz8k [09:30:39] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtz8q [09:30:40] [02miraheze/mw-config] 07paladox 03f850edc - Set wgInternalServer to wgServer (#3706) * Set wgInternalServer to wgServer * Update LocalSettings.php [09:30:42] [02miraheze/mw-config] 07paladox deleted branch 03paladox-patch-3 [09:30:43] [02mw-config] 07paladox deleted branch 03paladox-patch-3 - 13https://git.io/vbvb3 [09:30:59] miraheze/mw-config - paladox the build passed. [09:31:24] miraheze/mw-config - paladox the build passed. [09:31:27] [02miraheze/mediawiki] 07paladox pushed 033 commits to 03REL1_35 [+0/-0/±3] 13https://git.io/Jtz8s [09:31:28] [02miraheze/mediawiki] 07paladox 03d33eab3 - Revert "Writing code is hard" This reverts commit 89e4771a55abe4ccb2c49db223baa601bc103522. [09:31:30] [02miraheze/mediawiki] 07paladox 03aa95ee1 - Revert "Fix copy mistake" This reverts commit 9b2c2305523d7f3eed58d4c75d9aecf7bdc694b7. [09:31:31] [02miraheze/mediawiki] 07paladox 03a8ec818 - Revert "CdnCacheUpdate: send full URL for purge + assume HTTP instead of HTTPS" This reverts commit 8731e0125411b7ec4e5d4602b7082192a99bc964. [09:31:39] miraheze/mw-config - paladox the build passed. [09:32:51] RECOVERY - test2 Puppet on test2 is OK: OK: Puppet is currently enabled, last run 2 minutes ago with 0 failures [09:34:12] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 25.18, 18.23, 14.76 [09:36:10] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 16.25, 17.55, 14.94 [09:41:22] [02miraheze/mediawiki] 07paladox pushed 033 commits to 03REL1_35 [+0/-0/±3] 13https://git.io/Jtz4v [09:41:24] [02miraheze/mediawiki] 07paladox 03613b7df - Revert "Revert "CdnCacheUpdate: send full URL for purge + assume HTTP instead of HTTPS"" This reverts commit a8ec8189821f0c17a1eb5942c7fd482ac3d9e1aa. [09:41:25] [02miraheze/mediawiki] 07paladox 033a643e7 - Revert "Revert "Fix copy mistake"" This reverts commit aa95ee11fac1a60b03518df5501462f9520d58e5. [09:41:27] [02miraheze/mediawiki] 07paladox 0302e64da - Revert "Revert "Writing code is hard"" This reverts commit d33eab38d5ed4f550bb12db7dd0e6327f758f259. [09:52:16] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 21.08, 19.76, 16.64 [09:54:13] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 13.29, 17.35, 16.14 [10:19:00] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 22.89, 18.82, 17.26 [10:20:57] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 17.61, 18.47, 17.33 [10:39:26] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtz0v [10:39:28] [02miraheze/mw-config] 07paladox 03ceecb8d - Switch over wikis beginning with j to new file storage [10:39:42] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtz0f [10:39:43] [02miraheze/puppet] 07paladox 03a067c1c - Add j to list [10:40:29] miraheze/mw-config - paladox the build passed. [10:59:33] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.92, 5.04, 4.27 [11:01:32] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 4.28, 4.87, 4.31 [11:26:55] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.36, 5.25, 4.73 [11:30:54] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 3.53, 4.76, 4.67 [11:49:28] RhinosF1|NotHere: how come miraheze-github isn't logged in any more [11:50:22] jess: either someone changed the password or it's broke [11:50:31] ): [11:51:06] jess: https://github.com/miraheze/mw-config/runs/1830058577?check_suite_focus=true [11:51:07] [ Switch over wikis beginning with j to new file storage · miraheze/mw-config@ceecb8d · GitHub ] - github.com [11:51:16] SASL Authentication Aborted [11:53:08] i think i know why [11:53:40] if you know the password, try logging in yourself and you should see it [11:55:02] jess: I don't [11:55:23] jess: is it gonna be max users on account [11:55:47] i don't think i should be exposing the reason to someone that i'm not certain has access to the account [11:55:48] There's 3 currently [11:56:22] jess: if it is, it'll resolve itself when paladox and SPF|Cloud complete migrating servers [11:56:27] Unless it needs doing quicker [11:56:36] nah it's fine for now [12:01:03] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtzz7 [12:01:05] [02miraheze/mw-config] 07paladox 034b14f5f - Switch over wikis beginning with l to new file storage [12:01:21] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtzz5 [12:01:22] [02miraheze/puppet] 07paladox 03ce2b03c - Add l to list [12:02:20] miraheze/mw-config - paladox the build passed. [12:08:31] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 23.96, 21.23, 16.88 [12:10:29] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 14.80, 19.05, 16.64 [12:24:32] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [12:26:32] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [12:37:08] [02mw-config] 07JohnFLewis commented on commit 03f850edc2f0c94a50e94db6b95719981b5c8ea7f1 - 13https://git.io/Jtz2g [12:42:29] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [12:56:32] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [13:09:31] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzaK [13:09:33] [02miraheze/mw-config] 07paladox 0395a6ab6 - Revert "Set wgInternalServer to wgServer (#3706)" This reverts commit f850edc2f0c94a50e94db6b95719981b5c8ea7f1. [13:10:42] miraheze/mw-config - paladox the build passed. [13:15:50] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.30, 4.76, 4.39 [13:17:48] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.59, 5.05, 4.51 [13:20:31] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [13:21:48] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 4.82, 5.35, 4.79 [13:23:49] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 4.01, 4.89, 4.69 [13:26:30] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [13:27:43] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.10, 5.34, 4.94 [13:33:38] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 4.85, 5.09, 4.99 [13:51:31] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.76, 5.37, 4.97 [13:55:33] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.45, 5.52, 5.09 [13:57:34] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.66, 5.51, 5.14 [13:59:31] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.62, 5.74, 5.26 [14:04:16] [02mw-config] 07R4356th opened pull request 03#3707: Add wgWatchlistExpiry to ManageWiki - 13https://git.io/Jtzw7 [14:05:24] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.68, 5.92, 5.53 [14:05:54] miraheze/mw-config - R4356th the build passed. [14:06:55] [02mw-config] 07R4356th synchronize pull request 03#3707: Add wgWatchlistExpiry to ManageWiki - 13https://git.io/Jtzw7 [14:07:21] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 5.66, 6.05, 5.64 [14:07:59] miraheze/mw-config - R4356th the build passed. [14:10:19] [02mw-config] 07paladox closed pull request 03#3707: Add wgWatchlistExpiry to ManageWiki - 13https://git.io/Jtzw7 [14:10:20] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/Jtzwj [14:10:22] [02miraheze/mw-config] 07R4356th 038c8fcdf - Add wgWatchlistExpiry to ManageWiki (#3707) * Add wgWatchlistExpiry * Add wgWatchlistExpiry to ManageWiki * Better setting name and set overridedefault to false [14:11:06] [02miraheze/mw-config] 07Reception123 pushed 031 commit to 03Reception123-patch-2 [+0/-0/±1] 13https://git.io/Jtzrf [14:11:08] [02miraheze/mw-config] 07Reception123 03a02fad3 - change rctwiki license to CC BY SA 3 T6805 do not merge until T6805#134269 is confirmed [14:11:09] [02mw-config] 07Reception123 created branch 03Reception123-patch-2 - 13https://git.io/vbvb3 [14:11:11] [02mw-config] 07Reception123 opened pull request 03#3708: change rctwiki license to CC BY SA 3 T6805 - 13https://git.io/JtzrJ [14:11:31] miraheze/mw-config - paladox the build passed. [14:12:36] miraheze/mw-config - Reception123 the build passed. [14:22:29] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [14:26:29] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [14:31:02] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 4.72, 5.52, 5.90 [14:39:24] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzoU [14:39:26] [02miraheze/mw-config] 07paladox 031c70381 - Switch over wikis beginning with o to new file storage [14:39:42] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzoT [14:39:44] [02miraheze/puppet] 07paladox 039d4f7e8 - Add o to list [14:41:05] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzoL [14:41:06] [02miraheze/mw-config] 07paladox 035ebc631 - Switch over wikis beginning with q to new file storage [14:41:18] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtzoq [14:41:20] [02miraheze/puppet] 07paladox 0387fabc6 - Add q to list [14:42:29] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 21.89, 19.23, 17.33 [14:43:36] miraheze/mw-config - paladox the build passed. [14:44:29] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 14.81, 17.67, 17.01 [14:46:06] miraheze/mw-config - paladox the build passed. [14:54:31] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [14:56:31] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [15:01:00] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.10, 5.54, 5.38 [15:02:58] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.87, 5.51, 5.38 [15:03:32] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtzox [15:03:34] [02miraheze/mw-config] 07Universal-Omega 032426819 - Remove sitenotice [15:04:18] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 25.65, 21.92, 19.20 [15:04:46] miraheze/mw-config - Universal-Omega the build passed. [15:06:17] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 16.17, 19.88, 18.80 [15:10:35] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzKq [15:10:36] [02miraheze/mw-config] 07Universal-Omega 0354579c5 - Remoce ManageWikiSettings override which does nothing [15:10:47] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.87, 5.35, 4.61 [15:11:25] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzKm [15:11:27] [02miraheze/mw-config] 07Universal-Omega 03a178a5c - Remove override which does nothing. [15:11:46] miraheze/mw-config - Universal-Omega the build passed. [15:12:31] miraheze/mw-config - Universal-Omega the build passed. [15:12:46] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 4.49, 4.97, 4.56 [15:16:35] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [15:16:58] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.51, 5.59, 5.40 [15:18:58] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.58, 5.59, 5.43 [15:20:00] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzK8 [15:20:01] [02miraheze/mw-config] 07Universal-Omega 035512517 - Update comment. [15:21:06] miraheze/mw-config - Universal-Omega the build passed. [15:25:29] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzKP [15:25:31] [02miraheze/mw-config] 07Universal-Omega 03227ea2f - Update comment [15:26:28] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [15:26:36] miraheze/mw-config - Universal-Omega the build passed. [15:26:43] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzKH [15:26:44] [02miraheze/mw-config] 07Universal-Omega 03c329874 - Update comment [15:27:46] miraheze/mw-config - Universal-Omega the build passed. [15:28:08] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzK7 [15:28:09] [02miraheze/mw-config] 07Universal-Omega 035c800db - Fix comment [15:28:58] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.75, 5.93, 5.62 [15:29:16] miraheze/mw-config - Universal-Omega the build passed. [15:29:52] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzK5 [15:29:53] [02miraheze/mw-config] 07Universal-Omega 03e3c6426 - Fix comment [15:30:56] miraheze/mw-config - Universal-Omega the build passed. [15:30:58] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 3.79, 5.22, 5.41 [15:33:27] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzKp [15:33:28] [02miraheze/mw-config] 07Universal-Omega 0340a5bbf - Fix comment [15:34:10] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 25.74, 20.49, 19.04 [15:34:51] miraheze/mw-config - Universal-Omega the build passed. [15:36:12] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 23.74, 22.54, 20.03 [15:37:27] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtz6k [15:37:29] [02miraheze/mw-config] 07Universal-Omega 03fd07ae9 - Fix comment [15:38:15] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 16.20, 20.27, 19.53 [15:38:31] miraheze/mw-config - Universal-Omega the build passed. [15:39:01] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.68, 5.48, 5.36 [15:41:01] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 4.82, 5.20, 5.27 [15:42:12] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 17.66, 20.88, 20.11 [15:42:27] PROBLEM - mon1 Current Load on mon1 is WARNING: WARNING - load average: 3.44, 3.11, 2.75 [15:44:29] RECOVERY - mon1 Current Load on mon1 is OK: OK - load average: 1.82, 2.70, 2.65 [15:46:12] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 16.54, 19.76, 19.94 [15:46:58] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 3.99, 4.76, 5.10 [16:03:05] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 23.18, 20.02, 19.73 [16:05:04] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 35.15, 26.93, 22.39 [16:05:47] PROBLEM - gluster2 Current Load on gluster2 is WARNING: WARNING - load average: 5.65, 5.40, 5.11 [16:07:03] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 15.43, 22.49, 21.32 [16:07:47] RECOVERY - gluster2 Current Load on gluster2 is OK: OK - load average: 3.95, 4.91, 4.97 [16:09:00] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 14.76, 19.61, 20.38 [16:13:18] What maakes a boiler plate template speical? [16:18:40] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 7.98, 5.82, 5.16 [16:22:38] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.75, 5.96, 5.39 [16:23:11] Good to see you again on IRC, @BurningPrincess1. What do you mean, though? [16:24:19] I wonder if I could alter the template Voidwalker made for me and alter the page it is on, as it seems to just appear a sa normal page (No {{template}} mark up [16:24:28] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [16:26:33] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [16:28:31] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 4.38, 4.85, 5.07 [16:35:42] @BurningPrincess1 How do you mean? You can transclude a page in any namespace, but need to use an initial colon if not in `Template:` namespace [16:36:04] i.e., `{{:User:Dmehus/local election}}`, etc. [16:36:34] Well, would it be possable to make a template to apply once, and it forever alters the layout of the page and does not have a template {{}} appear [16:37:30] Or is there some kinda extsation I would need [16:38:07] Not sure how you mean, without the `{{}}`. I don't think so, tbh. I mean you could repeatedly substitute the given page `{{subst:TemplateName}}`, but for transclusion, you have to have the curly braces. Might be able to use JavaScript and the API, though, not sure. [16:38:37] .tell Voidwalker Can you see http://wm-bot.wmflabs.org/browser/index.php?display=%23miraheze at 11:38 AM your time for BurningPrincess1's question? [16:38:38] dmehus: I'll pass that on when Voidwalker is around. [16:38:39] [ Wikimedia IRC logs browser ] - wm-bot.wmflabs.org [16:39:05] How I have been doing "templates" is havinga blank copy of a page and copy pasting it [16:39:16] Oh. [16:39:28] You could use template substitution then. [16:39:37] Em, seems byond me [16:39:42] and if you have scary transclusion enabled, you can even do that cross-wiki. [16:39:53] Oh, wait,m I have a sample [16:40:09] {{subst:region boilerplate|for=Kin'toni Games Setting|from=idril.miraheze.org|type=Snow Plain|control=Kolara Kin'toni Clan|categories=Phase E}} [16:40:21] Just type `{{subst:`PAGENAME`}}` around your PAGENAME where PAGENAME is the name of your template and :PAGENAME is the name of a non-template page [16:40:28] yeah, exactly like that [16:40:48] Fuck. That is perfect [16:40:49] You can use parameters with substitution, but sometimes have to use `{{safesubst:` [16:40:55] Nice. :) [16:41:11] Mediawiki is so helpful [16:41:12] If scary transclusion is enabled, you can even do that across wikis. :) [16:41:28] I like mediawiki over wikidot [16:41:30] See https://testwiki.wiki/wiki/User:Dmehus and note where I'm transcluding that from [16:41:30] [ User:Dmehus - Test Wiki ] - testwiki.wiki [16:41:34] yeah 👍 to that [16:42:21] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.06, 5.43, 5.11 [16:42:24] dmehus, what is my standing in the Miraheze commity?> [16:42:59] @BurningPrincess1 Beloved and hoping you'll come back on-wiki :) [16:43:10] Aww. Thank you [16:43:15] dmehus, why do you like me so much? [16:43:38] I don't know you very much, but you're courteous, patient, and helpful, so that's good enough for me [16:43:55] What do I do that is helpful? [16:44:05] Zppix even commented after you requested a lock that he missed you, so you clearly are well liked. [16:44:18] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 3.87, 4.86, 4.94 [16:44:20] I've seen you answer users' questions on IRC, no? [16:44:23] Dawwwl. [16:44:32] I never rememembered that [16:44:46] You've been around since the beginning, or close to the beginning, too. [16:44:51] so you've been around a long time [16:45:29] .tell Voidwalker Disregard previous tell. I think I solved it. :D [16:45:29] dmehus: I'll pass that on when Voidwalker is around. [16:46:18] Also, AutoWikiBroswer is really helpful for wokring with categories [16:47:13] Just saves tons of work when fixing 40+ categories or changing just one little thing acorss a lot of pages [16:49:00] yeah... I've never used AWB or JavascriptWikiBrowser, or Huggle for that matter, but I'd like to experiment with it eventually [16:50:14] I use it just for fixing little things like categoes and upper/lowercasing really (does tend to mess up categories sometimes with upper/lowercasing) [16:50:16] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.17, 5.29, 5.10 [16:51:46] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzPd [16:51:47] [02miraheze/mw-config] 07Universal-Omega 03390a644 - Add install options to comment [16:52:14] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 4.30, 4.99, 5.01 [16:52:47] Aslo, I do like that system you use for many wikis, my wiki host ran into problems with running maint scripts due to how (I think) he set iut uop [16:52:51] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzPp [16:52:53] [02miraheze/mw-config] 07Universal-Omega 0374be058 - Fix typo [16:53:03] miraheze/mw-config - Universal-Omega the build passed. [16:54:13] miraheze/mw-config - Universal-Omega the build passed. [16:56:28] @BurningPrincess1 ack [17:02:11] dmehus, perosnly, I dislike doing conpex thinsg if a easy way can be done (synlinks sene to ve a mess) [17:05:00] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 4.83, 5.11, 5.00 [17:06:58] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 4.37, 4.99, 4.98 [17:15:53] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.35, 5.11, 5.00 [17:17:50] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 4.47, 4.89, 4.93 [17:20:02] BurningPrincess1: <3 [17:20:25] Zppix, <3 [17:21:36] Hey would it be helpful fot you to have a bot channel just for all these bots? [17:21:51] And a support/Discussion channel for chat [17:23:33] Usually its not as noisy but we are mid migration [17:24:54] I geuss I am like the channel pet :) [17:25:42] Wym? [17:26:11] Well, it seems for sone reason the staff like me [17:26:25] At lest you Zppix and dmehus [17:27:56] I mean we like to keep our users happy as possible, and youve been apart of Miraheze for a long time [17:29:42] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CRITICAL - load average: 6.58, 5.74, 5.27 [17:31:42] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.59, 5.67, 5.31 [17:31:50] @BurningPrincess1 We do have #miraheze-bot-alerts that alerts us to some actions taken by the bots, but yeah, as revi noted elsewhere, #miraheze is a bit like a spewing fire hydrant in the middle of an open staff meeting [17:32:17] I think there was some talk to a #miraheze-alerts channel for all the bot alerts, but it wasn't preferred by the SRE team, if I understand it [17:33:40] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 3.47, 4.96, 5.10 [17:33:42] I would support having a Miraheze-alerts channel [17:34:05] Means people can get support and not been drowned by bots [17:34:34] +1 to that point, TBH [17:34:50] yeah, I wouldn't mind it either, tbh. We do have the RC feed channels, like #miraheze-feed, #miraheze-feed-meta, #miraheze-feed-commons, etc [17:35:17] so this would just be a continuation of that [17:35:25] +1 to that [17:35:43] 👍 adding my +1 :P [17:36:20] We could make a RfC on meta to get wat the commity things [17:36:25] Quote: [17:36:27] > My impression on #miraheze @ freenode has been sort of 'open firehose inside the office' since day 1 [17:36:28] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 22.44, 21.91, 19.22 [17:37:34] We *can* fix that, by redicting the water esleware [17:39:24] revi, thanks...I paraphrased you fairly well, didn't I? :) [17:39:34] probably yeah :P [17:39:40] oh I said fire hydrant lol [17:39:46] but pretty... similar [17:39:59] | @BurningPrincess1 We do have #miraheze-bot-alerts that alerts us to some actions taken by the bots, but yeah, as revi noted elsewhere, #miraheze is a bit like a spewing fire hydrant in the middle of an open staff meeting [17:40:05] how do you quote on IRC? [17:40:10] `>` [17:40:12] ah [17:40:14] thanks :) [17:40:30] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 18.30, 20.39, 19.24 [17:40:39] PROBLEM - gluster1 Current Load on gluster1 is WARNING: WARNING - load average: 5.63, 4.62, 3.78 [17:42:37] RECOVERY - gluster1 Current Load on gluster1 is OK: OK - load average: 3.61, 4.19, 3.72 [17:45:12] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [17:45:44] Do any of you have nicknames for me [17:45:55] nope [17:46:08] I just call you BurningPrincess1 or maybe BurningPrincess sometimes [17:46:35] I don't mind having a nickname [17:46:38] revi's nickname is the master of laziness™️, but that's self-appointed, heh :P [17:46:52] ok, I can't think of one for you though [17:48:01] dmehus: BP1? [17:48:22] revi: Master of laziness 😂 [17:50:56] Zppix, do you have an idea for a nickname for me? [17:54:58] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [17:55:35] Hey I do have a really boring task I want help with if I move my wiki back to Miraheze - making a large number of amost blank pages that are used to write in [17:56:29] I have a list of place types, but I can add in names, and names for the group that lives there, but IU jsut want the blank-with-template page. I think it is a task for a bot [17:56:47] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtz1h [17:56:49] [02miraheze/mw-config] 07paladox 03aeca2c9 - Switch over wikis beginning with m to new file storage [17:57:01] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzMv [17:57:03] [02miraheze/puppet] 07paladox 03023141d - Add m to list [17:57:47] miraheze/mw-config - paladox the build passed. [17:58:35] It can be done by hand, but the sheer nunmber I nthink needs a bot to help me [17:59:47] Would anyone be wiling to help> [18:00:17] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 25.13, 19.37, 18.08 [18:01:44] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03Universal-Omega-patch-5 [+0/-0/±1] 13https://git.io/JtzMT [18:01:46] [02miraheze/mw-config] 07Universal-Omega 0387ff368 - Auto add stl file extension wheb installing 3d extension [18:01:47] [02mw-config] 07Universal-Omega created branch 03Universal-Omega-patch-5 - 13https://git.io/vbvb3 [18:01:50] [02mw-config] 07Universal-Omega opened pull request 03#3709: Auto add stl file extension wheb installing 3d extension - 13https://git.io/JtzMk [18:02:18] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 19.58, 19.27, 18.21 [18:02:57] miraheze/mw-config - Universal-Omega the build passed. [18:04:38] [02mw-config] 07Universal-Omega edited pull request 03#3709: Auto add stl file extension when installing 3d extension - 13https://git.io/JtzMk [18:05:07] [02mw-config] 07Universal-Omega edited pull request 03#3709: Auto install stl file extension when enabling 3D extension - 13https://git.io/JtzMk [18:05:34] Please may I have my acct unlocked then so I can start moving the wikis [18:06:57] @BurningPrincess1 Doing [18:07:04] TY [18:07:12] Thank you [18:07:16] Sigyn, shut up [18:08:35] I can't find your wiki account. What was your username? [18:08:45] TheBurningPrincess [18:09:09] oh [18:09:14] missed the initial article lol [18:09:16] doing now then [18:10:01] {{Done}} [18:10:03] * BurningPrincess1 compiles dmehus [18:10:25] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.68, 5.70, 5.16 [18:10:35] lol [18:10:46] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [18:16:02] [02mw-config] 07Universal-Omega closed pull request 03#3709: Auto install stl file extension when enabling 3D extension - 13https://git.io/JtzMk [18:16:04] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzMa [18:16:05] [02miraheze/mw-config] 07Universal-Omega 039dca3c0 - Auto add stl file extension wheb installing 3d extension (#3709) [18:16:07] [02miraheze/mw-config] 07Universal-Omega deleted branch 03Universal-Omega-patch-5 [18:16:08] [02mw-config] 07Universal-Omega deleted branch 03Universal-Omega-patch-5 - 13https://git.io/vbvb3 [18:16:53] [02mw-config] 07Universal-Omega commented on pull request 03#3696: Move - 13https://git.io/JtzM1 [18:17:10] miraheze/mw-config - Universal-Omega the build passed. [18:17:41] * blackwidowmovie0 loves how people respect dmehus [18:18:15] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 4.53, 4.88, 4.97 [18:19:00] WIki making requests submitted [18:19:56] @BurningPrincess1 Reviewing now. [18:21:43] @BurningPrincess {{Done}} 1 [18:21:54] s/BurningPrincess/BurningPrincess1 [18:21:54] dmehus meant to say: @BurningPrincess1 {{Done}} 1 [18:22:54] @BurningPrincess1 DM me regarding Special:RequestWikiQueue/16495. I have a question that needs clarifying [18:26:29] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [18:29:33] @BurningPrincess1 {{Done}} other 1 [18:34:11] https://phabricator.miraheze.org/T6818 [18:34:11] [ ⚓ T6818 Make my wikis CC-BY-NC-SA ] - phabricator.miraheze.org [18:34:13] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 23.52, 19.55, 18.08 [18:36:11] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 15.35, 18.15, 17.77 [18:36:52] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzDv [18:36:53] [02miraheze/mw-config] 07Universal-Omega 037300e94 - DynamicPageList3: run script on install [18:37:58] miraheze/mw-config - Universal-Omega the build passed. [18:48:29] PROBLEM - gluster1 APT on gluster1 is UNKNOWN: APT UNKNOWN: 0 packages available for upgrade (0 critical updates). errors detected. [18:48:31] Would you mind that I would want deleted versons and old versons oif pages on my wiki deleted once ech few months or so? [18:50:04] [02puppet] 07RhinosF1 opened pull request 03#1626: users: disable my ssh key until I unbork my laptop - 13https://git.io/JtzD3 [18:50:15] paladox: ^ [18:50:49] [02puppet] 07paladox synchronize pull request 03#1626: users: disable my ssh key until I unbork my laptop - 13https://git.io/JtzD3 [18:50:57] [02puppet] 07paladox closed pull request 03#1626: users: disable my ssh key until I unbork my laptop - 13https://git.io/JtzD3 [18:50:58] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzDs [18:51:00] [02miraheze/puppet] 07RhinosF1 03b2815df - users: disable my ssh key until I unbork my laptop (#1626) * users: disable my ssh key until I unbork my laptop * Update data.yaml Co-authored-by: paladox [18:51:01] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.22, 4.70, 4.55 [18:52:22] Would you mind that I would want deleted versons and old versons oif pages on my wiki deleted once ech few months or so? dmehus ? [18:53:07] BurningPrincess1: we can do that [18:53:20] @BurningPrincess1 How do you mean, do you mean you want to delete and create new wikis every few months, or do you mean you want me to OS all old prior revisions every few months? [18:53:30] I'd prefer the former, as that's much simpler [18:53:37] Use a maint script to delete [18:54:17] PROBLEM - gluster3 Current Load on gluster3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:54:27] dmehus: there's a shell script [18:54:29] Oh, we should be able to do that, then, as long as you give us specified parameters to delete all prior revisions prior to `n` revision number or `n` timestamp, sure [18:54:30] I remmber there are is a maint scirpt that can delete old versons and a another that can delete deleted versons (archived) [18:54:40] deleteOldRevisions.php [18:54:42] @RhinosF1|NotHere yeah, I gathered that [18:54:43] Or something [18:54:54] https://www.mediawiki.org/wiki/Manual:DeleteOldRevisions.php indeed [18:54:55] [ Manual:deleteOldRevisions.php - MediaWiki ] - www.mediawiki.org [18:55:01] @BurningPrincess1 So yeah, that's definitely possible. Will need a Phabricator task [18:55:14] Thanks. [18:55:18] and you to specify which revisions to delete [18:55:32] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [18:55:32] I would just want to delete all but currant [18:56:16] oh, sure, yeah that seems fine, though that does pose a CreativeCommons licensing compliance issue for you if your wiki has other contributors [18:56:25] There's also https://www.mediawiki.org/wiki/Manual:DeleteArchivedRevisions.php [18:56:26] [ Manual:deleteArchivedRevisions.php - MediaWiki ] - www.mediawiki.org [18:56:29] PROBLEM - puppet3 puppetdb on puppet3 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [18:56:35] Yeah you'd need the license to allow it [18:56:44] ^ yep [18:56:44] PROBLEM - ping6 on puppet3 is CRITICAL: PING CRITICAL - Packet loss = 100% [18:56:52] My finished wiki only has me edit [18:56:54] PROBLEM - ping4 on puppet3 is CRITICAL: PING CRITICAL - Packet loss = 100% [18:56:59] hmm, the network just went down for me on cloud4 [18:57:09] PROBLEM - puppet3 puppetserver on puppet3 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [18:57:09] PROBLEM - puppet3 APT on puppet3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:57:21] I don't know any lisances that allow that and not to make money out of the content [18:57:21] In your case, you may want to have a custom license, actually, instead of CreativeCommons [18:57:36] is this regarding https://phabricator.miraheze.org/T6818 by any chance? [18:57:38] [ ⚓ T6818 Make my wikis CC-BY-NC-SA ] - phabricator.miraheze.org [18:57:42] Wait [18:57:46] I was just about to deal with that, so if there's any changes in plans please let me know :) [18:57:47] Hold on that for now [18:57:50] okay, sure thing [18:57:54] PROBLEM - puppet3 SSH on puppet3 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [18:58:04] PROBLEM - cloud4 NTP time on cloud4 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:58:04] So, could any of you write a custom lisace for my wikis? [18:58:08] BurningPrincess1: it's should be CC-0 if you're gonna want them scripts running [18:58:15] paladox: were wikis down for a while? [18:58:17] I can't have that [18:58:18] PROBLEM - puppet3 Disk Space on puppet3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:58:20] PROBLEM - cloud4 Disk Space on cloud4 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:58:29] I do not want people making money off my wiki [18:58:31] do note that you can change some licenses yourself via Special:ManageWiki/settings -> Edit [18:58:33] PROBLEM - cloud4 SSH on cloud4 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [18:58:46] huh [18:58:49] @BurningPrincess1 You could just draft it yourself. "You reuse my content, including for derivative works, for non-commercial purposes. All contributors to this wiki grant an irrevocable license to TheBurningPrincess to use their contributions to this wiki." [18:58:49] who rebooted cloud4 [18:59:02] PROBLEM - puppet3 Current Load on puppet3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:59:04] PROBLEM - cloud4 Puppet on cloud4 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:59:04] PROBLEM - cloud4 Current Load on cloud4 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:59:07] PROBLEM - puppet3 Puppet on puppet3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:59:12] BurningPrincess1: if you want NC then you'd have to write some text and talk to Owen [18:59:13] @R4356th I tried to access a wiki a few minutes ago only to get a 502 error which was fixed upon refresh [18:59:15] Em, where would I put that? [18:59:24] so yes, there does seem to be something going on currently [18:59:24] @Reception123 That's true, but I think on the Phabricator task they went a custom licensing footer [18:59:26] PROBLEM - ping6 on cloud4 is CRITICAL: PING CRITICAL - Packet loss = 37%, RTA = 3.55 ms [18:59:45] PROBLEM - puppet3 NTP time on puppet3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [18:59:51] I am willing to hold that task off as I did not know custom ones was a hoice [19:00:17] dmehus, would your words work? [19:00:22] ""You reuse my content, including for derivative works, for non-commercial purposes. All contributors to this wiki grant an irrevocable license to TheBurningPrincess to use their contributions to this wiki."" [19:00:22] PROBLEM - Host puppet3 is DOWN: PING CRITICAL - Packet loss = 100% [19:00:37] @BurningPrincess1 Sure, and I grant my words into the public domain. [19:00:41] Reception123: we, the wiki admins were doing something over at [[mh:snapwiki:]] when we got a 503 error. [19:00:42] so you need not attribute me [19:00:42] https://snapwiki.miraheze.org/wiki/ [19:00:44] [ Homepage ] - snapwiki.miraheze.org [19:00:51] RECOVERY - cloud4 NTP time on cloud4 is OK: NTP OK: Offset -0.000912040472 secs [19:01:02] dmehus, where would I put that on my wiki? [19:01:05] @R4356th sorry about that, there do seem to be some issues currently :( [19:01:07] RECOVERY - cloud4 Disk Space on cloud4 is OK: DISK OK - free space: / 3065957 MB (86% inode=99%); [19:01:13] It got resolved by itself however. [19:01:16] @BurningPrincess1 [[Project:Copyrights]] would work [19:01:20] RECOVERY - cloud4 SSH on cloud4 is OK: SSH OK - OpenSSH_7.9p1 Debian-10+deb10u2 (protocol 2.0) [19:01:30] and include a link to Project:Copyrights in your wiki's footer [19:01:42] RECOVERY - cloud4 Puppet on cloud4 is OK: OK: Puppet is currently enabled, last run 19 minutes ago with 0 failures [19:01:43] PROBLEM - cloud4 Current Load on cloud4 is WARNING: WARNING - load average: 20.81, 5.75, 1.97 [19:01:48] yeah, I was also able to access my page after refreshign [19:02:02] RECOVERY - ping6 on cloud4 is OK: PING OK - Packet loss = 0%, RTA = 5.75 ms [19:02:06] Reception123: oh, okay. No worries. (Can't really say it was not a problem, TBH though) [19:02:24] PROBLEM - mw8 APT on mw8 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [19:02:33] PROBLEM - mw8 php-fpm on mw8 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [19:02:41] Hey I think I locked myself out of my wiki [19:02:45] RECOVERY - Host puppet3 is UP: PING OK - Packet loss = 0%, RTA = 9.14 ms [19:02:48] PROBLEM - puppet3 NTP time on puppet3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [19:02:49] RECOVERY - ping4 on puppet3 is OK: PING OK - Packet loss = 0%, RTA = 0.87 ms [19:02:51] https://taerelvari.miraheze.org/w/index.php? [19:02:53] PROBLEM - jobrunner3 MirahezeRenewSsl on jobrunner3 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [19:02:53] [ Taerel Vari ] - taerelvari.miraheze.org [19:03:08] BurningPrincess1: explain? [19:03:20] PROBLEM - puppet3 Disk Space on puppet3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [19:03:23] I locked myself using user group editing [19:03:36] PROBLEM - puppet3 puppetdb on puppet3 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [19:03:37] Can't make pages [19:03:47] PROBLEM - cloud5 Puppet on cloud5 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [19:03:47] >Copyright © `date` TheBurningPrincess. License is granted to reuse content, including for derivative works, for non-commercial purposes provided attribution is done and a link to this wiki is provided. All contributors to this wiki grant an irrevocable license to TheBurningPrincess to use their contributions to this wiki. [19:03:47] ^ @BurningPrincess1 See above modification. This text for this license has been placed into the public domain [19:03:48] PROBLEM - ping6 on ns2 is CRITICAL: PING CRITICAL - Packet loss = 100% [19:03:54] PROBLEM - services3 Puppet on services3 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [19:03:54] @BurningPrincess1 I'll fix for you [19:03:58] PROBLEM - graylog2 NTP time on graylog2 is CRITICAL: CHECK_NRPE STATE CRITICAL: Socket timeout after 10 seconds. [19:03:58] PROBLEM - graylog2 HTTPS on graylog2 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [19:03:59] TY [19:04:00] RECOVERY - cloud4 Current Load on cloud4 is OK: OK - load average: 8.35, 8.21, 3.59 [19:04:05] RECOVERY - puppet3 Current Load on puppet3 is OK: OK - load average: 0.83, 0.61, 0.26 [19:04:08] RECOVERY - puppet3 Puppet on puppet3 is OK: OK: Puppet is currently enabled, last run 28 seconds ago with 0 failures [19:04:27] RECOVERY - puppet3 puppetdb on puppet3 is OK: TCP OK - 0.019 second response time on 51.195.236.216 port 8081 [19:04:27] RECOVERY - puppet3 NTP time on puppet3 is OK: NTP OK: Offset 0.01725697517 secs [19:04:34] PROBLEM - mw9 Check Gluster Clients on mw9 is CRITICAL: PROCS CRITICAL: 0 processes with args '/usr/sbin/glusterfs' [19:04:40] PROBLEM - mw8 HTTPS on mw8 is CRITICAL: connect to address 51.195.236.221 and port 443: Connection refusedHTTP CRITICAL - Unable to open TCP socket [19:04:43] RECOVERY - ping6 on puppet3 is OK: PING OK - Packet loss = 0%, RTA = 0.95 ms [19:04:46] PROBLEM - jobrunner3 HTTPS on jobrunner3 is CRITICAL: connect to address 51.195.236.220 and port 443: Connection refusedHTTP CRITICAL - Unable to open TCP socket [19:04:48] RECOVERY - puppet3 puppetserver on puppet3 is OK: TCP OK - 0.000 second response time on 51.195.236.216 port 8140 [19:04:49] RECOVERY - puppet3 APT on puppet3 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [19:04:55] PROBLEM - mw9 HTTPS on mw9 is CRITICAL: connect to address 51.195.236.222 and port 443: Connection refusedHTTP CRITICAL - Unable to open TCP socket [19:05:04] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 2.79, 1.00, 0.38 [19:05:09] PROBLEM - jobrunner3 JobRunner Service on jobrunner3 is CRITICAL: PROCS CRITICAL: 0 processes with args 'redisJobRunnerService' [19:05:14] RECOVERY - puppet3 SSH on puppet3 is OK: SSH OK - OpenSSH_7.9p1 Debian-10+deb10u2 (protocol 2.0) [19:05:21] PROBLEM - mw8 Check Gluster Clients on mw8 is CRITICAL: PROCS CRITICAL: 0 processes with args '/usr/sbin/glusterfs' [19:05:23] RECOVERY - mw8 APT on mw8 is OK: APT OK: 0 packages available for upgrade (0 critical updates). [19:05:25] RECOVERY - mw8 php-fpm on mw8 is OK: PROCS OK: 27 processes with command name 'php-fpm7.3' [19:05:29] RECOVERY - puppet3 NTP time on puppet3 is OK: NTP OK: Offset -0.004328250885 secs [19:05:31] RECOVERY - jobrunner3 MirahezeRenewSsl on jobrunner3 is OK: TCP OK - 0.000 second response time on 51.195.236.220 port 5000 [19:05:33] PROBLEM - jobrunner3 Check Gluster Clients on jobrunner3 is CRITICAL: PROCS CRITICAL: 0 processes with args '/usr/sbin/glusterfs' [19:05:37] RECOVERY - puppet3 Disk Space on puppet3 is OK: DISK OK - free space: / 18837 MB (79% inode=93%); [19:05:40] RECOVERY - puppet3 Disk Space on puppet3 is OK: DISK OK - free space: / 18837 MB (79% inode=93%); [19:05:41] RECOVERY - puppet3 puppetdb on puppet3 is OK: TCP OK - 0.000 second response time on 51.195.236.216 port 8081 [19:05:43] PROBLEM - cloud5 Puppet on cloud5 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [19:05:47] RECOVERY - ping6 on ns2 is OK: PING OK - Packet loss = 0%, RTA = 0.41 ms [19:05:50] RECOVERY - services3 Puppet on services3 is OK: OK: Puppet is currently enabled, last run 54 seconds ago with 0 failures [19:05:56] RECOVERY - graylog2 NTP time on graylog2 is OK: NTP OK: Offset -0.005094110966 secs [19:05:56] RECOVERY - graylog2 HTTPS on graylog2 is OK: HTTP OK: HTTP/1.1 200 OK - 1670 bytes in 0.177 second response time [19:06:21] RECOVERY - gluster3 Puppet on gluster3 is OK: OK: Puppet is currently enabled, last run 57 seconds ago with 0 failures [19:06:32] PROBLEM - gluster4 Puppet on gluster4 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [19:06:34] RECOVERY - mw8 HTTPS on mw8 is OK: HTTP OK: HTTP/1.1 301 Moved Permanently - 557 bytes in 0.005 second response time [19:06:40] PROBLEM - mail2 Puppet on mail2 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [19:06:44] @TheBurningPrincess Should be ✅ {{Done}} [19:06:46] RECOVERY - jobrunner3 HTTPS on jobrunner3 is OK: HTTP OK: HTTP/1.1 301 Moved Permanently - 571 bytes in 0.004 second response time [19:06:50] RECOVERY - mw9 HTTPS on mw9 is OK: HTTP OK: HTTP/1.1 301 Moved Permanently - 557 bytes in 0.005 second response time [19:06:59] revi, the firehose is going crazy :P [19:07:04] RECOVERY - jobrunner3 JobRunner Service on jobrunner3 is OK: PROCS OK: 1 process with args 'redisJobRunnerService' [19:07:25] PROBLEM - rdb4 Puppet on rdb4 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [19:07:30] as always. [19:07:51] heh [19:08:04] @TheBurningPrincess1 Nevermind I have to fix your other wiki now [19:08:09] dmehus, you are=e the Tick guy [19:08:17] s/TheBurningPrincess1/BurningPrincess1 [19:08:17] dmehus meant to say: @BurningPrincess1 Nevermind I have to fix your other wiki now [19:08:18] revi: we found what's upset cloud4 [19:08:29] It'll be noisy until it all recovers [19:08:38] Just wondering, people, what is your fave lisance? [19:10:21] well, icinga is noisy at all times anyway [19:10:42] I'm worried when it's quiet [19:10:49] @BurningPrincess1 Nevermind again...`quyranesswiki` seems fine [19:11:19] * dmehus wonders whether RhinosF1|NotHere is ever not worried :P [19:11:42] dmehus: it happens [19:11:50] I know what RhinosF1|NotHere needs... A Miraheze cake [19:12:05] .give RhinosF1|NotHere cake [19:12:14] .give RhinosF1|NotHere cupcake [19:12:21] .give RhinosF1|NotHere popcorn [19:12:25] ergh [19:12:27] Damm boy [19:12:30] *bot [19:12:31] what can MirahezeBot replicate [19:12:36] .help give [19:12:36] dmehus: Unknown command "give" [19:12:43] huh [19:12:50] .help [19:12:50] dmehus: I've published a list of my commands at: https://sopel.mirahezebots.org/help_prod.html [19:12:58] We should write ina Miraheze cake commod [19:13:31] .hotchoc RhinosF1|NotHere [19:13:32] * MirahezeBot gives RhinosF1|NotHere a warm, velvety salted caramel hot chocolate with cream and marhsmellows. [19:13:58] * dmehus is said that the best MirahezeBot can give RhinosF1|NotHere is a hot chocolate [19:14:14] s/said/sad [19:14:15] dmehus meant to say: is sad that the best MirahezeBot can give RhinosF1|NotHere is a hot chocolate [19:14:24] Well, that woudl be nice right now [19:14:34] @BurningPrincess1 true [19:15:31] I like hotchoc [19:15:35] Abyway bbl [19:17:05] dmehus, so, can you edit the flooters of my wiki to link to, and if needed, relfect the copyright pages I added [19:24:34] RECOVERY - gluster4 Puppet on gluster4 is OK: OK: Puppet is currently enabled, last run 58 seconds ago with 0 failures [19:25:08] RECOVERY - cloud5 Puppet on cloud5 is OK: OK: Puppet is currently enabled, last run 8 seconds ago with 0 failures [19:26:50] RECOVERY - cloud5 Puppet on cloud5 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [19:26:52] [02mw-config] 07Universal-Omega closed pull request 03#3708: change rctwiki license to CC BY SA 3 T6805 - 13https://git.io/JtzrJ [19:26:54] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzyK [19:26:55] [02miraheze/mw-config] 07Reception123 0399026c4 - change rctwiki license to CC BY SA 3 T6805 (#3708) do not merge until T6805#134269 is confirmed [19:26:57] [02mw-config] 07Universal-Omega deleted branch 03Reception123-patch-2 - 13https://git.io/vbvb3 [19:26:58] [02miraheze/mw-config] 07Universal-Omega deleted branch 03Reception123-patch-2 [19:27:21] Universal_Omega: wow that was quick :) [19:27:55] miraheze/mw-config - Universal-Omega the build passed. [19:28:22] RECOVERY - mail2 Puppet on mail2 is OK: OK: Puppet is currently enabled, last run 51 seconds ago with 0 failures [19:28:53] RECOVERY - rdb4 Puppet on rdb4 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [19:29:26] RECOVERY - jobrunner3 Check Gluster Clients on jobrunner3 is OK: PROCS OK: 1 process with args '/usr/sbin/glusterfs' [19:33:05] @BurningPrincess1 To add a link to your copyright page, you can modify the MediaWiki:Aboutpage or MediaWiki:Disclaimer or something like that message (can't remember off hand). For the actual licensing text, that will need a Phabricator task [19:33:42] @RhinosF1|NotHere Nice. I should switch to hot choc from coffee lol [19:35:05] dmehus, what is tyhe name of your lisance? [19:38:28] PROBLEM - ping6 on cp3 is CRITICAL: PING CRITICAL - Packet loss = 16%, RTA = 256.01 ms [19:38:32] @BurningPrincess1 I just drafted it on the fly. You can call it TheBurningPrincess Private License if you want, as the text is public domain [19:39:40] How would I edit the interace that shows up on editing? mwith you relese under bla, blka [19:40:27] PROBLEM - ping6 on cp3 is WARNING: PING WARNING - Packet loss = 0%, RTA = 256.18 ms [19:43:48] https://phabricator.miraheze.org/T6820 dmehus [19:43:49] [ ⚓ T6820 Put wikis under custom lisance ] - phabricator.miraheze.org [19:51:35] [02miraheze/dns] 07JohnFLewis pushed 031 commit to 03master [+2/-0/±0] 13https://git.io/JtzHk [19:51:36] [02miraheze/dns] 07JohnFLewis 038462e85 - very bland 10.0.0.0/8 setup [19:53:23] [02miraheze/dns] 07JohnFLewis pushed 031 commit to 03master [+2/-0/±0] 13https://git.io/JtzHs [19:53:24] [02miraheze/dns] 07JohnFLewis 0382aeae7 - very bland 10.0.0.0/8 setup [19:55:14] Check my Phab please [19:55:54] Wait, dmehus I see a hole, in my lisance, you could change my woprk and tehn sell it [20:08:49] PROBLEM - www.highdeologywiki.com - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for www.highdeologywiki.com could not be found [20:08:49] PROBLEM - wiki.triplescripts.org - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.triplescripts.org could not be found [20:08:50] PROBLEM - mw5 Current Load on mw5 is WARNING: WARNING - load average: 8.37, 8.53, 6.29 [20:08:54] PROBLEM - wiki.openhatch.org - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.openhatch.org could not be found [20:08:55] PROBLEM - wiki.scrungecraft.gg - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.scrungecraft.gg could not be found [20:08:56] PROBLEM - wiki.starship.digital - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.starship.digital could not be found [20:08:56] PROBLEM - wiki.climatechange.ai - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.climatechange.ai could not be found [20:09:05] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 27.54, 24.59, 19.94 [20:10:46] RECOVERY - mw5 Current Load on mw5 is OK: OK - load average: 5.31, 7.50, 6.19 [20:11:02] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 19.39, 22.68, 19.83 [20:15:35] RECOVERY - www.highdeologywiki.com - reverse DNS on sslhost is OK: rDNS OK - www.highdeologywiki.com reverse DNS resolves to cp6.miraheze.org [20:15:38] RECOVERY - wiki.triplescripts.org - reverse DNS on sslhost is OK: rDNS OK - wiki.triplescripts.org reverse DNS resolves to cp6.miraheze.org [20:15:46] RECOVERY - wiki.openhatch.org - reverse DNS on sslhost is OK: rDNS OK - wiki.openhatch.org reverse DNS resolves to cp6.miraheze.org [20:15:47] RECOVERY - wiki.scrungecraft.gg - reverse DNS on sslhost is OK: rDNS OK - wiki.scrungecraft.gg reverse DNS resolves to cp6.miraheze.org [20:15:48] RECOVERY - wiki.starship.digital - reverse DNS on sslhost is OK: rDNS OK - wiki.starship.digital reverse DNS resolves to cp6.miraheze.org [20:15:52] RECOVERY - wiki.climatechange.ai - reverse DNS on sslhost is OK: rDNS OK - wiki.climatechange.ai reverse DNS resolves to cp7.miraheze.org [20:16:57] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 14.32, 18.40, 18.99 [20:27:01] RECOVERY - gluster1 Puppet on gluster1 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [20:30:26] dmehus, are you here? [20:32:55] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 26.02, 20.91, 19.25 [20:33:50] @BurningPrincess1: can you upload a copyright (©️) icon to your wikis to set as footer copyright icon? [20:34:47] Universal_Omega would this https://github.com/wikimedia/mediawiki/blob/master/resources/assets/licenses/cc-by.png suffice? [20:34:48] [ mediawiki/cc-by.png at master · wikimedia/mediawiki · GitHub ] - github.com [20:36:08] paladox: no, not if they aren't using Creative Commons licensing, which from my understanding from the task, they aren't. [20:36:17] oh ok [20:36:55] PROBLEM - cloud1 Current Load on cloud1 is WARNING: WARNING - load average: 17.13, 21.11, 19.89 [20:37:28] https://quyraness.miraheze.org/wiki/File:Copyright.svg.png . https://taerelvari.miraheze.org/wiki/File:Copyright.svg.png Universal_Omega [20:37:29] [ Permission error - Quyraness ] - quyraness.miraheze.org [20:37:30] [ File:Copyright.svg.png - Taerel Vari ] - taerelvari.miraheze.org [20:42:51] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 16.47, 20.11, 19.99 [20:45:44] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03Universal-Omega-patch-5 [+0/-0/±1] 13https://git.io/JtzFI [20:45:46] [02miraheze/mw-config] 07Universal-Omega 03d1cc303 - Change license for quyranesswiki and taerelvariwiki [20:45:47] [02mw-config] 07Universal-Omega created branch 03Universal-Omega-patch-5 - 13https://git.io/vbvb3 [20:46:17] [02mw-config] 07Universal-Omega opened pull request 03#3710: Change license for quyranesswiki and taerelvariwiki (T6820) - 13https://git.io/JtzFO [20:46:36] [02miraheze/puppet] 07JohnFLewis pushed 031 commit to 03master [+1/-0/±4] 13https://git.io/JtzFs [20:46:37] [02miraheze/puppet] 07JohnFLewis 031a49bec - allow private interface to be defined + define it for cloud4 [20:47:25] miraheze/mw-config - Universal-Omega the build passed. [20:48:11] [02miraheze/puppet] 07JohnFLewis pushed 031 commit to 03master [+0/-1/±0] 13https://git.io/JtzFW [20:48:12] [02miraheze/puppet] 07JohnFLewis 030d473ea - rm .save [20:50:14] PROBLEM - cloud3 Puppet on cloud3 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [20:50:45] PROBLEM - cloud3 Puppet on cloud3 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [20:52:52] [02miraheze/puppet] 07JohnFLewis pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/JtzFS [20:52:53] [02miraheze/puppet] 07JohnFLewis 0366037c0 - add cloud5 config for private interface [20:53:36] !log ifup enp1s0f1 @ cloud4 [20:53:40] Logged the message at https://meta.miraheze.org/wiki/Tech:Server_admin_log [20:54:00] PROBLEM - cloud4 Puppet on cloud4 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [20:54:02] PROBLEM - cloud4 Puppet on cloud4 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [20:54:37] PROBLEM - cloud2 Puppet on cloud2 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [20:56:01] RECOVERY - cloud4 Puppet on cloud4 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [20:56:01] RECOVERY - cloud4 Puppet on cloud4 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [20:56:52] PROBLEM - gluster1 Puppet on gluster1 is CRITICAL: CRITICAL: Failed to apply catalog, zero resources tracked by Puppet. It might be a dependency cycle. [21:03:51] [02mw-config] 07Universal-Omega closed pull request 03#3710: Change license for quyranesswiki and taerelvariwiki (T6820) - 13https://git.io/JtzFO [21:03:53] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/Jtzbi [21:03:54] [02miraheze/mw-config] 07Universal-Omega 03ca7548a - Change license for quyranesswiki and taerelvariwiki (#3710) [21:03:56] [02mw-config] 07Universal-Omega deleted branch 03Universal-Omega-patch-5 - 13https://git.io/vbvb3 [21:03:57] [02miraheze/mw-config] 07Universal-Omega deleted branch 03Universal-Omega-patch-5 [21:04:53] miraheze/mw-config - Universal-Omega the build passed. [21:10:47] [02miraheze/puppet] 07JohnFLewis pushed 031 commit to 03master [+0/-0/±2] 13https://git.io/JtzN4 [21:10:48] [02miraheze/puppet] 07JohnFLewis 033a44441 - change netmask to /8 for private [21:11:07] !log ifdown enp1s0f1 && ifup enp1s0f1 - @ cloud4 and cloud5 [21:11:11] Logged the message at https://meta.miraheze.org/wiki/Tech:Server_admin_log [21:13:37] [02miraheze/mw-config] 07Universal-Omega pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzNi [21:13:38] [02miraheze/mw-config] 07Universal-Omega 033a7065a - Change license text for revitwiki to 2021 [21:14:44] miraheze/mw-config - Universal-Omega the build passed. [21:17:22] PROBLEM - mw4 Current Load on mw4 is CRITICAL: CRITICAL - load average: 13.59, 10.65, 6.99 [21:18:06] PROBLEM - files.petrawiki.org - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for files.petrawiki.org could not be found [21:18:08] PROBLEM - pornwiki.org - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for pornwiki.org could not be found [21:18:18] RECOVERY - cloud3 Puppet on cloud3 is OK: OK: Puppet is currently enabled, last run 27 seconds ago with 0 failures [21:18:57] RECOVERY - cloud3 Puppet on cloud3 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [21:19:23] PROBLEM - mw4 Current Load on mw4 is WARNING: WARNING - load average: 5.47, 8.59, 6.68 [21:20:37] [02miraheze/puppet] 07JohnFLewis pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtzAs [21:20:39] [02miraheze/puppet] 07JohnFLewis 03b0660f1 - add vmbr1 for vm->cloud connectivity [21:21:23] RECOVERY - mw4 Current Load on mw4 is OK: OK - load average: 5.05, 7.38, 6.47 [21:24:51] RECOVERY - cloud2 Puppet on cloud2 is OK: OK: Puppet is currently enabled, last run 2 minutes ago with 0 failures [21:25:10] RECOVERY - files.petrawiki.org - reverse DNS on sslhost is OK: rDNS OK - files.petrawiki.org reverse DNS resolves to cp7.miraheze.org [21:25:11] RECOVERY - pornwiki.org - reverse DNS on sslhost is OK: rDNS OK - pornwiki.org reverse DNS resolves to cp6.miraheze.org [21:26:42] !log ifdown enp1s0f1 && ifup enp1s0f1 - @ cloud4 and cloud5 [21:27:16] PROBLEM - ns2 GDNSD Datacenters on ns2 is CRITICAL: CRITICAL - 7 datacenters are down: 128.199.139.216/cpweb, 2400:6180:0:d0::403:f001/cpweb, 51.77.107.210/cpweb, 2001:41d0:800:1056::2/cpweb, 2001:41d0:800:105a::10/cpweb, 51.222.25.132/cpweb, 2607:5300:205:200::1c30/cpweb [21:27:31] Logged the message at https://meta.miraheze.org/wiki/Tech:Server_admin_log [21:27:31] PROBLEM - mw5 Current Load on mw5 is CRITICAL: CRITICAL - load average: 10.71, 8.60, 6.71 [21:27:41] !log ifup vmbr1- @ cloud4 and cloud5 [21:27:43] PROBLEM - mw4 Current Load on mw4 is WARNING: WARNING - load average: 9.03, 8.38, 7.12 [21:27:44] PROBLEM - mw7 Current Load on mw7 is CRITICAL: CRITICAL - load average: 12.66, 9.39, 6.84 [21:27:44] PROBLEM - mw6 Current Load on mw6 is CRITICAL: CRITICAL - load average: 13.50, 9.49, 6.80 [21:27:49] Logged the message at https://meta.miraheze.org/wiki/Tech:Server_admin_log [21:28:49] PROBLEM - wiki.teessidehackspace.org.uk - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.teessidehackspace.org.uk could not be found [21:28:49] PROBLEM - wiki.velaan.org - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.velaan.org could not be found [21:28:54] PROBLEM - wikipariksha.com - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wikipariksha.com could not be found [21:28:54] PROBLEM - wiki.ssij.se - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.ssij.se could not be found [21:28:55] PROBLEM - www.pornwiki.org - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for www.pornwiki.org could not be found [21:28:56] PROBLEM - wiki.raghuveer.net - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.raghuveer.net could not be found [21:28:57] PROBLEM - arquivo.ucmg.ml - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for arquivo.ucmg.ml could not be found [21:28:57] PROBLEM - wiki.qadrishattari.xyz - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.qadrishattari.xyz could not be found [21:28:58] PROBLEM - wiki.counterculturelabs.org - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for wiki.counterculturelabs.org could not be found [21:28:58] PROBLEM - gp.ct777.cf - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for gp.ct777.cf could not be found [21:28:58] PROBLEM - n64brew.dev - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for n64brew.dev could not be found [21:29:08] PROBLEM - miraheze.tk - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for miraheze.tk could not be found [21:29:10] PROBLEM - highstreethistory.uk - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for highstreethistory.uk could not be found [21:29:11] PROBLEM - vortekspedia.tk - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for vortekspedia.tk could not be found [21:29:12] PROBLEM - privacy-wiki.0x.no - reverse DNS on sslhost is WARNING: rDNS WARNING - reverse DNS entry for privacy-wiki.0x.no could not be found [21:29:13] RECOVERY - ns2 GDNSD Datacenters on ns2 is OK: OK - all datacenters are online [21:29:27] RECOVERY - mw5 Current Load on mw5 is OK: OK - load average: 5.42, 7.50, 6.54 [21:29:39] RECOVERY - mw7 Current Load on mw7 is OK: OK - load average: 5.89, 8.25, 6.74 [21:29:39] RECOVERY - mw6 Current Load on mw6 is OK: OK - load average: 6.62, 8.31, 6.69 [21:29:41] RECOVERY - mw4 Current Load on mw4 is OK: OK - load average: 6.22, 7.51, 6.95 [21:35:29] RECOVERY - wiki.teessidehackspace.org.uk - reverse DNS on sslhost is OK: rDNS OK - wiki.teessidehackspace.org.uk reverse DNS resolves to cp7.miraheze.org [21:35:29] RECOVERY - wiki.velaan.org - reverse DNS on sslhost is OK: rDNS OK - wiki.velaan.org reverse DNS resolves to cp6.miraheze.org [21:35:35] RECOVERY - wikipariksha.com - reverse DNS on sslhost is OK: rDNS OK - wikipariksha.com reverse DNS resolves to cp6.miraheze.org [21:35:40] RECOVERY - www.pornwiki.org - reverse DNS on sslhost is OK: rDNS OK - www.pornwiki.org reverse DNS resolves to cp7.miraheze.org [21:35:47] RECOVERY - arquivo.ucmg.ml - reverse DNS on sslhost is OK: rDNS OK - arquivo.ucmg.ml reverse DNS resolves to cp6.miraheze.org [21:35:47] RECOVERY - miraheze.tk - reverse DNS on sslhost is OK: rDNS OK - miraheze.tk reverse DNS resolves to cp7.miraheze.org [21:35:49] RECOVERY - wiki.qadrishattari.xyz - reverse DNS on sslhost is OK: rDNS OK - wiki.qadrishattari.xyz reverse DNS resolves to cp6.miraheze.org [21:35:50] RECOVERY - wiki.counterculturelabs.org - reverse DNS on sslhost is OK: rDNS OK - wiki.counterculturelabs.org reverse DNS resolves to cp6.miraheze.org [21:35:50] RECOVERY - gp.ct777.cf - reverse DNS on sslhost is OK: rDNS OK - gp.ct777.cf reverse DNS resolves to cp7.miraheze.org [21:35:50] RECOVERY - n64brew.dev - reverse DNS on sslhost is OK: rDNS OK - n64brew.dev reverse DNS resolves to cp6.miraheze.org [21:35:50] RECOVERY - highstreethistory.uk - reverse DNS on sslhost is OK: rDNS OK - highstreethistory.uk reverse DNS resolves to cp7.miraheze.org [21:35:51] RECOVERY - wiki.ssij.se - reverse DNS on sslhost is OK: rDNS OK - wiki.ssij.se reverse DNS resolves to cp6.miraheze.org [21:35:54] RECOVERY - vortekspedia.tk - reverse DNS on sslhost is OK: rDNS OK - vortekspedia.tk reverse DNS resolves to cp6.miraheze.org [21:35:55] RECOVERY - wiki.raghuveer.net - reverse DNS on sslhost is OK: rDNS OK - wiki.raghuveer.net reverse DNS resolves to cp6.miraheze.org [21:35:56] RECOVERY - privacy-wiki.0x.no - reverse DNS on sslhost is OK: rDNS OK - privacy-wiki.0x.no reverse DNS resolves to cp7.miraheze.org [21:48:46] Hey, would it be fine to ask for help with making blank pages? [21:49:54] I want to borrow a bot, I have templates and stuff ready, just need names for each region (I can proade that and the page template) [21:58:35] PROBLEM - gluster1 APT on gluster1 is WARNING: APT WARNING: 0 packages available for upgrade (0 critical updates). warnings detected, errors detected. [22:02:43] BurningPrincess1: if it's a mass create script then it shouldn't be too hard [22:03:05] What exactly do you want creating? [22:04:28] It just jsut "create pages by these names: (list of names) and use this: {{subst:region boilerplate|for=Kin'toni Games Setting|from=quyraness.miraheze.org|type=|control=|categories=}} [22:05:01] Pages to make: https://quyraness.miraheze.org/wiki/Planned_Region_Names [22:05:02] [ Permission error - Quyraness ] - quyraness.miraheze.org [22:08:50] BurningPrincess1: if my laptop gets working I might be able to tomorrow [22:08:58] Ok [22:11:02] It just jsut "create pages by these names: https://pastebin.com/9Qj9Zqmj and use this: {{subst:region boilerplate|for=Kin'toni Games Setting|from=quyraness.miraheze.org|type=|control=|categories=Places / zu'aan / Unclaimed}} [22:11:02] [ ==For Zu'Aan Tribes==Va'Dramoth Autumn Hills Noushuk Deranixea Bayou - Pastebin.com ] - pastebin.com [22:13:37] Oh, and it will need to add [[category: Places / zu'aan / Unclaimed]] to the end as the template thing is not working for catregories [22:14:54] BurningPrincess1: send me an email to remind me [22:15:08] Email?> [22:16:30] BurningPrincess1: use Special:EmailUser on meta [22:18:57] Sent [22:20:20] @BurningPrincess1 I was around, but in other channels / busy with other things. What did you need? [22:20:44] Nothing now, Unless you want to make blank pages for me [22:21:00] PROBLEM - gluster3 Current Load on gluster3 is WARNING: WARNING - load average: 5.58, 5.39, 4.78 [22:21:26] lol not really, @BurningPrincess1. Should be able to have AWB do that, though. [22:21:34] And did you resolve your permission error issue? [22:21:39] Yes [22:21:44] oh ok, good [22:22:05] what user right were you missing? [22:22:06] dmehus, I falled to get AWB's comping a custom modle top work as it needed .net 3.5 and I was unable to insrall it [22:22:12] oh [22:22:24] And I don't like csv tables [22:22:42] Well, you could create them Excel and export it to CSV [22:23:00] RECOVERY - gluster3 Current Load on gluster3 is OK: OK - load average: 3.83, 4.97, 4.72 [22:23:03] I kinda need help with making the pages due to that, and I use Linux [22:23:10] oh [22:23:16] LibreOffice then [22:23:27] Should be able to export in LibreOffice Sheets to CSV [22:24:23] Well, I have no idea where I would start with that [22:26:42] Zppix, can you help> [22:31:16] Im on loa [22:33:05] Loa? [22:33:36] Leave of absence [22:33:40] Gah# [22:34:03] Im here but not actively sysadmining due to irl things [22:34:22] I'm here but my laptop is as good as a brick [22:34:59] Sadly I can't send you mine RhinosF1|NotHere [22:35:16] BurningPrincess1: worst case it should be fixable [22:35:22] It's just painful [22:35:44] Ok [22:36:44] Bloody wiki pages, and that is not even 1/4 of the pages I planned , but those should last about 4-6 months [22:42:58] * hispano76 greet [22:56:28] RECOVERY - gluster1 APT on gluster1 is OK: APT OK: 3 packages available for upgrade (0 critical updates). [23:04:52] PROBLEM - cloud1 Current Load on cloud1 is CRITICAL: CRITICAL - load average: 26.88, 21.31, 18.00 [23:06:51] RECOVERY - cloud1 Current Load on cloud1 is OK: OK - load average: 17.68, 19.57, 17.74 [23:41:27] You know icinga-miraheze, you need to stop talking sometimes [23:43:43] heh [23:45:35] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtgTC [23:45:36] [02miraheze/mw-config] 07paladox 03c09da9a - Switch over wikis beginning with r to new file storage [23:45:54] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtgTW [23:45:56] [02miraheze/puppet] 07paladox 03d9a7c48 - Add r to list [23:46:41] miraheze/mw-config - paladox the build passed. [23:52:51] [02miraheze/mw-config] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtgIJ [23:52:53] [02miraheze/mw-config] 07paladox 03b9245ed - Switch over wikis beginning with p to new file storage [23:53:13] [02miraheze/puppet] 07paladox pushed 031 commit to 03master [+0/-0/±1] 13https://git.io/JtgIC [23:53:14] [02miraheze/puppet] 07paladox 037cfc0bb - Add p to list [23:53:56] miraheze/mw-config - paladox the build passed.