[00:00:20] RECOVERY - Puppet failure on tools-webgrid-lighttpd-1411 is OK: OK: Less than 1.00% above the threshold [0.0] [00:06:19] 6Labs, 10wikitech.wikimedia.org, 7Regression: Failed log in on wikitech results in blank page with Exception - https://phabricator.wikimedia.org/T117133#1767463 (10Krenair) p:5Triage>3Unbreak! ```2015-10-29 23:38:26 silver labswiki exception ERROR: [9d20f3e6] /w/index.php?title=Special:UserLogin&action=s... [00:10:39] 6Labs, 10wikitech.wikimedia.org, 7Regression: Failed log in on wikitech results in blank page with Exception - https://phabricator.wikimedia.org/T117133#1767511 (10Krenair) [00:21:22] PROBLEM - Puppet failure on tools-webgrid-lighttpd-1411 is CRITICAL: CRITICAL: 25.00% of data above the critical threshold [0.0] [01:15:19] 6Labs, 10Labs-Infrastructure, 6operations, 10ops-codfw: on-site tasks for labs deployment cluster - https://phabricator.wikimedia.org/T117107#1767700 (10Papaul) [01:31:23] RECOVERY - Puppet failure on tools-webgrid-lighttpd-1411 is OK: OK: Less than 1.00% above the threshold [0.0] [03:52:23] PROBLEM - Puppet failure on tools-webgrid-lighttpd-1411 is CRITICAL: CRITICAL: 11.11% of data above the critical threshold [0.0] [04:32:26] RECOVERY - Puppet failure on tools-webgrid-lighttpd-1411 is OK: OK: Less than 1.00% above the threshold [0.0] [09:46:38] PROBLEM - Puppet staleness on tools-k8s-bastion-01 is CRITICAL: CRITICAL: 100.00% of data above the critical threshold [43200.0] [09:59:54] 6Labs, 10Tool-Labs, 10Diffusion, 5Gerrit-Migration: Figure out a git hosting solution for tools - https://phabricator.wikimedia.org/T117071#1768338 (10hashar) [10:03:33] 6Labs, 10Tool-Labs, 10Diffusion, 5Gerrit-Migration: Figure out a git hosting solution for tools - https://phabricator.wikimedia.org/T117071#1768348 (10hashar) The Wikimedia git hosting solution is Gerrit. The aim is to replace Gerrit with Differential, a solution which is embedded in Phabricator and track... [11:11:59] 6Labs, 10Tool-Labs, 10Diffusion, 5Gerrit-Migration: Figure out a git hosting solution for tools/kubernetes - https://phabricator.wikimedia.org/T117071#1768440 (10yuvipanda) [11:15:23] 6Labs, 10Tool-Labs, 10Diffusion, 5Gerrit-Migration: Figure out a git hosting solution for tools/kubernetes - https://phabricator.wikimedia.org/T117071#1768447 (10yuvipanda) I think you're missing a lot of context here @hashar. This is a ticket that is gathering requirements for what sort of git setup we'd... [11:25:20] PROBLEM - Puppet failure on tools-webgrid-lighttpd-1411 is CRITICAL: CRITICAL: 62.50% of data above the critical threshold [0.0] [12:00:26] RECOVERY - Puppet failure on tools-webgrid-lighttpd-1411 is OK: OK: Less than 1.00% above the threshold [0.0] [13:14:22] hi! just a question: https://fr.wikipedia.org/w/index.php?title=Histoire_du_Monopoly&diff=120005515&oldid=120003230 categorised the article in the hidden category « Portail:Jeux/Articles liés », yet this diff looks not to be taken into account in the frwiki database… [13:14:42] when i run « SELECT * FROM categorylinks WHERE cl_from = 9526720; », i get the categories onyl for the diff before (first edit on the page) [13:15:13] anyone know why? or if there’s a problem with the replica? [13:27:22] well ok, on the DB now, strange… [13:29:09] Toto_Azero, it's not instant [13:29:59] yes i know but it was something like an hour ago and other tables had already been updated [14:20:35] 6Labs, 10Tool-Labs, 10Diffusion: Figure out a git hosting solution for tools/kubernetes - https://phabricator.wikimedia.org/T117071#1768825 (10greg) [15:04:41] 6Labs, 10Labs-Infrastructure: make vagrant alias usable from a screen session for machines with role::labs::mediawiki_vagrant enabled - https://phabricator.wikimedia.org/T117218#1768920 (10Physikerwelt) 3NEW [15:04:57] 6Labs, 10Labs-Infrastructure: make vagrant alias usable from a screen session for machines with role::labs::mediawiki_vagrant enabled - https://phabricator.wikimedia.org/T117218#1768928 (10Physikerwelt) [15:54:26] PROBLEM - Puppet failure on tools-webgrid-lighttpd-1411 is CRITICAL: CRITICAL: 40.00% of data above the critical threshold [0.0] [16:24:10] 6Labs, 6Phabricator: Using ::role:phabricator_main violates the labs terms of use - https://phabricator.wikimedia.org/T117235#1769250 (10Luke081515) 3NEW [16:25:11] 6Labs, 6Phabricator: Using role::phabricator::labs violates the labs terms of use - https://phabricator.wikimedia.org/T117235#1769269 (10Luke081515) [16:25:24] wrong title :-/ [16:31:19] Hi everyone, I have a question concerning OAuth on Labs. I want to set up a tool to edit Wikidata and Wikipedia using https://github.com/Stype/mwoauth-php/blob/master/demo.php. What do I need a RSA key pair for? [16:31:22] 6Labs, 6Phabricator: Labs' Phabricator uses Wikimedia logo - https://phabricator.wikimedia.org/T117235#1769287 (10Negative24) [16:41:39] tseppelt: you don't [16:42:07] so I just leave the input field empty? [16:42:10] yeah [16:42:34] basically it's the choice between using your own random number generator or the one on the server [16:43:14] which makes sense for SSL certs (because you don't want your certificate authority to have your private key), but I never quite understood the use for oauth [16:43:54] I am not that in to the way OAuth works. I will try to follow the steps in the mwoauth-php example and hope that it works ;) [16:43:58] Another question: Is it possible to change the callback url afterwords? [16:44:32] no, but you can create a new version of your consumer [16:44:58] and I think you can choose to pass the oauth callback url in the oauth request cycle rather than during creation [16:45:34] ok. and my last question: when I ask the user for permission can I use the tokens I get for every wikimedia wiki or only for one project? [16:47:55] For all projects, I think. [16:50:28] Okay. On very last thing: If I decide to let my consumer choose a callback url with a certain prefix, what is the get parameter I have to use to specify the callback url? [16:51:51] I'm not sure. [16:59:23] unblock [17:00:24] Block infinity Wikipedia Elcobbola [17:00:35] andrewbogott: Coren ironic sync up? [17:01:00] chasemp: Sure, gimme a minute. Though I don't think we have much beyond "hardware on the way" to say? [17:01:18] a bit yes depending but not worth it if andrewbogott isn't around [17:01:21] we could postpone [17:01:33] * Coren let's give him a minute. [17:04:22] RECOVERY - Puppet failure on tools-webgrid-lighttpd-1411 is OK: OK: Less than 1.00% above the threshold [0.0] [17:05:10] andrewbogott: we figured it out, nbd, figured we will catchup monday. have a good one. [17:08:52] (03CR) 10Ricordisamoa: "But the UX is not good... unless WDQ supports units (or wbgetentities supports filtering by property?) we have to perfect aggressive cachi" [labs/tools/ptable] - 10https://gerrit.wikimedia.org/r/245591 (owner: 10ArthurPSmith) [18:33:00] (03CR) 10ArthurPSmith: "Well, I was thinking of this more as a proof of concept than a fancy user experience. Also, once it loads, it provides a link in each box " [labs/tools/ptable] - 10https://gerrit.wikimedia.org/r/245591 (owner: 10ArthurPSmith) [19:06:18] YuviPanda: you around? [19:06:32] When I click set filter on https://wikitech.wikimedia.org/wiki/Special:NovaInstance i don't see anything [19:06:36] even though i have instances [19:14:20] ping me when you can help :) [21:10:01] jdlrobson: that happens when the MW session and the OpenStack session get out of sync. Try logging out and logging back in and see if filtering works for you again [21:14:24] Thanks bd808! [21:14:47] I have to do the logout/login dance about one a week it seems [21:26:53] Getting 502s on http://perf-testing.wmflabs.org now :( [21:27:12] well horizon is coming at least :) [21:31:34] hi! can somebody help me? [21:31:45] my automatic translation tool doesn't seem to be working :( [21:31:58] it just copies the paragraphs in the original language [21:32:26] perhaps the translator is down... or perhaps i'm doing something wrong :/ [21:33:27] oddly enough, it does detect the internal links [21:33:36] but the text isn't translated [21:35:04] 6Labs, 10Labs-Infrastructure, 6operations, 10ops-codfw: on-site tasks for labs deployment cluster - https://phabricator.wikimedia.org/T117107#1770439 (10Papaul) labtestmetal2001 10.193.1.18 port ge-5//0/8 labtestvirt2001 10.193.1.19 port ge-5/0/17 labtestcontrol2001 10.193... [23:19:00] (03PS1) 10Dzahn: fix puppet compiler, add 47 missing fake SSL keys [labs/private] - 10https://gerrit.wikimedia.org/r/250155 [23:21:30] (03CR) 10Dzahn: [C: 032 V: 032] fix puppet compiler, add 47 missing fake SSL keys [labs/private] - 10https://gerrit.wikimedia.org/r/250155 (owner: 10Dzahn)