[02:20:39] The update for androidsdk seems to fail on some hosts because of an apparently stuck "apt-get update" from July 2nd/3rd. Is this supposed to be some kind of background process, or is this just an error? [02:39:25] 3Wikimedia Labs / 3tools: androidsdk::dependencies doesn't work on Trusty - 10https://bugzilla.wikimedia.org/69423 (10Tim Landscheidt) 3NEW p:3Unprio s:3normal a:3Marc A. Pelletier Some packages aren't there: | scfc@tools-exec-12:~$ sudo apt-get install libgcc1:i386 libncurses5:i386 libsdl1.2debian:... [03:32:53] !log tools tools-exec-08, tools-exec-wmt, tools-webgrid-02, tools-webgrid-03, tools-webgrid-04: Removed stale "apt-get update" processes to get Puppet working again [03:32:56] Logged the message, Master [06:40:30] are there problems connecting to MySQL ? [06:40:40] Autolist2 is broken because of it [06:41:02] Warning: mysqli::mysqli(): (HY000/2013): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 in /data/project/magnustools/public_html/php/common.php on line 101 [06:41:04] Getting Wikipedia category tree... Warning: mysqli::mysqli(): (HY000/2013): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 in /data/project/magnustools/public_html/php/common.php on line 101 Fatal error: Call to a member function real_escape_string() on a non-object in /data/project/magnustools/public_html/php/common.php on line 114 [08:57:02] kmlexport seems to be returning 502s reported broken on VP/T [11:42:53] 3Wikimedia Labs / 3tools: androidsdk::dependencies doesn't work on Trusty - 10https://bugzilla.wikimedia.org/69423#c1 (10Antoine "hashar" Musso) The Android SDK I installed was on gallium which has Precise. I guess the dependencies are slightly different now. [13:15:45] Dispenser: hey! what's wrong with the current 'sql' on toollabs? what more/different things did the ts one have? [13:15:50] asking because I haven't really used TS [13:17:03] Code quality worse and makes it hard for me to hack in -r and -u TS compatibility [13:17:35] Dispenser: can you link me to the TS version again? [13:17:56] "/usr/bin/sql is a fucking mess. Here's Toolserver version http://lists.wikimedia.org/pipermail/toolserver-l/attachments/20131218/00e063f8/attachment.ksh " [13:20:26] Dispenser: hmm, current one is on puppet at modules/toollabs/files/sql, so patch? :) [13:21:04] although I personally prefer the bash version [13:22:49] getopts is better than $1 and for i [13:23:14] oh yea, agreed [13:23:50] Dispenser: hence, patch! :) [13:24:00] or as in, if you submit a patch, I offer to test it and get it merged [13:24:26] I'm still repairing my tools so I took the lazy way out [13:29:09] Dispenser: ok. [14:15:01] hey valhallasw`cloud :) [14:15:14] hi yuvipanda [14:15:21] valhallasw`cloud: nice meeting you in person! [14:15:26] yesss! [14:15:29] *VIRTUAL HUG* [14:15:34] indeed [14:15:36] *VIRTUAL HUG* [14:41:52] virtual hug, :O [14:47:11] Revi: would you like one too? [14:47:30] thanks :) [14:48:34] * valhallasw`cloud virtual hugs Revi [14:49:02] * Revi virtuah-hugs valhallasw`cloud back xD [15:21:31] mysql SELECT on toolsdb hung up on 'Copying to tmp table', 20000 records [15:36:38] 3Wikimedia Labs / 3wikistats: Add enciclopedia.us.es and ateneodecordoba.org URLs to stats - 10https://bugzilla.wikimedia.org/68398 (10Daniel Zahn) [15:36:56] 3Wikimedia Labs / 3wikistats: Add enciclopedia.us.es and ateneodecordoba.org URLs to stats - 10https://bugzilla.wikimedia.org/68398 (10Daniel Zahn) a:3Daniel Zahn [17:01:05] I have an empty gerrit repository for my bot, but I'm having trouble sending the initial commit from labs to gerrit. [17:02:33] (03PS1) 10Tim Landscheidt: DO NOT COMMIT: Test linters [labs/toollabs] - 10https://gerrit.wikimedia.org/r/153625 [17:06:11] ragesoss: what's happening? (and what command are you using?) [17:07:29] valhallasw`cloud: I'm running "git review" or "git review -s" from my labs account. [17:07:38] I get a traceback that ends in "Exception: Error running git remote add -f gerrit ssh://ragesoss@gerrit.wikimedia.org:29418/pywikibot/bots/ragesossbot.git [17:07:38] " [17:07:50] could you paste the error in a pastebin? [17:07:54] e.g. bpaste.net [17:08:50] valhallasw`cloud: http://bpaste.net/show/600042/ [17:09:59] hrm [17:10:38] what happens if you git remote add -f gerrit ssh://ragesoss@gerrit.wikimedia.org:29418/pywikibot/bots/ragesossbot.git manually? [17:11:18] or maybe gerrit is just broken [17:11:29] I get the same error [17:11:50] valhallasw`cloud: manually, I get this: [17:11:51] error: could not lock config file .git/config: Permission denied [17:12:25] (because I'm ragesoss rather than the tool, I guess?) [17:12:33] oh! yes, that could be the issue. [17:13:24] but the tool doesn't have my ssh key. [17:13:35] what's the normal way of doing this? [17:14:00] having a second git repository in your user directory, which pulls from your tool [17:14:19] ah. [17:14:23] (or rather, you'd typically edit in your user directory, push to gerrit, then as tool account pull from gerrit) [17:14:43] I *think* gerrit supports password-based auth, too, these days, but I'm not sure if WMF's gerrit is new enough [17:15:02] okay, cool. [17:15:17] so I just need to copy the code into my user directory and try again from there. [17:16:09] ragesoss: git clone /path/to/your/tools/git/repository newpath [17:17:29] none of the actual files are in the git repo yet, just the .gitreview [17:19:54] I'm not able to connect to dewiki database on tool labs at the moment [17:21:33] commonswiki_p is not accessible too [17:21:43] ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0 [17:22:53] enwiki was just restart a few minutes ago, so maybe they are restarting all of the db instances [17:26:12] got it! thanks valhallasw`cloud! [17:26:36] thanks, works again [18:41:54] andrewbogott: can you create a repo for me? :) mediawiki/extensions/Graph [18:42:06] Yep. Want an initial commit? [18:42:18] andrewbogott: no, I'll do an import [18:42:30] yuvipanda, try starring at qchris_away [18:42:44] yurikR: no, now it's andrewbogott, who isn't away! :) [18:43:07] lets stare at andrewbogott togother 8-) [18:43:11] :D [18:43:23] O.O [18:43:38] -O.O- [18:43:44] yuvipanda: description? [18:43:48] he blinked! [18:44:00] :) [18:44:27] andrewbogott: 'Vega.js based dynamic graphing for embedding in wiki pages' [18:44:49] ok, done -- we will see if I got the permissions right :) [18:44:53] andrewbogott: w00t [18:45:00] yurikR: should I do initial push? [18:45:28] yuvipanda, when a new repo is setup, we can simply import the whole old repo there [18:45:49] wouldn't want to loose hist [18:45:55] (not that its much) [18:45:56] yurikR: oh yeah, no history losing happening [18:47:28] bah [18:47:36] andrewbogott: hmm, I can't do initial push if it has commits by other people? [18:47:52] I don't know, but… it doesn't have commits does it? [18:48:24] right now Graph doesn't have commits, no [18:49:20] andrewbogott: ah, I need the 'forge identity' permission [18:49:45] andrewbogott: grant it for a sec, and revoke it right after? or I can let you do the import [18:50:07] I think I need to add the permission to a group rather than a user... [18:50:14] I guess wmf-wide is fine [18:50:29] are you in wmf-deployment? [18:51:02] andrewbogott: no, I'm not. [18:51:10] ok… what group are you in? [18:51:11] isn't there a 'wmf' group? [18:51:19] I can't tell. It doesn't out-complete 'wmf' but I'll try it. [18:51:26] *auto-complete [18:51:36] there's a wmf group, at least according to toollabs [18:52:04] ok, try now [18:52:18] I think gerrit groups are different from ldap groups… looks that way at least [18:52:41] andrewbogott: hmm, nope :| [18:52:47] is there a mediawiki group? [18:53:24] yes, added that one. Try now [18:53:46] andrewbogott: yup, done. you should remove that permission now, I think [18:53:59] ok, done [18:54:05] andrewbogott: \o/ sweeet [18:54:07] andrewbogott: thanks! [18:55:41] np [20:20:05] YuviPanda|zzz: http://tools.wmflabs.org/tsreports/?wiki=nlwiki&report=brokenimages [20:34:00] (03PS2) 10Tim Landscheidt: DO NOT COMMIT: Test linters [labs/toollabs] - 10https://gerrit.wikimedia.org/r/153625 [20:42:38] 3Wikimedia Labs / 3deployment-prep (beta): HTML Tags are stripped from extension output - 10https://bugzilla.wikimedia.org/66516#c1 (10physikerwelt) 5NEW>3UNCO Can anybody reproduce this issue? [20:51:06] (03PS3) 10Tim Landscheidt: DO NOT COMMIT: Test linters [labs/toollabs] - 10https://gerrit.wikimedia.org/r/153625 [21:39:54] Is there a way of using more IP addresses on Tool Labs? upload.wikimedia.org throttles like a bitch [22:08:32] how do i change a url from """http://books.google.co.in/books?id\x3d6fMb6TcYrvYC\x26pg\x3dPP1\x26img\x3d1\x26zoom\x3d3\x26hl\x3den\x26sig\x3dACfU3U0QzM6WC60MTHBml4x4wMSK51En8A\x26w\x3d685""" to """http://books.google.co.in/books?id=6fMb6TcYrvYC&pg=PP1&img=1&zoom=3&hl=en&sig=ACfU3U0QzM6WC60MTHBml4x4wMSK51En8A&w=685""" in python [22:10:38] rohit-dua: No clue about Python's specifics, but "\x3d" looks like a C escape, if that helps you. [22:11:25] rohit-dua: Maybe it's an encoding issue? [22:11:43] Hi, [22:13:21] well my program suddenly starting giving error as it now does'nt unescape the url.. I dont know the reason for sudden change.. [22:13:43] I was wondering how labs instances determine their hostnames? My test instance drmf determined its hostname as drmf.wmflbas.org rather than drmf.beta.wmflabs.org [22:18:06] I just added another web-proxy... not optimal but should solve the problem [22:46:24] 3Wikimedia Labs / 3wikitech-interface: Sudoers interface should provide an option for ALL - 10https://bugzilla.wikimedia.org/68834#c6 (10Andrew Bogott) 5NEW>3PATC https://gerrit.wikimedia.org/r/#/c/153723