[00:08:22] halfak: is tim landscheidt on irc [00:11:22] JustBerry: he's scfc on irc. I don't see him here right now [00:11:40] bd808: ah okay thanks [00:23:53] bd808: but basemap seems to be already installed anyway [00:24:03] bd808: https://phabricator.wikimedia.org/T157744#3015320 [00:25:33] for grid engine; not for a kubernetes. and if you are using a virtual environment on grid engine you won't see system pacakges. [00:26:00] bd808: the maps thing is primarily js [00:26:05] unless you specifically create the virtualenv with system package support [00:26:05] bd808: per speaking with maxsem [00:26:14] I tried installing in venv [00:26:20] bd808: system package support? [00:26:29] so.... you can call the tile server using browser side js [00:26:39] you do not need to run node to do that [00:26:56] something like this bd808? http://stackoverflow.com/questions/14571454/virtualenv-specifing-which-packages-to-use-system-wide-vs-local [00:27:18] bd808: so insert js in the html supposedly [00:28:09] bd808: can I setup on k8d? [00:28:11] bd808: can I setup on k8s? [00:28:18] still trying to understand the difference between using one over the other [00:28:24] k8s = grid I assume [00:28:28] no. [00:28:36] k8s == kubernetes [00:28:46] oge == grid == open grid engine [00:28:58] we did this about a hour or so ago I swear [00:29:19] sorry. feeling frustrated with this conversation. [00:29:48] bd808: I thought you said k8s was different from kubernetes [00:29:59] k8s VERSUS kubernetes [00:30:01] the 8 in k8s stands for the 8 letters between k(ubernete)s [00:30:09] okay [00:30:46] bd808: so oge is for larger scripts? [00:30:52] ones that need more runtime and such? [00:30:53] scfc's answer in phab says that the system packages you want for generating png maps are installed [00:31:01] right. [00:31:39] but they are installed for Ubuntu Trusty on grid engine nodes. They are not installed in the kubernetes Debian Jessie Docker containers [00:32:25] so, if you really want to use those libraries you will need to run your webservice on Trusty grid engine nodes *and* enable system libraries in your virtual env [00:32:32] bd808: can I move over to the grid engine nodes? I did uname -or and got ubuntu, so it LOOKS like I'm on gen [00:32:37] bd808: job 989019 won't start on the grid. :/ [00:32:41] gen meaning grid engine nodes [00:33:12] JustBerry: the bastion servers you ssh into will *always* be Ubuntu Trusty [00:33:15] It's stuck in the qw state [00:33:29] where your webservice runs is independent of that [00:33:31] bd808: okay... [00:33:36] where's the debian then [00:33:41] I know you said k8s [00:33:47] but it looked like I was in k8s [00:33:55] when I did webservice --backend=kubernetes python shell [00:34:36] webservice --backend=kubernetes python shell -- that is a session running in a Docker container built to run python3 applications on kubernetes [00:34:47] uname -or [00:34:47] 4.4.0-2-amd64 GNU/Linux [00:35:06] andrewbogott: job 989019 won't statt [00:35:29] bd808: this doesn't work [00:35:35] JustBerry: try running `lsb_release -a` to see better information about the distro [00:35:57] Cyberpower678: what do you need? A force kill? [00:36:01] bd808: webservice --backend=grid python shell [00:36:04] error [00:36:14] * andrewbogott is here to but defers to bd808 [00:36:36] lsb_release -a [00:36:36] bash: lsb_release: command not found [00:36:36] bd808: [00:37:07] bd808: I need a force start. [00:37:18] It's stuck in the qw state. [00:37:22] JustBerry: sure. you typed nonsense and it gave you an error. [00:38:25] Cyberpower678: how do I shell into grid [00:38:42] JustBerry: you do not need to shell into the job grid [00:38:50] ... [00:38:51] the bastions match the job grid config [00:39:25] Cyberpower678: it looks like there is no exec node with the ram you have asked for right now [00:41:12] bd808: ;c [00:41:15] anybody know what 1048576k is? [00:41:15] still other... [00:41:18] wait what [00:41:22] err bad paste [00:41:31] the jarallah-ii tool [00:41:33] bd808: is it a bad idea to request for kubernetes then [00:41:42] bd808: I'm trying to see why it was installed on grid and not k8s [00:41:45] just because of where that project was? [00:41:54] or because it wasn't right for k8s [00:42:09] the two environments have different configuration [00:42:34] we have been trying to keep kubernetes images small [00:43:12] bd808: can I switch over to grid [00:43:18] for now, I would suggest that if you want that image processing library you should run your job on grid engine rather than kubernetes [00:43:32] I don't know if what I'm asking is not possible or not reasonable [00:43:43] ah so I need to look that up on wikitech I guess [00:43:47] the grid thing. [00:45:08] JustBerry: yeah. you will need to stop the kubernetes webservice, rebuild your venv on the bastion, and then start your webservice with --backend=gridengine [00:45:27] bd808: But I just killed that same job and restarted it really quickly. How could there not be what I asked for? [00:45:36] bd808: the venv is on the ... bastion... no? [00:45:38] already [00:45:59] Cyberpower678: beacuse someone else jumped in front of you for the queue I guess [00:46:02] bd808: (venv) tools.spiarticleanalyzer@tools-bastion-03:~/www/python/venv$ ls [00:46:19] 'tis in bastion? [00:46:24] there is a tool named jarallah-ii that has something like 170 jobs running right now :/ [00:46:32] Is there a way to free up some space so I can let my maintenance script run? [00:46:41] WTF? [00:46:46] Cyberpower678: ??? [00:46:55] 170 jobs? Why? [00:47:05] Just why? [00:47:08] bd808: is there another bastion? [00:47:13] Cyberpower678: such abusers o/ [00:47:27] JustBerry: the files are there yes, but you built that venv for the verison of python3 that is installed on the kubernetes service [00:47:34] bd808: okay... [00:48:14] this is the one you built following the tutorial to setup a python3 webservice on kubernetes, correct? [00:48:16] o wait bd808 [00:48:22] python2 -m venv $HOME/www/python/venv [00:48:24] should I use that [00:48:25] bd808: that tool, why is it using so many jobs. [00:48:29] since I used python3 -m venv $HOME/www/python/venv for kubernetes [00:48:37] Cyberpower678: for the nsa shh ;p [00:48:41] Cyberpower678: I am not a mind reader so I don't know [00:48:55] Cyberpower678: maybe making a phab ticket could help? [00:49:08] Cyberpower678: it looks like some busted cron. [00:49:19] bd808: maybe worth killing? [00:49:20] the timestamps are an hour apart [00:49:25] looking into it :) [00:49:29] :-) [00:50:22] bd808: heh webservice --backend=gridengine python shell [00:50:26] type must be one of generic,tomcat,nodejs,lighttpd-precise,lighttpd-plain,uwsgi-plain,lighttpd,uwsgi-python [00:50:36] don't I have to shell to do the venv initialization... [00:50:48] I know you said the --backend=grid was stupid, but is there another command? [00:51:19] JustBerry: you do *not* need to use the 'shell' for creating a venv for the gridengine. You can just build it on the bastion directly [00:51:26] bd808: ah so... [00:51:34] bd808: just do python2 -m venv $HOME/www/python/venv [00:51:35] ? [00:51:37] or python3 [00:51:41] your ssh session is a shell to a machine that matches the trusty grid engine nodes [00:51:42] cause I think you said that python3 was k8s [00:51:48] and python2 = grid, right? [00:52:00] bd808: yeah ubuntu trusty ok [00:52:19] Cyberpower678: grid's on python 2, right? [00:52:28] ? [00:52:36] No clue [00:52:39] Cyberpower678: while k8s is on python3, grid engine's on python 2? [00:52:44] bd808: prolly knows ; [00:52:45] pp [00:52:48] ;p* [00:53:03] bd808 is looking into the 170 jobs. [00:53:04] JustBerry: yeah, use python2 [00:53:23] rekt [00:53:23] the crontab for this tool is crazy. zillions of jobs [00:53:26] /usr/bin/python2: No module named venv [00:53:36] all pywikibot things it looks like [00:53:53] python2 -m venv $HOME/www/python/venv [00:53:53] /usr/bin/python2: No module named venv [00:53:53] heh [00:54:01] JustBerry: oops. yes. to make a python2 venv use `virtualenv` [00:54:23] bd808: wrong? python2 -m vitualenv $HOME/www/python/venv [00:54:30] /usr/bin/python2: No module named vitualenv [00:54:33] I feel like I'm missing something [00:54:37] JustBerry: oops. yes. to make a python2 venv use `virtualenv` [00:54:37] JustBerry: oops. yes. to make a python2 venv use `virtualenv` [00:54:38] JustBerry: oops. yes. to make a python2 venv use `virtualenv` [00:54:42] ^^^ [00:54:47] python2 -m vitualenv $HOME/www/python/vitualenv [00:54:47] /usr/bin/python2: No module named vitualenv [00:54:48] I did!! [00:54:51] bd808: [00:54:59] did... [00:55:09] literally type virtualenv -- nothing else [00:55:13] o. [00:55:44] and go back and look at the stackoverflow link you posted earlier about how to configure it to use system libraries [00:55:54] "virtualenv -- nothing else" doesn't seem to work either bd808. ;-) [00:56:12] bd808: linux ith moving its arth [00:56:14] * bd808 trouts Cyberpower678 [00:56:14] arse* [00:56:28] lol [00:57:14] bd808: I named it vitualenv [00:57:15] lol [00:57:18] whops [00:59:02] watch it blow up now [00:59:07] pip install -r requirements.txt [00:59:11] wew ;p [01:00:54] Cyberpower678: now my tool is being naughty on the grid ;p [01:08:46] bd808: rip webservice --backend=gridengine python start [01:08:50] type must be one of generic,tomcat,nodejs,lighttpd-precise,lighttpd-plain,uwsgi-plain,lighttpd,uwsgi-python [01:08:51] heh [01:09:04] uwsgi-python [01:11:33] !log tools.jarallah-ii Added '-once' flag to all crontab jobs [01:11:35] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.jarallah-ii/SAL [01:13:56] !log tools.jarallah-ii Killed approximately 100 unnamed pywikibot jobs [01:13:58] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.jarallah-ii/SAL [01:17:52] bd808: my script started. :D [01:17:59] cool [01:19:53] JustBerry: bd808: Script will finish in 162 hours, 56 minutes, 47 seconds [01:21:26] JustBerry: I think that's optimized enough. [01:24:46] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015526 (10scfc) @JustBerry, sorry, I had only glanced at the links you gave, not looked at your source code. I have installed the package `python-mpltoolkits.basem... [01:26:25] !log tools.arnaubot Added '-once' flag and names to all crontab jobs [01:26:27] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.arnaubot/SAL [01:28:52] !log tools.arnaubot Killed 29 unnamed python jobs with start times in 2016 [01:28:54] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.arnaubot/SAL [01:30:12] !log tools.arnaubot Killed 7 unnamed python jobs with start times in early January [01:30:14] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.arnaubot/SAL [01:43:04] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015561 (10JustBerry) @scfc Thanks, I'll test it out. Also, are you on IRC by any chance? I've been told that your IRC username is scfc, which appears to be offline... [01:48:21] Cyberpower678: working now? [01:55:28] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015604 (10JustBerry) @scfc icu import issue: Traceback (most recent call last): File "getAllUsers.py", line 9, in from getAllUsersHelper import *... [01:55:33] bd808: around? [01:55:34] enterprisey: o/ [01:55:41] o/ [01:58:30] enterprisey: running anything on tool labs? [01:58:35] yes [01:58:38] enterprisey: which o; [01:58:42] lots of stuff [01:58:44] bots and tools [01:58:58] afdstats? [01:59:03] apersonbot [01:59:06] badges [01:59:06] o/ [01:59:43] enterprisey: there's a person called unaperson too o/ [02:00:03] ok [02:00:22] not afdstats, but everything linked on http://tools.wmflabs.org/apersonbot/ [02:04:20] PROBLEM - Puppet run on tools-docker-builder-03 is CRITICAL: CRITICAL: 100.00% of data above the critical threshold [0.0] [02:04:32] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015610 (10JustBerry) @scfc Previous issue seems to be resolved with a wrapper installation. However, matplotlib is showing an error. Traceback (most recent call la... [02:05:04] enterprisey: which web framework did you use o [02:05:06] enterprisey: which web framework did you use o/* [02:05:13] raw cgi [02:05:27] most of my tools don't even use any framework [02:05:33] it's just html and css and some js [02:05:45] loads pretty fast, too [02:05:53] enterprisey: heh [02:05:56] handful of py [02:06:07] enterprisey: i must learn from uz ;p [02:06:18] all the code's out there [02:29:01] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015646 (10JustBerry) @scfc Ran `pip install matplotlib` after `source $HOME/www/python/virtualenv/bin/activate` (in virtualenv). Then, `python getAllUsers.py` yield... [02:29:06] bd808: ^^ ;p [02:29:10] still goin' [02:29:18] in grid now [02:31:46] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015661 (10JustBerry) Just to note, the python getAllUsers.py command is being run from ~/repo/SPIArticleAnalyzer. `(virtualenv)tools.spiarticleanalyzer@tools-basti... [02:41:47] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015678 (10JustBerry) @scfc Has `sudo apt-get install python-matplotlib` and `sudo apt-get install python-mpltoolkits.basemap` both been run? I'm not sure if the lat... [02:45:25] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015075 (10Legoktm) >>! In T157744#3015661, @JustBerry wrote: > Just to note, `python getAllUsers.py` is being run from ~/repo/SPIArticleAnalyzer. > > `(virtualenv)... [02:45:52] legoktm[NE]: ? [02:50:22] PROBLEM - Puppet run on tools-bastion-03 is CRITICAL: CRITICAL: 55.56% of data above the critical threshold [0.0] [02:54:53] 06Labs, 10Labs-Infrastructure: Review OpenStack monitoring options w/out Mirantis packages - https://phabricator.wikimedia.org/T157760#3015691 (10Reedy) [02:55:20] JohannesK_WMDE: ideas on how to get to tools-login? [02:55:23] instead of tools-bastion? [02:56:00] mutante: ? [02:57:56] JustBerry: all i know is it's tools-login.wmflabs.org [02:58:05] mutante: from commandline.. [02:58:18] ssh justberry@tools-login.wmflabs.org [02:58:23] ? [02:58:25] oy [02:58:58] mutante: didn't help fam ;p [02:59:11] tools-login.wmflabs.org [02:59:12] same deal [02:59:20] @tools-bastion-03 [02:59:20] heh [02:59:22] bd808: ? [02:59:35] same deal as in what [02:59:47] what is the actual error [02:59:54] and where are you running this [03:01:06] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015702 (10JustBerry) @Legoktm `ssh justberry@tools-login.wmflabs.org` still brings me back to `justberry@tools-bastion-03:~$`. `become spiarticleanalyzer` yields `t... [03:01:08] mutante: ^^ [03:01:56] JustBerry: you are on tools-login [03:02:03] tools-login.wmflabs.org has address 208.80.155.163 [03:02:12] 163.128-25.155.80.208.in-addr.arpa domain name pointer instance-tools-bastion-03.tools.wmflabs.org. [03:02:15] 163.128-25.155.80.208.in-addr.arpa domain name pointer tools-login.wmflabs.org. [03:02:18] 163.128-25.155.80.208.in-addr.arpa domain name pointer login.tools.wmflabs.org. [03:02:21] all the same IP [03:02:33] tools-login is like an alias for tools-bastion-03 [03:03:09] mutante: but I'm on the bastion [03:03:16] well [03:03:43] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015075 (10Dzahn) @JustBerry you are already on it. tools-login is like an alias for tools-bastion-03. That's all the same IP address. tools-login.wmflabs.org has... [03:03:50] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015705 (10Legoktm) tools-login is the bastion. Please see https://wikitech.wikimedia.org/wiki/Help:Tool_Labs#Submitting.2C_managing_and_scheduling_jobs_on_the_grid... [03:03:51] JustBerry: tools-login IS the bastion, yes [03:04:08] uh [03:04:15] JustBerry: try justberry@login.tools.wmflabs.org [03:04:51] all of that is 208.80.155.163 [03:05:10] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015706 (10JustBerry) @legoktm Am I not already on tools-login? tools-login.wmflabs.org has address 208.80.155.163. 163.128-25.155.80.208.in-addr.arpa domain name p... [03:05:13] enterprisey: already tried that [03:05:24] what error do you get? [03:05:32] enterprisey: nothing, see phababove [03:05:37] works fine [03:05:40] * enterprisey sees above [03:06:08] JustBerry: btw, seeing comments on your ticket. we dont just run "apt-get install" manually to install stuff, we let Puppet handle that [03:06:22] mutante: well okay [03:06:38] I've been told to include what command would hypothetically be run [03:06:39] so there is a list of packages that get installed in toollabs [03:06:42] it's in the puppet repo [03:06:43] which I'm not sure of [03:06:44] but ok [03:06:58] yes, that is correct [03:07:05] people wanted to know what packages you really need [03:07:17] then there would be a code change to get those installed [03:07:27] JustBerry: I think you were given funky advice [03:07:35] you shouldn't be seeing tools-login in your prompt [03:07:46] (ever) [03:07:50] enterprisey: good god ;p [03:07:54] been getting funky advice all day [03:08:22] I think legoktm[NE] just wanted you using jsub and stuff instead of python directly [03:08:56] ^ [03:09:39] JustBerry: fyi, this is where the packages are defined that get installed https://github.com/wikimedia/operations-puppet/blob/production/modules/toollabs/manifests/exec_environ.pp [03:09:45] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015713 (10JustBerry) @legoktm Perhaps you were referring to using jsub instead of python directly. When I checked python.out and python.err, I don't see any output. [03:09:45] legoktm[NE]: okay [03:09:48] I just replied to you lol [03:10:06] see all these python and php packages there.. that is what matters for tools-exec [03:12:27] mutante: ok [03:12:36] that is the proper way to get them. not apt-get install and not pip install either. also see how many packages reference ticket numbers where people asked for them to be added [03:12:56] (i dont know if you really need any that are missing, just so you know how it works) [03:13:17] mutante: so all the pip installs I made in venv [03:13:19] I should file a request? [03:13:53] mutante: webserver seems to be down [03:13:54] https://tools.wmflabs.org/spiarticleanalyzer [03:14:00] tried [03:14:01] webservice --backend=gridengine uwsgi-python start [03:14:01] Starting webservice. [03:14:11] bd808: ^^ [03:14:17] i dont know about that, i am not actually a tools user myself [03:14:20] legoktm[NE]: ^^ [03:14:23] mutante: okay [03:14:39] enterprisey might know [03:14:43] yep [03:14:45] running a bunch o' tools ;p [03:23:19] legoktm[NE]: ? [03:25:23] RECOVERY - Puppet run on tools-bastion-03 is OK: OK: Less than 1.00% above the threshold [0.0] [03:26:49] 10Tool-Labs-tools-Pageviews: Show language name in Langviews - https://phabricator.wikimedia.org/T157764#3015732 (10MusikAnimal) [03:27:21] 10Tool-Labs-tools-Pageviews: Show language name in Langviews - https://phabricator.wikimedia.org/T157764#3015746 (10MusikAnimal) [03:29:58] 10Tool-Labs-tools-Pageviews: Show page assessment data in Userviews - https://phabricator.wikimedia.org/T157765#3015750 (10MusikAnimal) [03:44:54] 06Labs, 10Tool-Labs, 10Tool-Labs-tools-Morebots-archived, 10Stashbot: Archive/delete tool morebots - https://phabricator.wikimedia.org/T157399#3003932 (10Legoktm) >>! In T157399#3004042, @bd808 wrote: > The configuration might be of minor historical interest with secrets removed. There are at least the cut... [03:59:32] 06Labs, 10Tool-Labs: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015780 (10JustBerry) [04:00:50] 06Labs, 10Tool-Labs, 07Tracking: Errors on tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157767#3015793 (10JustBerry) [04:01:11] 06Labs, 10Tool-Labs: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015808 (10JustBerry) [04:01:13] 06Labs, 10Tool-Labs, 10Tool-Labs-tools-Morebots-archived, 10Stashbot: Archive/delete tool morebots - https://phabricator.wikimedia.org/T157399#3015806 (10bd808) >>! In T157399#3015773, @Legoktm wrote: > Can we migrate those to stashbot? //Can// we, sure. //Should// we, meh. ``` lang=python # Map irc nick... [04:01:16] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015809 (10JustBerry) [04:01:18] 06Labs, 10Tool-Labs, 07Tracking: Errors on tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157767#3015807 (10JustBerry) [04:03:41] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015823 (10scfc) @Legoktm: In this case it was justified to use the bastion as I had only installed the modules there for testing; you're right of course that any re... [04:13:34] 06Labs, 10Tool-Labs, 07Tracking: Issues related to tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157767#3015828 (10JustBerry) [04:15:31] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015829 (10JustBerry) @scfc Regarding #3 (installing basemap with `pip install basemap`), see below: ``` (virtualenv)tools.spiarticleanalyzer@tools-bastion-03:~$ pi... [04:17:18] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015830 (10JustBerry) @scfc Regarding #4 (python version), the python version being used with `python` is 2.7.6. ``` (virtualenv)tools.spiarticleanalyzer@tools-bast... [04:17:39] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015832 (10bd808) Do you have your code in `~/www/python/src`? Have you checked for error logs? Have you read https://wikitech.wikimedia.org/wiki/Help:Tool_Labs/Web#Python_2_.28uWSGI.29 ? [04:18:02] 10Tool-Labs-tools-Other, 07Tracking: Issues related to tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157767#3015834 (10bd808) [04:21:08] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015835 (10JustBerry) @scfc Regarding #1 (looking for python-mpltoolkits.basemap), see below: ``` (virtualenv)tools.spiarticleanalyzer@tools-bastion-03:~/repo/SPIAr... [04:21:25] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015836 (10Dzahn) >>! In T157744#3015829, @JustBerry wrote: > (virtualenv)tools.spiarticleanalyzer@tools-bastion-03:~$ pip install basemap > Could not find any dow... [04:23:38] 06Labs, 10Tool-Labs: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015840 (10JustBerry) @Dzahn Yes, I am aware of this, but thank you for pointing that out. I performed the command anyway on advice of @scfc. I also already tried bu... [04:26:42] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015844 (10JustBerry) @bd808 `~/www/python/src` currently symlinks to `~/repo/SPIArticleAnalyzer`. I have checked uwsgi.log in `~`. See below (from foot of uwsgi.log) ``` Traceback (most recent... [04:30:12] 10Tool-Labs-tools-Other: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015847 (10JustBerry) [04:31:16] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015848 (10JustBerry) @bd808 Entire uwsgi.log file: ``` *** Starting uWSGI 1.9.17.1-debian (64bit) on [Fri Feb 10 04:28:46 2017] *** compiled with version: 4.8.2 on 23 March 2014 17:15:32 os: L... [04:35:55] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015851 (10JustBerry) Also, to note, I tried the following: `source $HOME/www/python/virtualenv/bin/activate` (activating virtualenv) `pip install mwoauth` `webservice --backend=gridengine uws... [04:36:58] bd808: ;c [04:37:06] enterprisey: ^^ ;c [04:38:14] that is a lot of spam [04:38:58] JustBerry: hey. every time you ping me I get a page on my phone. That's great if its actually an emergency of some sort, but please stop just hitting random keys after my name. [04:38:59] enterprisey: errors errors errors! [04:39:13] bd808: You mean on phab? [04:39:20] I was mainly replying to you... [04:39:24] But okay, got it. [04:39:26] I mean right here in this irc channel [04:39:52] o [04:40:08] I like helping people, but after putting in a 12 hour work day I like to do other things for a while [04:40:30] bd808: I didn't know that wikibugs would ping your phone. [04:40:50] "[04:37] bd808: ;c" -- that pinged my phone [04:40:59] ah okay [04:41:19] 10Tool-Labs-tools-Other, 06Wikisource: OAuth time out is too short - https://phabricator.wikimedia.org/T135279#3015861 (10Samwilson) The cookie lifetime in ia-upload is 24 hours. This should probably be increased to match [[https://www.mediawiki.org/wiki/Manual:$wgCookieExpiration|$wgCookieExpiration]] (30 day... [04:41:20] JustBerry: my last suggestion [04:41:26] do terrible sys.path modifying hacks [04:41:26] enterprisey: ? [04:41:32] wait what [04:41:32] find the exact location of the library [04:41:37] then sys.path monkeypatch it in [04:41:43] enterprisey: more specific? [04:41:54] 10Tool-Labs-tools-Other, 06Wikisource: OAuth time out is too short - https://phabricator.wikimedia.org/T135279#2293950 (10Samwilson) p:05Triage>03Low [04:42:31] enterprisey: http://doc.pytest.org/en/latest/monkeypatch.html? [04:42:35] JustBerry: https://docs.python.org/2/library/imp.html#imp.load_module [04:42:43] not the literal monkeypatch thing, sorry [04:44:15] enterprisey: herm so I did python, import imp, but then the load_module needs four ags, one of which is "mwoauth" [04:44:24] other three... don't know the path... [04:44:29] so you should find it [04:44:48] might be in the site-specific folder (google it) or something else [04:45:45] enterprisey: heh okay let me look into it [04:45:48] thank you ^^ [04:50:01] exit [04:50:12] oops, good luck JustBerry, laters [04:50:16] mutante: ;p [04:50:19] thanks [04:50:24] see you around [04:52:53] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015868 (10JustBerry) To note, error.log in `~` reads `[uWSGI] getting INI configuration from /data/project/spiarticleanalyzer/www/python/uwsgi.ini` [04:54:43] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015870 (10JustBerry) Another fundamental issue here seems to be that `webservice --backend=gridengine uwsgi-python stop` yields `Your webservice is not running` (did leave a substantial amount... [04:56:11] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015871 (10JustBerry) `service.log` in `~` reads ``` 2017-02-10T04:53:32.970522 No running webservice job found, attempting to start it 2017-02-10T04:54:13.081591 No running webservice job fou... [05:00:08] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015872 (10bd808) >>! In T157766#3015851, @JustBerry wrote: > Also, to note, I tried the following: > > `source $HOME/www/python/virtualenv/bin/activate` (activating virtualenv) **Read 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3015891 (10JustBerry) Removed previous venv. Rebuilt venv per above. Installed `pip install -r requirements.txt`. `requirements.txt` in `~/repo/SPIArticleAnalyzer` reads ``` flask geoip2 pyyaml... [06:48:29] 06Labs, 10Tool-Labs, 06Community-Tech-Tool-Labs, 06Developer-Relations, and 2 others: Developing community norms for vital bots and tools - https://phabricator.wikimedia.org/T149312#3015931 (10srishakatux) @bd808 are there any other remaining action items on this task? If not, I would close this as resolved! [07:03:58] PROBLEM - Puppet run on tools-exec-1403 is CRITICAL: CRITICAL: 40.00% of data above the critical threshold [0.0] [07:43:58] RECOVERY - Puppet run on tools-exec-1403 is OK: OK: Less than 1.00% above the threshold [0.0] [08:54:27] 10Tool-Labs-tools-LTA-Knowledgebase: Recent changes should link to LTA entry - https://phabricator.wikimedia.org/T157684#3016080 (10Samtar) a:05Samtar>03DatGuy [09:40:02] 06Labs, 10Tool-Labs: Delete tool "contributions-summary" - https://phabricator.wikimedia.org/T157749#3016275 (10Papuass) I managed to regain access and copied all my files. Not too hard after all. [09:42:43] 10Tool-Labs-tools-Other, 06Wikisource: OAuth time out is too short - https://phabricator.wikimedia.org/T135279#2293950 (10zhuyifei1999) Not before {T157781} and {T157784} please. [10:35:43] 06Labs, 06Discovery, 10Wikidata, 10Wikidata-Query-Service: Sunset of WDQ - https://phabricator.wikimedia.org/T153439#3016412 (10Magnus) OK, so I couldn't get it to work again easily. WDQ been broken for weeks now, and I had exactly one single person ask about it, but I could successfully upgrade them to SP... [11:40:59] 06Labs, 10Tool-Labs: /usr/local/bin/killgridjobs.sh is outdated - https://phabricator.wikimedia.org/T157792#3016568 (10zhuyifei1999) [12:50:17] (03PS1) 10Zhuyifei1999: Add rewritten crontab in Python [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) [12:50:24] (03CR) 10jerkins-bot: [V: 04-1] Add rewritten crontab in Python [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [12:55:43] (03CR) 10Zhuyifei1999: "recheck" [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [12:55:49] (03CR) 10jerkins-bot: [V: 04-1] Add rewritten crontab in Python [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [13:19:31] (03PS2) 10Zhuyifei1999: Add rewritten crontab in Python [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) [13:19:37] (03CR) 10jerkins-bot: [V: 04-1] Add rewritten crontab in Python [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [13:35:39] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3016751 (10JustBerry) The issue of not being able to access basemap while running on the gridengine was brought up. Hence, I've run the following two tests as well: `webservice uwsgi-python sta... [13:36:29] 10Tool-Labs-tools-Other, 07Tracking: Issues related to tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157767#3016756 (10JustBerry) [13:36:32] 10Tool-Labs-tools-Other: webservice for tool.spiarticleanalyzer: 404 Error - https://phabricator.wikimedia.org/T157766#3016754 (10JustBerry) 05Open>03stalled Pending update from T157744. [13:39:50] 10Tool-Labs-tools-Other: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3016760 (10JustBerry) The issue of not being able to access basemap while running on the gridengine was brought up. Hence, I've run the following two tests as well... [13:50:34] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3016772 (10Dvorapa) I solved it by updating pwb git repo on PAWS and uploading own preferences file. I only can not stop server (everything would be back broken). But time to time, PAWS sto... [13:55:44] 10Tool-Labs-tools-Other: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3016783 (10JustBerry) [13:55:51] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3016784 (10Dvorapa) BTW is there some manual how to use other login options than a password? [14:01:21] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3016808 (10Urbanecm) @Dvorapa As said before don't use password auth please. Regarding the other methods you can use OAuth (documented at https://www.mediawiki.org/wiki/Manual:Pywikibot/OAu... [14:02:09] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3016809 (10Urbanecm) BTW you may request access to Tool-labs (https://wikitech.wikimedia.org/wiki/Help:Tool_Labs) and then use pywikibot there. It is much easier than using PAWS. [14:06:42] 10Tool-Labs-tools-Other: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3015075 (10zhuyifei1999) If you build virtualenv on bastion, it's not gonna work on k8s. If you build virtualenv on k8s interactive, it not gonna work on grid. Di... [14:15:48] zhuyifei1999_: around? [14:16:03] yes [14:22:30] zhuyifei1999_: uh. [14:22:38] zhuyifei1999_: so I installed venv in gridengine [14:22:46] that's not gonna work if libs are installed on bastion [14:22:51] zhuyifei1999_: if I work on k8s... [14:22:52] ? [14:22:58] can I access tools installed on bastion [14:23:04] or do I just not use either [14:23:12] what do you mean? [14:24:47] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#2323722 (10Abbe98) @Dvorapa you need to add a `user-config.py` file to your root directory see the [[ http://paws-public.wmflabs.org/paws-public/44645351/user-config.py | following file as... [14:25:05] zhuyifei1999_: okay [14:25:06] well [14:25:17] scfc said they installed matlibplot's basemap on the bastioh [14:25:26] zhuyifei1999_: I'm getting a ton of traceback errors using kubernetes (where it's not installed) [14:25:30] wait no [14:25:32] using kubernetes [14:25:37] and the grid (where it's not installed) [14:25:37] bastion is only for you to see if it'll run at all [14:25:49] zhuyifei1999_: the tools were installed on the bastion [14:25:54] how does that help anyone at all [14:26:28] if bastion works, it may be added to grid setup [14:26:37] but almost definitely not k8s [14:28:05] zhuyifei1999_: um okay [14:41:26] 06Labs, 10Tool-Labs, 10Tool-Labs-tools-Morebots-archived, 13Patch-For-Review: Do not install package adminbot in execution nodes - https://phabricator.wikimedia.org/T157400#3016986 (10scfc) 05Open>03Resolved a:03scfc [14:53:15] (03CR) 10Tim Landscheidt: [C: 04-1] "Thanks! I'll have a closer look later, two things: 1. You need to rebase your change on the current HEAD; I believe you're two or three c" [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [14:56:46] (03CR) 10Zhuyifei1999: "Can't rebase: locally it is already on top; on Gerrit it says "change is already up to date" I guess it's more or less related to the "Dep" [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [14:59:41] (03PS3) 10Zhuyifei1999: Add rewritten crontab in Python [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) [14:59:48] (03CR) 10jerkins-bot: [V: 04-1] Add rewritten crontab in Python [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [15:03:59] (03CR) 10Zhuyifei1999: "Overwriting probably will result in something similar to https://askubuntu.com/questions/176121/dpkg-error-trying-to-overwrite-file-which-" [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [15:15:33] Change on 12wikitech.wikimedia.org a page Nova Resource:Tools/Access Request/0x010C was created, changed by 0x010C link https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools/Access_Request/0x010C edit summary: Created page with "{{Tools Access Request |Justification=I need an account to host some python script for the [[:fr:Projet:MOOC|WikiMOOC]], a french MOOC to learn how to contribute to Wikipedia...." [15:43:34] 10Tool-Labs-tools-Other: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3017176 (10JustBerry) >>! In T157744#3016851, @zhuyifei1999 wrote: > If you build virtualenv on bastion, it's not gonna work on k8s. > If you build virtualenv on k... [16:13:37] 10Tool-Labs-tools-Other: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3017294 (10zhuyifei1999) >>! In T157744#3017176, @JustBerry wrote: > @scfc It looks like the packages are currently installed for bastion and not for kubernetes or... [16:22:53] PROBLEM - Puppet staleness on tools-docker-builder-04 is CRITICAL: CRITICAL: 100.00% of data above the critical threshold [43200.0] [16:42:40] 10Tool-Labs-tools-Other: Requesting installation of mpl_toolkits.basemap, icu for tool.spiarticleanalyzer - https://phabricator.wikimedia.org/T157744#3017439 (10JustBerry) @zhuyifei1999 Okay, so the discussion right now seems to be a) use Wikimedia Maps or b) explain why Wikimedia Maps is not sufficient and requ... [16:57:03] zhuyifei1999_: were you referring to feeding js to the client? [17:00:26] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3017480 (10Dvorapa) @Urbanecm I'd like to avoid password in PAWS (in order to avoid this bug and/or be more secure), therefore I asked, what are the options. Thank you for links, I am brows... [17:02:14] JustBerry: you should ask the maintainers of the maps service, not me [17:04:49] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3017496 (10Dvorapa) @Urbanecm BTW if pywikibot on Tool-labs is much easier to use than PAWS, what is the advantage of PAWS? I love the way how PAWS works as it works exactly how I need (exc... [17:08:43] zhuyifei1999_: maxsem deved the geo extension I referenced in the ticket and told me that [17:14:14] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3017543 (10Dvorapa) The step 1 of [[ https://www.mediawiki.org/wiki/Manual:Pywikibot/login.py#Login_using_OAuth | manual to start using OAuth ]] does not work. It looks like the page is cal... [17:15:37] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3017544 (10Abbe98) @Dvorapa when you use passwords on PAWS I believe they are public to all PAWS users. [17:36:34] 06Labs, 10Tool-Labs, 06Community-Tech-Tool-Labs, 06Developer-Relations, and 2 others: Developing community norms for vital bots and tools - https://phabricator.wikimedia.org/T149312#3017639 (10bd808) >>! In T149312#3015931, @srishakatux wrote: > @bd808 are there any other remaining action items on this tas... [18:21:37] (03CR) 10BryanDavis: "> Overwriting probably will result in something similar to" [labs/toollabs] - 10https://gerrit.wikimedia.org/r/336998 (https://phabricator.wikimedia.org/T156174) (owner: 10Zhuyifei1999) [18:33:13] matt_flaschen: Can I get a quick comment on https://phabricator.wikimedia.org/T157701? [18:36:38] 06Labs: Delete or recreate docs.editor-engagement.eqiad.wmflabs - https://phabricator.wikimedia.org/T157701#3017863 (10Andrew) [18:43:35] Change on 12wikitech.wikimedia.org a page Nova Resource:Tools/Access Request/0x010C was modified, changed by Tim Landscheidt link https://wikitech.wikimedia.org/w/index.php?diff=1496257 edit summary: [18:56:38] bd808: actually, wouldn't puppet overwrite whatever is in the deb? [18:56:58] there's no ensure => absent in this patch [18:59:16] zhuyifei1999_: yes, it would [18:59:45] RECOVERY - Puppet staleness on tools-checker-01 is OK: OK: Less than 1.00% above the threshold [3600.0] [18:59:48] I was thinking that we could get the etc file part merged and then it would be easier to test the other script on a live server [18:59:56] k [19:14:57] Congratulations to everyone who has been working to get their jobs or the jobs of others off of ! [19:15:33] The graph is looking better all the time -- https://phabricator.wikimedia.org/u/toolsjobs [19:19:00] !log tools.audetools Migrated from Precise to Trusty with `webservice stop; webservice start` [19:19:03] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.audetools/SAL [19:19:06] aude: ^ [19:21:41] !log tools.analytalks Migrated from Precise to Trusty with `webservice stop; webservice start` [19:21:42] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.analytalks/SAL [19:22:07] still two-thirds left though [19:23:06] !log tools.anno Migrated from Precise to Trusty with `webservice stop; webservice start` [19:23:07] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.anno/SAL [19:24:25] !log tools.asurabot Migrated from Precise to Trusty with `webservice stop; webservice start` [19:24:27] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.asurabot/SAL [19:27:16] !log tools.authors Crashes with "Call to undefined function L()" on Trusty [19:27:18] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.authors/SAL [19:33:56] 10Tool-Labs-tools-Pageviews: Implement a Node.js backend for each Pageviews app - https://phabricator.wikimedia.org/T157830#3018011 (10MusikAnimal) [19:34:49] !log tools.bbc-tv-cite Python Flask app that should migrate easily but would need a venv rebuild. No visible license. [19:34:51] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.bbc-tv-cite/SAL [19:37:00] !log tools.cats-php Migrated from Precise to Trusty with `webservice stop; webservice start` [19:37:02] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.cats-php/SAL [19:38:17] !log tools.chobot Migrated from Precise to Trusty with `webservice stop; webservice start` [19:38:19] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.chobot/SAL [19:40:07] !log tools.cil2 Migrated from Precise to Trusty with `webservice stop; webservice start` [19:40:09] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.cil2/SAL [19:41:06] PROBLEM - Puppet run on tools-exec-1401 is CRITICAL: CRITICAL: 44.44% of data above the critical threshold [0.0] [19:42:59] !log tools.cite-o-meter Migrated from Precise to Kubernetes+PHP5.6 with `webservice stop; webservice --backend=kubernetes php5.6 start` [19:43:01] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.cite-o-meter/SAL [20:03:33] 10Tool-Labs-tools-LTA-Knowledgebase: Add history - https://phabricator.wikimedia.org/T157725#3018129 (10DatGuy) p:05Triage>03Normal a:03DatGuy [20:21:05] RECOVERY - Puppet run on tools-exec-1401 is OK: OK: Less than 1.00% above the threshold [0.0] [21:16:15] 06Labs, 10Labs-Infrastructure: Deprecate precise instances in Labs by 03/31/2017 - https://phabricator.wikimedia.org/T143349#2928627 (10Matthewrbowker) >>! In T143349#2947141, @scfc wrote: > AFAIK, `wm-bot.bots` (still) runs [[https://meta.wikimedia.org/wiki/Wm-bot|`wm-bot`]] (https://github.com/benapetr/wikim... [21:20:49] 06Labs: Delete or recreate docs.editor-engagement.eqiad.wmflabs - https://phabricator.wikimedia.org/T157701#3018319 (10Mattflaschen-WMF) I'm checking on this. I should have an answer next week. See {T148228}. [21:30:41] bd808: When you have a bit, could you comment on T53434 , my latest comment? Just a yes or a no is enough, I'll create another task to discuss in more detail if your answer is yes. [21:30:41] T53434: Implement a system to monitor tools on tool-labs - https://phabricator.wikimedia.org/T53434 [21:33:11] 06Labs, 10Labs-Infrastructure: Deprecate precise instances in Labs by 03/31/2017 - https://phabricator.wikimedia.org/T143349#3018370 (10Andrew) [21:34:49] 06Labs: Delete or recreate docs.editor-engagement.eqiad.wmflabs - https://phabricator.wikimedia.org/T157701#3018382 (10Andrew) thanks! Let me know if you need any assistance. [21:37:59] madhuvishy, I tried to restart the 'styleguide' service earlier (before seeing T154703). I'm not sure why it didn't work (I got one of the batch emails from you on Wed., "[Weekly reminder][action required] Your Precise Tools need migration". [21:38:00] T154703: Remove old MediaWiki UI tool labs instance, http://tools.wmflabs.org/styleguide/ - https://phabricator.wikimedia.org/T154703 [21:38:11] I'm not sure if/how changing it to a redirect affects things. [21:38:36] matt_flaschen: I responded on ticket just now [21:40:47] Thanks, madhuvishy. [21:40:58] matt_flaschen: sorry for the confusion! [21:41:07] No problem [21:49:46] JustBerry: the script got stuck, so I needed to get it unstuck. :/ [21:50:08] Cyberpower678: did you see my PM lol [21:50:25] The spam. No I didn't. :p [21:50:33] Cyberpower678: o I was just saying [21:50:38] I was trying to up arrow + enter [21:50:41] because I had /leave on my back [21:50:44] I up arrowed too much [21:50:46] JustBerry: https://tools.wmflabs.org/iabot/ [21:50:55] Script's running again. [21:50:59] an ended up + entering you a few times [21:51:00] but ok [21:51:10] that is [21:51:11] Cyberpower678: [21:51:14] some legit progress ;p [21:51:34] It was stuck all day. It hit an entry with a HUGE amount of data, and died. [21:51:52] So I adjusted the script to handle it and restarted it at the last point. [21:53:02] PROBLEM - Puppet run on tools-exec-1218 is CRITICAL: CRITICAL: 20.00% of data above the critical threshold [0.0] [21:54:08] PROBLEM - Puppet run on tools-webgrid-lighttpd-1402 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [21:54:09] PROBLEM - Puppet run on tools-webgrid-lighttpd-1414 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [21:54:20] PROBLEM - Puppet run on tools-exec-1219 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [21:54:35] PROBLEM - Puppet run on tools-webgrid-lighttpd-1407 is CRITICAL: CRITICAL: 30.00% of data above the critical threshold [0.0] [21:54:47] PROBLEM - Puppet run on tools-webgrid-lighttpd-1404 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [21:55:11] PROBLEM - Puppet run on tools-webgrid-lighttpd-1203 is CRITICAL: CRITICAL: 44.44% of data above the critical threshold [0.0] [21:55:33] PROBLEM - Puppet run on tools-webgrid-lighttpd-1208 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [21:55:38] Cyberpower678: do you think I can ping bd_808 o/ [21:55:43] PROBLEM - Puppet run on tools-exec-1404 is CRITICAL: CRITICAL: 20.00% of data above the critical threshold [0.0] [21:55:45] PROBLEM - Puppet run on tools-exec-1405 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [21:56:03] Cyberpower678: (from before) bd_808: JustBerry: hey. every time you ping me I get a page on my phone. That's great if its actually an emergency of some sort, but please stop just hitting random keys after my name. [21:56:35] PROBLEM - Puppet run on tools-webgrid-lighttpd-1204 is CRITICAL: CRITICAL: 50.00% of data above the critical threshold [0.0] [21:56:37] PROBLEM - Puppet run on tools-exec-1408 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [21:57:11] PROBLEM - Puppet run on tools-exec-1419 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [21:58:01] zhuyifei1999_: o. [21:58:11] PROBLEM - Puppet run on tools-webgrid-lighttpd-1207 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [21:58:13] @seen zhuyifei1999_ [21:58:13] JustBerry: zhuyifei1999_ is in here, right now [21:58:26] ... [21:58:30] zhuyifei1999_: ;p [21:58:46] btw, you were talking about wikimedia maps in your reply [21:59:00] PROBLEM - Puppet run on tools-exec-1415 is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [21:59:06] seems like it's based off spamming openstreetmap with api calls [21:59:12] PROBLEM - Puppet run on tools-webgrid-generic-1401 is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [21:59:29] PROBLEM - Puppet run on tools-webgrid-lighttpd-1406 is CRITICAL: CRITICAL: 50.00% of data above the critical threshold [0.0] [22:00:03] PROBLEM - Puppet run on tools-webgrid-generic-1403 is CRITICAL: CRITICAL: 40.00% of data above the critical threshold [0.0] [22:00:10] * andrewbogott is working on those alerts [22:01:19] PROBLEM - Puppet run on tools-webgrid-lighttpd-1413 is CRITICAL: CRITICAL: 55.56% of data above the critical threshold [0.0] [22:03:05] PROBLEM - Puppet run on tools-exec-1221 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:03:11] PROBLEM - Puppet run on tools-exec-1413 is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [22:03:13] PROBLEM - Puppet run on tools-webgrid-lighttpd-1405 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:03:41] PROBLEM - Puppet run on tools-webgrid-lighttpd-1418 is CRITICAL: CRITICAL: 30.00% of data above the critical threshold [0.0] [22:03:47] PROBLEM - Puppet run on tools-bastion-05 is CRITICAL: CRITICAL: 50.00% of data above the critical threshold [0.0] [22:03:49] PROBLEM - Puppet run on tools-exec-1402 is CRITICAL: CRITICAL: 50.00% of data above the critical threshold [0.0] [22:04:23] PROBLEM - Puppet run on tools-webgrid-generic-1404 is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [22:04:39] PROBLEM - Puppet run on tools-exec-1416 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:04:58] PROBLEM - Puppet run on tools-exec-1403 is CRITICAL: CRITICAL: 60.00% of data above the critical threshold [0.0] [22:05:03] andrewbogott: thanks [22:07:07] PROBLEM - Puppet run on tools-exec-1407 is CRITICAL: CRITICAL: 44.44% of data above the critical threshold [0.0] [22:07:07] PROBLEM - Puppet run on tools-exec-1401 is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [22:07:17] PROBLEM - Puppet run on tools-webgrid-lighttpd-1206 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [22:07:38] andrewbogott: i can silence shinken if you want [22:07:52] 10PAWS, 10MediaWiki-extensions-OAuth, 10Pywikibot-OAuth: PAWS can not login - https://phabricator.wikimedia.org/T136114#3018429 (10Urbanecm) Yes, you can even comment the OAuth line and log in using password. When I said easier I meant you can use crons, grid, you have access to replicas etc. PAWS can be use... [22:07:58] madhuvishy: I have a patch ready, just starving for bandwidth [22:08:11] andrewbogott: ah okay :) [22:08:33] PROBLEM - Puppet run on tools-exec-1414 is CRITICAL: CRITICAL: 55.56% of data above the critical threshold [0.0] [22:08:43] PROBLEM - Puppet run on tools-exec-1411 is CRITICAL: CRITICAL: 44.44% of data above the critical threshold [0.0] [22:08:46] my neighbors must've all got home and started netflix 5 minutes ago, everything has been good until now [22:09:13] PROBLEM - Puppet run on tools-precise-dev is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [22:09:41] PROBLEM - Puppet run on tools-exec-1417 is CRITICAL: CRITICAL: 55.56% of data above the critical threshold [0.0] [22:10:29] andrewbogott: ha ha it is that time of friday :) [22:10:37] PROBLEM - Puppet run on tools-exec-1406 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [22:11:56] andrewbogott: Can/should webservice python be run on the bastion (non-kubernetes or grid)? [22:12:07] From what I understand, the bastion is mainly for testing. [22:12:10] PROBLEM - Puppet run on tools-webgrid-lighttpd-1412 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:12:11] Is that...? [22:12:16] zhuyifei1999_: ^^ o/ [22:12:32] PROBLEM - Puppet run on tools-webgrid-lighttpd-1403 is CRITICAL: CRITICAL: 50.00% of data above the critical threshold [0.0] [22:12:48] PROBLEM - Puppet run on tools-exec-1217 is CRITICAL: CRITICAL: 20.00% of data above the critical threshold [0.0] [22:13:28] PROBLEM - Puppet run on tools-exec-1409 is CRITICAL: CRITICAL: 30.00% of data above the critical threshold [0.0] [22:13:42] PROBLEM - Puppet run on tools-bastion-02 is CRITICAL: CRITICAL: 20.00% of data above the critical threshold [0.0] [22:13:47] JustBerry: you should never run anything long-running on a bastion, it's pretty much just for your shell access. Any actual job that you start should be submitted to the grid or run as a k8s job. [22:13:50] PROBLEM - Puppet run on tools-webgrid-lighttpd-1409 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:13:56] PROBLEM - Puppet run on tools-exec-gift is CRITICAL: CRITICAL: 20.00% of data above the critical threshold [0.0] [22:14:02] If we find anything that's expensive or non-interactive running on the bastion we generally kill it off. [22:14:10] PROBLEM - Puppet run on tools-webgrid-lighttpd-1210 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [22:14:11] PROBLEM - Puppet run on tools-webgrid-lighttpd-1209 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:14:11] andrewbogott: ah, okay [22:14:44] andrewbogott: next question: I've been told to use Wikimedia Maps instead of basemap per matlibplot-related scalability issues on the grid [22:15:06] andrewbogott: Regarding Wikimedia Maps, there is little reference made to an API at https://www.mediawiki.org/wiki/Maps besides "GeoData extension allows articles to specify geographical coordinates, and expose them via search API." The GeoData extension API seems to return articles that are relevant to a specific geographical coordinate, rather than return a world map with dots marking a list of coordinates. [22:15:21] PROBLEM - Puppet run on tools-exec-1410 is CRITICAL: CRITICAL: 60.00% of data above the critical threshold [0.0] [22:16:13] PROBLEM - Puppet run on tools-webgrid-lighttpd-1205 is CRITICAL: CRITICAL: 55.56% of data above the critical threshold [0.0] [22:16:23] PROBLEM - Puppet run on tools-bastion-03 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:17:43] I don't know anything about Wikimedia Maps. I'm not sure who the best person is to ask for guidance about that — I think a lot of that is brand new. bd808, any thoughts on who could help with the Maps api? [22:17:55] PROBLEM - Puppet run on tools-webgrid-generic-1402 is CRITICAL: CRITICAL: 44.44% of data above the critical threshold [0.0] [22:17:59] PROBLEM - Puppet run on tools-webgrid-lighttpd-1408 is CRITICAL: CRITICAL: 60.00% of data above the critical threshold [0.0] [22:18:09] PROBLEM - Puppet run on tools-webgrid-lighttpd-1202 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:18:12] PROBLEM - Puppet run on tools-cron-01 is CRITICAL: CRITICAL: 33.33% of data above the critical threshold [0.0] [22:18:12] PROBLEM - Puppet run on tools-webgrid-lighttpd-1410 is CRITICAL: CRITICAL: 55.56% of data above the critical threshold [0.0] [22:18:14] PROBLEM - Puppet run on tools-exec-1420 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:18:42] PROBLEM - Puppet run on tools-webgrid-lighttpd-1415 is CRITICAL: CRITICAL: 30.00% of data above the critical threshold [0.0] [22:19:18] PROBLEM - Puppet run on tools-webgrid-lighttpd-1416 is CRITICAL: CRITICAL: 44.44% of data above the critical threshold [0.0] [22:19:18] PROBLEM - Puppet run on tools-exec-1412 is CRITICAL: CRITICAL: 66.67% of data above the critical threshold [0.0] [22:19:20] andrewbogott: Actually, bryan did mention it here https://phabricator.wikimedia.org/T157744 [22:19:24] I'm just trying to understand a bit more [22:19:26] PROBLEM - Puppet run on tools-webgrid-lighttpd-1401 is CRITICAL: CRITICAL: 20.00% of data above the critical threshold [0.0] [22:19:40] I know https://github.com/kartotherian/kartotherian/ seems to use some js-client side type of stuff with openstreetmap (if I'm not mistaken), andrewbogott [22:19:52] but I guess I'll leave it up to the others in the channel too ;p [22:19:54] thanks though [22:19:58] PROBLEM - Puppet run on tools-exec-1418 is CRITICAL: CRITICAL: 50.00% of data above the critical threshold [0.0] [22:20:06] 06Labs, 10WM-Bot: Move wm-bot instance to Trusty - https://phabricator.wikimedia.org/T157838#3018446 (10Paladox) [22:20:21] 06Labs, 10Tool-Labs, 10WM-Bot: Move wm-bot instance to Trusty - https://phabricator.wikimedia.org/T157838#3018448 (10Paladox) [22:20:22] zhuyifei1999_ mentioned that it should be an easy replacement, so perhaps they are familiar with it andrewbogott [22:20:44] 06Labs, 10WM-Bot: Move wm-bot instance to Trusty - https://phabricator.wikimedia.org/T157838#3018453 (10Paladox) [22:20:52] PROBLEM - Puppet run on tools-exec-1220 is CRITICAL: CRITICAL: 50.00% of data above the critical threshold [0.0] [22:21:10] PROBLEM - Puppet run on tools-webgrid-lighttpd-1201 is CRITICAL: CRITICAL: 22.22% of data above the critical threshold [0.0] [22:21:53] JustBerry: yep, worth a try [22:23:23] PROBLEM - Puppet run on tools-webgrid-lighttpd-1411 is CRITICAL: CRITICAL: 55.56% of data above the critical threshold [0.0] [22:34:08] RECOVERY - Puppet run on tools-webgrid-lighttpd-1414 is OK: OK: Less than 1.00% above the threshold [0.0] [22:34:08] RECOVERY - Puppet run on tools-webgrid-lighttpd-1402 is OK: OK: Less than 1.00% above the threshold [0.0] [22:34:10] RECOVERY - Puppet run on tools-webgrid-generic-1401 is OK: OK: Less than 1.00% above the threshold [0.0] [22:34:36] RECOVERY - Puppet run on tools-webgrid-lighttpd-1407 is OK: OK: Less than 1.00% above the threshold [0.0] [22:34:46] RECOVERY - Puppet run on tools-webgrid-lighttpd-1404 is OK: OK: Less than 1.00% above the threshold [0.0] [22:35:32] RECOVERY - Puppet run on tools-webgrid-lighttpd-1208 is OK: OK: Less than 1.00% above the threshold [0.0] [22:35:40] RECOVERY - Puppet run on tools-exec-1404 is OK: OK: Less than 1.00% above the threshold [0.0] [22:35:42] RECOVERY - Puppet run on tools-exec-1405 is OK: OK: Less than 1.00% above the threshold [0.0] [22:36:19] RECOVERY - Puppet run on tools-webgrid-lighttpd-1413 is OK: OK: Less than 1.00% above the threshold [0.0] [22:36:23] eso, will we get a channel redirect to #wikimedia-cloud one of these days? ;) [22:36:37] RECOVERY - Puppet run on tools-webgrid-lighttpd-1204 is OK: OK: Less than 1.00% above the threshold [0.0] [22:36:39] RECOVERY - Puppet run on tools-exec-1408 is OK: OK: Less than 1.00% above the threshold [0.0] [22:37:09] RECOVERY - Puppet run on tools-exec-1419 is OK: OK: Less than 1.00% above the threshold [0.0] [22:38:11] RECOVERY - Puppet run on tools-exec-1413 is OK: OK: Less than 1.00% above the threshold [0.0] [22:38:13] RECOVERY - Puppet run on tools-webgrid-lighttpd-1207 is OK: OK: Less than 1.00% above the threshold [0.0] [22:39:01] RECOVERY - Puppet run on tools-exec-1415 is OK: OK: Less than 1.00% above the threshold [0.0] [22:39:21] RECOVERY - Puppet run on tools-webgrid-generic-1404 is OK: OK: Less than 1.00% above the threshold [0.0] [22:39:29] RECOVERY - Puppet run on tools-webgrid-lighttpd-1406 is OK: OK: Less than 1.00% above the threshold [0.0] [22:40:05] RECOVERY - Puppet run on tools-webgrid-generic-1403 is OK: OK: Less than 1.00% above the threshold [0.0] [22:42:08] RECOVERY - Puppet run on tools-exec-1401 is OK: OK: Less than 1.00% above the threshold [0.0] [22:43:06] RECOVERY - Puppet run on tools-exec-1221 is OK: OK: Less than 1.00% above the threshold [0.0] [22:43:16] RECOVERY - Puppet run on tools-webgrid-lighttpd-1405 is OK: OK: Less than 1.00% above the threshold [0.0] [22:43:40] RECOVERY - Puppet run on tools-webgrid-lighttpd-1418 is OK: OK: Less than 1.00% above the threshold [0.0] [22:43:48] RECOVERY - Puppet run on tools-bastion-05 is OK: OK: Less than 1.00% above the threshold [0.0] [22:43:50] RECOVERY - Puppet run on tools-exec-1402 is OK: OK: Less than 1.00% above the threshold [0.0] [22:44:14] RECOVERY - Puppet run on tools-precise-dev is OK: OK: Less than 1.00% above the threshold [0.0] [22:44:40] RECOVERY - Puppet run on tools-exec-1416 is OK: OK: Less than 1.00% above the threshold [0.0] [22:44:58] RECOVERY - Puppet run on tools-exec-1403 is OK: OK: Less than 1.00% above the threshold [0.0] [22:47:09] RECOVERY - Puppet run on tools-exec-1407 is OK: OK: Less than 1.00% above the threshold [0.0] [22:47:13] RECOVERY - Puppet run on tools-webgrid-lighttpd-1206 is OK: OK: Less than 1.00% above the threshold [0.0] [22:47:33] RECOVERY - Puppet run on tools-webgrid-lighttpd-1403 is OK: OK: Less than 1.00% above the threshold [0.0] [22:48:33] RECOVERY - Puppet run on tools-exec-1414 is OK: OK: Less than 1.00% above the threshold [0.0] [22:48:41] RECOVERY - Puppet run on tools-exec-1411 is OK: OK: Less than 1.00% above the threshold [0.0] [22:49:30] andrewbogott: P.S. DanielK_WMDE also mentioned that gerrit is slow [22:49:36] may not necessarily be your neighbors watching netflix ;p [22:49:41] RECOVERY - Puppet run on tools-exec-1417 is OK: OK: Less than 1.00% above the threshold [0.0] [22:50:37] RECOVERY - Puppet run on tools-exec-1406 is OK: OK: Less than 1.00% above the threshold [0.0] [22:51:13] RECOVERY - Puppet run on tools-webgrid-lighttpd-1205 is OK: OK: Less than 1.00% above the threshold [0.0] [22:52:12] RECOVERY - Puppet run on tools-webgrid-lighttpd-1412 is OK: OK: Less than 1.00% above the threshold [0.0] [22:52:50] RECOVERY - Puppet run on tools-exec-1217 is OK: OK: Less than 1.00% above the threshold [0.0] [22:52:58] RECOVERY - Puppet run on tools-webgrid-lighttpd-1408 is OK: OK: Less than 1.00% above the threshold [0.0] [22:53:28] RECOVERY - Puppet run on tools-exec-1409 is OK: OK: Less than 1.00% above the threshold [0.0] [22:53:42] RECOVERY - Puppet run on tools-bastion-02 is OK: OK: Less than 1.00% above the threshold [0.0] [22:53:50] RECOVERY - Puppet run on tools-webgrid-lighttpd-1409 is OK: OK: Less than 1.00% above the threshold [0.0] [22:53:54] RECOVERY - Puppet run on tools-exec-gift is OK: OK: Less than 1.00% above the threshold [0.0] [22:54:10] RECOVERY - Puppet run on tools-webgrid-lighttpd-1210 is OK: OK: Less than 1.00% above the threshold [0.0] [22:54:12] RECOVERY - Puppet run on tools-webgrid-lighttpd-1209 is OK: OK: Less than 1.00% above the threshold [0.0] [22:54:20] RECOVERY - Puppet run on tools-webgrid-lighttpd-1416 is OK: OK: Less than 1.00% above the threshold [0.0] [22:54:22] RECOVERY - Puppet run on tools-exec-1412 is OK: OK: Less than 1.00% above the threshold [0.0] [22:55:20] RECOVERY - Puppet run on tools-exec-1410 is OK: OK: Less than 1.00% above the threshold [0.0] [22:55:52] RECOVERY - Puppet run on tools-exec-1220 is OK: OK: Less than 1.00% above the threshold [0.0] [22:56:25] RECOVERY - Puppet run on tools-bastion-03 is OK: OK: Less than 1.00% above the threshold [0.0] [22:57:57] RECOVERY - Puppet run on tools-webgrid-generic-1402 is OK: OK: Less than 1.00% above the threshold [0.0] [22:58:09] RECOVERY - Puppet run on tools-webgrid-lighttpd-1202 is OK: OK: Less than 1.00% above the threshold [0.0] [22:58:11] RECOVERY - Puppet run on tools-webgrid-lighttpd-1410 is OK: OK: Less than 1.00% above the threshold [0.0] [22:58:13] RECOVERY - Puppet run on tools-cron-01 is OK: OK: Less than 1.00% above the threshold [0.0] [22:58:16] RECOVERY - Puppet run on tools-exec-1420 is OK: OK: Less than 1.00% above the threshold [0.0] [22:58:39] RECOVERY - Puppet run on tools-webgrid-lighttpd-1415 is OK: OK: Less than 1.00% above the threshold [0.0] [22:59:06] 10Tool-Labs-tools-Other, 06Discovery, 10GeoData, 07Community-Wishlist-Survey-2016, 06Maps (Kartographer): Better interface and visualisation for coordinates and map - https://phabricator.wikimedia.org/T157844#3018566 (10srishakatux) [22:59:27] RECOVERY - Puppet run on tools-webgrid-lighttpd-1401 is OK: OK: Less than 1.00% above the threshold [0.0] [22:59:57] RECOVERY - Puppet run on tools-exec-1418 is OK: OK: Less than 1.00% above the threshold [0.0] [23:00:11] RECOVERY - Puppet run on tools-webgrid-lighttpd-1203 is OK: OK: Less than 1.00% above the threshold [0.0] [23:01:09] RECOVERY - Puppet run on tools-webgrid-lighttpd-1201 is OK: OK: Less than 1.00% above the threshold [0.0] [23:01:37] 10Tool-Labs-tools-Other, 06Discovery, 10GeoData, 07Community-Wishlist-Survey-2016, 06Maps (Kartographer): Better interface and visualisation for coordinates and map - https://phabricator.wikimedia.org/T157844#3018569 (10srishakatux) [23:03:06] RECOVERY - Puppet run on tools-exec-1218 is OK: OK: Less than 1.00% above the threshold [0.0] [23:03:24] RECOVERY - Puppet run on tools-webgrid-lighttpd-1411 is OK: OK: Less than 1.00% above the threshold [0.0] [23:04:22] RECOVERY - Puppet run on tools-exec-1219 is OK: OK: Less than 1.00% above the threshold [0.0] [23:13:56] mafk: token heh [23:14:07] srishakatux: around? [23:14:41] PROBLEM - Puppet run on tools-bastion-02 is CRITICAL: CRITICAL: 30.00% of data above the critical threshold [0.0] [23:18:52] (03CR) 10Ricordisamoa: "Note: this change also has the nice side effect of decreasing URI sizes for GET requests (see also T112151)" [labs/tools/ptable] - 10https://gerrit.wikimedia.org/r/316049 (owner: 10Ricordisamoa) [23:23:09] Hi, anyone around who could guide me about why I still receive a warning about Precise migration for a tool I co-maintain? [23:24:30] jem: are you subscribed to labs-l? [23:24:40] Sí, mafk :) [23:24:54] jem: precise lo van a dejar de soportar [23:25:05] jem https://tools.wmflabs.org/precise-tools/ [23:25:07] Sí, y he leído lo del plazo [23:25:21] Y he visto esa lista :) [23:25:24] RainbowSprinkles: thanks ;p [23:25:25] Y ahí no está el spellcheck :) [23:25:27] for fixin' [23:25:37] Pero me han vuelto a mandar un aviso el día 8 [23:30:33] RainbowSprinkles: paladox were there any relevant patches for the gerrit fix? [23:30:36] besides the restart? [23:30:43] No [23:30:43] Nope [23:33:25] jem: some tools that were recently migrated were picked up by the script that sent out the emails - if your tool isn't on https://tools.wmflabs.org/precise-tools/ - you are all set [23:48:00] 10Tool-Labs-tools-Other, 06Discovery, 10GeoData, 07Community-Wishlist-Survey-2016, 06Maps (Kartographer): Better interface and visualisation for coordinates and map - https://phabricator.wikimedia.org/T157844#3018640 (10srishakatux) [23:49:10] 10Tool-Labs-tools-Wikidata-Periodic-Table, 10Wikidata: Evaluate different caching solutions - https://phabricator.wikimedia.org/T102823#3018645 (10Ricordisamoa) [23:53:00] 06Labs, 10Tool-Labs, 10community-labs-monitoring: Implement a system to monitor tools on tool-labs - https://phabricator.wikimedia.org/T53434#3018651 (10bd808) >>! In T53434#2951500, @Matthewrbowker wrote: > @bd808 if I provided some sort of CRUD API, could we use #striker as a front end? if that answer is... [23:55:00] ebernhardson: I think that #wikimedia-cloud is on the horizon, yes :) [23:56:45] madhuvishy: that's what I was suspecting, thanks for the confirmation :)