[00:51:17] Change on 12wikitech.wikimedia.org a page Nova Resource:Tools/Access Request/TaqPol was modified, changed by Tim Landscheidt link https://wikitech.wikimedia.org/w/index.php?diff=169334 edit summary: [02:39:55] is there a recommended way to set up version control for the /etc directory on Labs instances? [02:40:01] like etckeeper, etc. [03:46:49] L235: no [03:56:28] legoktm: is it discouraged, or is it simply not explicitly recommended? [03:56:41] that is, are we allowed to use etckeeper? [03:59:38] L235: there is no recommended way. [04:00:00] but we are allowed to use version control on our /etc? [04:01:18] what is in your /etc that you want to version control? I'm not sure get your usecase [06:57:53] PROBLEM - Puppet failure on tools-static-02 is CRITICAL 50.00% of data above the critical threshold [0.0] [06:59:33] PROBLEM - Puppet failure on tools-static-01 is CRITICAL 60.00% of data above the critical threshold [0.0] [07:01:21] PROBLEM - Puppet failure on tools-webgrid-generic-1402 is CRITICAL 60.00% of data above the critical threshold [0.0] [07:26:26] RECOVERY - Puppet failure on tools-webgrid-generic-1402 is OK Less than 1.00% above the threshold [0.0] [07:40:47] L235: puppet or chef, typically [07:47:20] Anything I can do for https://phabricator.wikimedia.org/T104833 ? Would make my job way faster. [07:53:10] Nemo_bis, not even clear where the DB schema is [07:53:54] meanwhile, I need to get some sleep [07:55:03] I don't think I have access to the schema. Who does? [08:01:22] Nemo_bis: the database is p50380g50851__mixnmatch_p, you can use describe p50380g50851__mixnmatch_p.entry; or show create table p50380g50851__mixnmatch_p.entry; do get schema info [08:03:44] Right, I can connect like normal database replica [08:03:57] (for now) [08:04:07] to undestand which indexes may be needed [08:04:11] 6Labs, 10Tool-Labs, 7Database, 7Easy: mixnmatch_p on wikidatawiki.labsdb slow - https://phabricator.wikimedia.org/T104833#1433194 (10Nemo_bis) [08:04:13] indentify the problematic query [08:04:24] and run EXPLAIN on it [08:04:31] EXPLAIN SELECT [08:04:49] that will tell you which indexes are being used if, any [08:05:49] 6Labs, 10Tool-Labs, 7Database, 7Easy: mixnmatch_p on wikidatawiki.labsdb slow - https://phabricator.wikimedia.org/T104833#1433196 (10valhallasw) Indices typically won't help much for UPDATEs. Is the UPDATE the actual bottleneck, or is it just one of the executed queries? Note that the database name is `p5... [08:07:21] 6Labs, 10Tool-Labs, 7Database: mixnmatch_p on wikidatawiki.labsdb slow - https://phabricator.wikimedia.org/T104833#1433197 (10valhallasw) [08:08:28] 6Labs, 7Database: Provision a labsdb useraccount that can be used to run replica-addusers.pl - https://phabricator.wikimedia.org/T104476#1433200 (10jcrespo) I've just commited the new user/pass on the class "passwords::mysql::labsdb". I will be working with that user to identify and add which are the correct... [09:34:32] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1433335 (10hashar) 3NEW [09:43:41] How can I solve "E514: write error (file system full?)" error in my Labs-instance while writing to a file? [09:44:33] phoenix303: remove files to make space, or (if you have an m1.medium or larger instance), partition the free space on the virtual hard drive? [09:48:14] valhallasw`cloud: Well I have removed temporary files and my instance type is m1.small, I have not well aware with the last option. [09:50:42] I guess I have to recreate the instance in order to use m1.large instance type? Is there any other alternative? [09:51:32] you might be able to offload data to NFS, but that has other disadvantages [09:51:41] (check with yuvipanda) [09:53:05] Hi yuvipanda. Would you please help me with this issue? [09:53:16] Thanks valhallasw`cloud [09:53:34] you basically have to recreate to get more disk space... [09:53:38] do you know how much disk space you want? [09:53:42] what are you using it for? [09:53:55] you can use the 'du' command to find out what's using up your space... [09:55:25] when using a medium or large instance, you can enable the labs::lvm::srv role from the 'configure' page to get a bigger /srv partition [09:55:38] yuvipanda, Don't know exactly but since I am indexing large amount of translations I guess it will consume space [09:55:52] can you make a ballpark estimate? [09:56:00] 40G? 60? 100? 500? [09:57:10] and create an insatnce of appropriate size and use the srv role... [10:00:00] I dont think it would require more than 1gb only for indexing but I am not considering other stuffs like caching, etc. [10:00:25] Thanks yuvipanda [10:01:50] phoenix303: if you don't think it'll require more than 1GB then a small might be enough [10:02:03] phoenix303: find out what's using your space with the du tool, and then maybe get rid of it. [10:30:14] Thanks yuvipanda. I have tried du tool, it consumes 4.3G in whole with few files not accessible which is less than m1.small 20G storage. [10:32:07] phoenix303: cool. Try medium? [10:35:16] :( yuvipanda. Its easy to create a new instance but setting up an environment again is painful and I did it yesterday [10:43:04] 6Labs, 7Database: Provision a labsdb useraccount that can be used to run replica-addusers.pl - https://phabricator.wikimedia.org/T104476#1433541 (10jcrespo) Roles cannot be implemented transparently in MariaDB 10.0, we either need to force user to execute `SET ROLE 'replication';` before querying the databases... [10:53:03] Thank you yuvipanda I guess I was not looking carefully but deleting log files worked :) [10:53:42] Sweet :) [13:02:54] RECOVERY - Puppet failure on tools-static-02 is OK Less than 1.00% above the threshold [0.0] [13:04:35] RECOVERY - Puppet failure on tools-static-01 is OK Less than 1.00% above the threshold [0.0] [13:37:45] 6Labs, 3Labs-Sprint-104: Recover /home/kjschiroo/Hours/src/ and /home/kjschiroo/Unwind/src/ - https://phabricator.wikimedia.org/T104993#1433868 (10Kjschiroo) 3NEW a:3yuvipanda [13:38:01] 6Labs, 7Tracking: Staging environment for Reading Web - https://phabricator.wikimedia.org/T104994#1433875 (10phuedx) 3NEW [13:38:25] 6Labs, 7Tracking: Staging environment for Reading Web - https://phabricator.wikimedia.org/T104994#1433886 (10phuedx) [14:04:12] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1434003 (10Krenair) 5Open>3Invalid a:3Krenair Yes it does... [14:10:11] 6Labs, 10Tool-Labs, 10Wikimania-Hackathon-2015: Conduct a Tool Labs Workshop in Wikimania hackathon - https://phabricator.wikimedia.org/T91061#1434025 (10Qgil) Please schedule this session at https://wikimania2015.wikimedia.org/wiki/Hackathon#Schedule [14:10:19] 6Labs, 10Tool-Labs, 10Wikimania-Hackathon-2015: Conduct a research tools workshop at wikimania hackathon 2015 - https://phabricator.wikimedia.org/T91062#1434026 (10Qgil) Please schedule this session at https://wikimania2015.wikimedia.org/wiki/Hackathon#Schedule [14:11:37] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1434032 (10yuvipanda) Maybe it needs to be turned on for more namespaces? Help: and Nova_resource maybe? [14:33:59] 6Labs, 10Tool-Labs, 7Database: mixnmatch_p on wikidatawiki.labsdb slow - https://phabricator.wikimedia.org/T104833#1434196 (10Nemo_bis) [14:41:12] andrewbogott: good morning :-} I noticed python-novaclient on Jessie received a backport and wondering how we get it installed [14:41:20] 2.18.1 is the default in jessie/main [14:41:33] but 2.23.0-1~bpo8+1 is available in jessie-backports and I could use it [14:41:46] but the first has prio 500 while the other has 100 :-/ [14:43:11] hashar: I’m not sure… might be a good godog question [14:43:31] our labs infra doesn't use the backported packages does it ? [14:43:51] * hashar RTFM http://backports.debian.org/Instructions/#index3h2 [14:45:09] hashar: labs uses the ubuntu cloud archive, which means we point it to particular repos that contain depenencies for particular openstack releases. [14:45:17] So we’re not anywhere close to installing that version [14:45:22] ahhh [14:45:30] I will see what happens [14:45:33] I hope to gradually step things forward over the coming weeks so we can catch up a bit. [14:45:43] Most likely the new client will talk to the old APIs just fine [14:45:50] since they’re strict about api versioning. [14:45:53] 6Labs, 10Incident-20150617-LabsNFSOutage, 3Labs-Sprint-103, 3Labs-Sprint-104: Labs: Salvage, then remove volumes on labstores' raid6 - https://phabricator.wikimedia.org/T103265#1434257 (10coren) >>! In T103265#1424367, @yuvipanda wrote: > https://phabricator.wikimedia.org/P871 is list of files that are irr... [14:56:10] andrewbogott: I will rebuild the nodepool package and add the proper dependency then figure out an apt hack to get the backport :} [14:56:17] ok [14:58:54] 6Labs, 3Labs-Sprint-104: Recover files from old corrupted file system (Tracking) - https://phabricator.wikimedia.org/T104334#1434346 (10coren) [14:58:56] 6Labs, 10Incident-20150617-LabsNFSOutage, 3Labs-Sprint-103, 3Labs-Sprint-104: Labs: Salvage, then remove volumes on labstores' raid6 - https://phabricator.wikimedia.org/T103265#1434345 (10coren) [14:59:40] 6Labs, 10Incident-20150617-LabsNFSOutage, 3Labs-Sprint-103, 3Labs-Sprint-104, 3Labs-Sprint-105: Labs: Salvage, then remove volumes on labstores' raid6 - https://phabricator.wikimedia.org/T103265#1385936 (10coren) Since there is now a copy to recover files from, removing the dependency now and asploding t... [15:01:30] 6Labs, 10Incident-20150617-LabsNFSOutage, 3Labs-Sprint-103, 3Labs-Sprint-104, 3Labs-Sprint-105: Labs: increase size of the volume for the maps project and restore - https://phabricator.wikimedia.org/T103358#1434372 (10coren) >>! In T103358#1416712, @Kghbln wrote: > Is a time estimation possible until thi... [15:10:08] 6Labs, 10Incident-20150617-LabsNFSOutage, 3Labs-Sprint-103, 3Labs-Sprint-104, 3Labs-Sprint-105: Log file needs restored. - https://phabricator.wikimedia.org/T105014#1434407 (10Betacommand) 3NEW a:3coren [15:16:23] 6Labs, 10Labs-Infrastructure: horizon: as user 'hashar' I can't boot instances from the contintcloud project image - https://phabricator.wikimedia.org/T105015#1434451 (10hashar) 3NEW [15:17:47] 6Labs, 10Labs-Infrastructure: horizon: as user 'hashar' I can't boot instances from the contintcloud project image - https://phabricator.wikimedia.org/T105015#1434464 (10hashar) [15:23:06] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1434498 (10Krenair) It's already enabled in Help... I think we could add it to Nova_Resource if you'd like to open another ticket for that. [15:28:20] YuviPanda|brb: any eta on the file restore? [15:52:36] 6Labs, 10Labs-Infrastructure: Some instances don't get automatic nfs exports - https://phabricator.wikimedia.org/T105024#1434698 (10Andrew) 3NEW a:3yuvipanda [15:54:19] 6Labs, 10Incident-20150617-LabsNFSOutage, 3Labs-Sprint-103, 3Labs-Sprint-104, 3Labs-Sprint-105: Labs: increase size of the volume for the maps project and restore - https://phabricator.wikimedia.org/T103358#1387852 (10coren) [15:54:21] 6Labs, 10Incident-20150617-LabsNFSOutage, 3Labs-Sprint-103, 3Labs-Sprint-104, 3Labs-Sprint-105: Labs: Salvage, then remove volumes on labstores' raid6 - https://phabricator.wikimedia.org/T103265#1434711 (10coren) 5stalled>3Resolved raid6 is dead, long live raid10 [15:57:12] 6Labs, 10Incident-20150617-LabsNFSOutage: Log file needs restored. - https://phabricator.wikimedia.org/T105014#1434723 (10coren) [15:59:07] 6Labs, 3Labs-Sprint-105: Automate snapshots / backups of labstore - https://phabricator.wikimedia.org/T105027#1434749 (10coren) 3NEW a:3coren [16:13:43] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1434831 (10hashar) 5Invalid>3Open Might be just me, but when I go to https://wikitech.wikimedia.org/wiki/Deployments I don't have a way to edit with VE, the edit lin... [16:21:07] 6Labs, 10Tool-Labs: tools.wmflabs.org landing page should not dump all tool accounts - https://phabricator.wikimedia.org/T104917#1434857 (10He7d3r) This is usually a better way to find tools on Labs: http://tools.wmflabs.org/hay/directory/#/ [16:24:33] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1434866 (10Krenair) Preferences -> Editing -> "Enable VisualEditor. It will be available in the following namespaces: Ops, (Main), User, User, File, Help, Category" I sh... [16:31:43] 6Labs, 7Mobile: Decide what to do with the android-build machine - https://phabricator.wikimedia.org/T104190#1434900 (10bearND) @yuvipanda Have you run the Android SDK install script? Maybe it is needed to install it by hand the first time? How do Android devs get access to this machine? [16:36:23] 6Labs, 7Mobile: Decide what to do with the android-build machine - https://phabricator.wikimedia.org/T104190#1434913 (10Niedzielski) Maybe this issue in SDK Manager Plugin claimed fixed in master but not yet released? https://github.com/JakeWharton/sdk-manager-plugin/issues/57 [16:43:06] 6Labs, 7Tracking: Shutdown Gather labs Project - https://phabricator.wikimedia.org/T105038#1434962 (10rmoen) 3NEW a:3Andrew [16:43:30] 6Labs, 7Mobile: Decide what to do with the android-build machine - https://phabricator.wikimedia.org/T104190#1434972 (10yuvipanda) Yup that looks like it. You can ssh in to android-builder.eqiad.wmflabs [16:50:30] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1435057 (10hashar) @Krenair thank you very much! it is a well hidden option :-) Maybe on wikitech we can drop that user preference and always enable VE? [16:50:52] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create Reading labs project space - https://phabricator.wikimedia.org/T105045#1435058 (10rmoen) 3NEW [16:51:07] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1435068 (10yuvipanda) +1 for VE by default! [16:51:46] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1435070 (10Dzahn) >>! In T104961#1435057, @hashar wrote: > @Krenair thank you very much! it is a well hidden option :-) Maybe on wikitech we can drop that user preferen... [16:52:31] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1435075 (10Krenair) VE doesn't disable the 'classic' wikitext editor. Or Wikimedia's WikiEditor extension. [16:52:43] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1435076 (10hashar) >>! In T104961#1435070, @Dzahn wrote: > I would like to keep using classic editor if possible please. Enabling VE does not disable source editing. At... [16:53:22] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org: Enable VisualEditor by default on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1435077 (10hashar) [16:53:57] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create Reading labs project space - https://phabricator.wikimedia.org/T105045#1435080 (10yuvipanda) So ideally each project would be very specifically scoped and not super broad - the editor engagement project is already problematic in that that team has morphed so much that... [16:54:23] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create Reading labs project space - https://phabricator.wikimedia.org/T105045#1435083 (10yuvipanda) Also I'm inclined to decline this because sprints named YOLO deserve to get projects declined :p [16:56:10] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create Reading labs project space - https://phabricator.wikimedia.org/T105045#1435088 (10yuvipanda) https://phabricator.wikimedia.org/T104994 is much better scoped imo [16:58:32] (03PS1) 10Sitic: Fix logevent isolate scope [labs/tools/crosswatch] - 10https://gerrit.wikimedia.org/r/223350 [16:58:53] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create Reading labs project space - https://phabricator.wikimedia.org/T105045#1435093 (10bd808) >>! In T105045#1435080, @yuvipanda wrote: > we can expand the number of people who can create projects - I think @bd808 in the reading team already can. I think I do have the wik... [17:00:46] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create Reading labs project space - https://phabricator.wikimedia.org/T105045#1435094 (10rmoen) @yuvipanda, could you please identify the appropriate place for us to create our instances? [17:02:16] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create Reading labs project space - https://phabricator.wikimedia.org/T105045#1435099 (10yuvipanda) @bd808 how about I write up guidelines and instructions later today? [17:02:38] (03CR) 10Sitic: [C: 032 V: 032] Fix logevent isolate scope [labs/tools/crosswatch] - 10https://gerrit.wikimedia.org/r/223350 (owner: 10Sitic) [17:08:14] 6Labs, 7Mobile: Decide what to do with the android-build machine - https://phabricator.wikimedia.org/T104190#1435125 (10Niedzielski) I don't think I have the permissions required to ssh in. I believe we could work around this issue by manually installing the SDK but I'll leave to @bearND to decide on whether t... [17:09:14] 6Labs, 6WMF-Legal: Make sure tools can be taken over after they are abandoned - https://phabricator.wikimedia.org/T102066#1435127 (10csteipp) @Ricordisamoa, since the OAuth Consumer key allows you to act as that app for any user who has authorized you, that key should be kept private to whomever controls the a... [17:14:16] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create Reading labs project space - https://phabricator.wikimedia.org/T105045#1435132 (10rmoen) After discussing in IRC @yuvipanda I now understand that the intention is to have more projects that are more tightly scoped. I think we agreed on reading-smoketest The scope o... [17:14:27] 6Labs, 7Mobile: Decide what to do with the android-build machine - https://phabricator.wikimedia.org/T104190#1435133 (10bearND) p:5Triage>3High [17:15:21] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create reading-smoketest labs project - https://phabricator.wikimedia.org/T105045#1435142 (10rmoen) [17:16:22] 6Labs, 7Mobile: Decide what to do with the android-build machine - https://phabricator.wikimedia.org/T104190#1409504 (10bearND) Since the old build machine has not produced any new builds since the end of last month. I'm considering this high priority. I'm able to ssh into that machine so I'll take a look around. [17:17:26] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create reading-smoketest labs project - https://phabricator.wikimedia.org/T105045#1435154 (10rmoen) [17:19:40] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create reading-smoketest labs project - https://phabricator.wikimedia.org/T105045#1435169 (10rmoen) [17:37:01] anybody know why ClueBotNG would be down? it was working after HTTPS rollout and the continuation deprecation thing [17:37:09] relevant discussion: https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#API_calls_just_starting_throwing_SSL.2FHTTPS_.28.3F.29_errors [17:37:44] someone pointed to https://phabricator.wikimedia.org/T104281 but ClueBot doesn't run on Java, from what I understand [17:40:16] 6Labs, 10Labs-Infrastructure, 5Continuous-Integration-Isolation, 3Labs-Sprint-103, and 3 others: Instances without a shared NFS storage suffers from a 3 minutes boot delay - https://phabricator.wikimedia.org/T102544#1435228 (10Andrew) The new trusty image now has all the updated changes and should start up... [17:48:01] MusikAnimal: no, but that discussion is unrelated to java specifically [17:48:19] it's about a different SSL handshake that is unsupported in older java versions [17:49:59] ask User:Cobi? [17:50:16] 6Labs, 10Incident-20150617-LabsNFSOutage, 3Labs-Sprint-103, 3Labs-Sprint-104, 3Labs-Sprint-105: Labs: increase size of the volume for the maps project and restore - https://phabricator.wikimedia.org/T103358#1435266 (10coren) Filesystem is created an in place (on a different set of shelves from tools and... [17:53:18] MusikAnimal: but as far as I can see, CBNG uses php to interface with mediawiki, and php 5.2 and 5.4 get data from wp without issues [17:53:48] I've tweeted at Damian, only way I know to get to a hold of them [17:58:21] bd808: want me to run you through creating a new project? [17:58:29] it's quite trivial. [17:58:33] I'll add up guidelines shortly [17:58:52] YuviPanda|brb: sure [17:59:06] * bd808 hopes this isn't a trap ;) [17:59:36] bd808: go to https://wikitech.wikimedia.org/wiki/Special:NovaProject [18:00:03] bd808: you'll find it right at the top [18:00:03] k [18:00:09] Add project [18:00:37] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create reading-smoketest labs project - https://phabricator.wikimedia.org/T105045#1435309 (10yuvipanda) [18:00:37] 6Labs, 7Tracking: New Labs project requests (Tracking) - https://phabricator.wikimedia.org/T76375#1435308 (10yuvipanda) [18:00:42] umm that's easy [18:00:44] yeah, just ^ [18:00:59] bd808: just put name (reading-smoketests?) and add rmoen as projectadmin [18:01:01] and close! [18:01:24] bd808: indeed it is! :) I've to write down some scoping rules, however. [18:02:31] YuviPanda: https://wikitech.wikimedia.org/wiki/Nova_Resource:Reading-smoketest [18:02:58] bd808: sweet! close the ticket? :) [18:03:16] 6Labs, 7Tracking: New Labs project requests (Tracking) - https://phabricator.wikimedia.org/T76375#1435315 (10bd808) [18:03:17] 6Labs, 3Reading-Web-Sprint-51-YOLO: Create reading-smoketest labs project - https://phabricator.wikimedia.org/T105045#1435312 (10bd808) 5Open>3Resolved a:3bd808 https://wikitech.wikimedia.org/wiki/Nova_Resource:Reading-smoketest [18:03:45] why in the hell did they name a sprint yolo? [18:03:55] bd808: yes, I'm willing to restrain [18:03:57] from creating project [18:04:00] just because of the name [18:04:25] sprint-52-phamphlet [18:04:31] bd808: at least they should name it YOSO [18:06:04] bd808: wanna create the other one from reading as well? :) [18:06:10] bd808: https://phabricator.wikimedia.org/T104994 [18:06:18] yeah, can do [18:06:23] bd808: \o/ [18:06:31] bd808: do include snarky message about YOLO [18:06:35] I knew this was a trap [18:06:43] bd808, YuviPanda: https://phabricator.wikimedia.org/T104994 plz plz plz? [18:06:43] haha :P [18:06:49] phuedx: yes, that's what bd808 is doing. [18:06:59] lovely, ta [18:07:25] (sorry) [18:07:33] phuedx: https://wikitech.wikimedia.org/wiki/Nova_Resource:Reading-web-staging [18:07:38] w0000! [18:07:53] 6Labs, 7Tracking: New Labs project requests (Tracking) - https://phabricator.wikimedia.org/T76375#1435321 (10bd808) [18:07:55] 6Labs, 7Tracking: Staging environment for Reading Web - https://phabricator.wikimedia.org/T104994#1435317 (10bd808) 5Open>3Resolved a:3bd808 https://wikitech.wikimedia.org/wiki/Nova_Resource:Reading-web-staging [18:07:58] bd808, YuviPanda: did i mention y'all are wonderful [18:08:02] ? [18:08:11] phuedx: you have a sprint named YOLO, sorry, you're not allowed to mention it [18:08:16] bd808: \o/ thanks. [18:08:18] lol [18:08:26] it may have been called yolt [18:08:33] would that have been worse or better? [18:09:02] probably better because I don't know what yolt means [18:09:11] http://www.imdb.com/title/tt0062512/ [18:21:53] YuviPanda: can you knock T105014 out? [18:22:01] Betacommand: am in a meeting, sorry. will do after. [18:29:11] 6Labs, 10Tool-Labs, 10Wikimania-Hackathon-2015: Conduct a research tools workshop at wikimania hackathon 2015 - https://phabricator.wikimedia.org/T91062#1435438 (10yuvipanda) Yes! @halfak when would be a good time for you? I was thinking of a 1hour thing on day one... [18:30:16] 6Labs, 10Tool-Labs, 10Pywikibot-compat-to-core, 10pywikibot-core, 5Patch-For-Review: Install all pywikibot python optional dependencies on tool labs - https://phabricator.wikimedia.org/T86015#1435446 (10hashar) [18:31:06] 6Labs, 10Tool-Labs, 10Wikimania-Hackathon-2015: Conduct a research tools workshop at wikimania hackathon 2015 - https://phabricator.wikimedia.org/T91062#1435448 (10Halfak) @Yuvipanda I don't have anything scheduled yet, so that would work for me. [18:37:21] PHP Warning: fsockopen(): unable to connect to tools-exec-1214.tools.eqiad.wmflabs:3565 (Connection refused) in /data/project/cluebot/cluebotng/bot/cbng.php on line 239 [18:37:28] Well, thanks Cluebot... [18:38:58] RichSmith: I'm not sure if we allow inter-host communication on all ports [18:39:38] valhallasw`cloud: Not sure what's changed then considering ClueBot stopped working yesterday [18:40:50] RichSmith: my testing suggests we do allow it [18:41:54] RichSmith: I'm not exactly sure how cluebot works, though. Is the c++ backend listening on port 3565? [18:42:10] I'll ask Damian, 2 moments [18:43:15] in any case, there are no running cluebot processes on the grid at the moment [18:43:38] oh, wait, cluebot, not cluebotng [18:44:12] ClueBot NG is what I mean :P [18:44:52] yeah, but there's an empty cluebotng project [18:49:43] 6Labs, 10Tool-Labs: exec hosts have apache2 running - https://phabricator.wikimedia.org/T105059#1435478 (10valhallasw) 3NEW [18:49:59] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org, 5Patch-For-Review: Enable VisualEditor by default on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1435487 (10Jdforrester-WMF) p:5Triage>3Normal a:5Krenair>3Jdforrester-WMF [18:58:40] 6Labs, 6Discovery, 10Maps: WikiMiniAtlas (wma.wmflabs.org) is still down - https://phabricator.wikimedia.org/T104417#1435517 (10Quiddity) Onwiki, there are a couple of threads about this, at * https://meta.wikimedia.org/wiki/Talk:WikiMiniAtlas#502_Bad_Gateway_error * https://en.wikivoyage.org/wiki/Wikivoyag... [19:27:17] 6Labs, 7Tracking: New Labs project requests (Tracking) - https://phabricator.wikimedia.org/T76375#1435648 (10yuvipanda) [19:28:34] 6Labs, 7Mobile: Decide what to do with the android-build machine - https://phabricator.wikimedia.org/T104190#1435651 (10bearND) I've set up an build user for it, cloned https://gerrit.wikimedia.org/r/labs/tools/wikipedia-android-builds to /srv/builds. Then I ran the download and update SDK script from its bin... [19:31:50] bd808: would you like me to merge your kibana / logstash changes? [19:33:45] YuviPanda: yes please [19:40:11] bd808: done [19:40:19] thanks [21:24:02] PROBLEM - Puppet failure on tools-exec-1402 is CRITICAL 20.00% of data above the critical threshold [0.0] [21:54:01] RECOVERY - Puppet failure on tools-exec-1402 is OK Less than 1.00% above the threshold [0.0] [23:05:43] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org, 5Patch-For-Review: Enable VisualEditor by default on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1436300 (10Catrope) 5Open>3Resolved [23:29:12] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org, 3VisualEditor 2015/16 Q1 blockers: Enable VisualEditor by default on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1436345 (10Jdforrester-WMF) [23:29:15] 6Labs, 10VisualEditor, 10wikitech.wikimedia.org, 3VisualEditor 2015/16 Q1 blockers: Enable VisualEditor by default on wikitech.wikimedia.org - https://phabricator.wikimedia.org/T104961#1433335 (10Jdforrester-WMF)