[15:01:02] Does anyone know how to pull something like https://en.wikipedia.org/w/index.php?limit=500&user=Bashereyre&title=Special%3AListFiles%2FBashereyre from the api? [15:07:16] Mmm, what is the New page triage =>Community link like? I just wonder because I hadn't even heard of it until now. [15:08:27] Also, can I clarify with regard to the raodmap, which suggests [15:08:42] 1.19 will deploy from SVN, but that there will be a release around the same time from git [15:08:45] multichill, a list of images? [15:10:41] Platonides: Yup [15:11:00] I usually use the upload log, but when images get renamed that doesn't work [15:11:28] you want all images by user:Foo ? [15:11:38] Exactly [15:11:59] from the toolserver you could query image table where img_username='Foo'; [15:12:15] not sure if there's an api module for that [15:13:34] I don't see it [15:13:49] I know how to do it on the Toolserver (actually already using that query), but an api equivalent of special:ListFiles would of course be nicer [15:13:56] *multichill couldn't find it either [15:15:11] (Also are the "superprotection" docs onwiki yet?) [15:18:55] Platonides: Filed https://bugzilla.wikimedia.org/show_bug.cgi?id=33589 [15:19:38] Platonides: Something else, did you see my note about http://toolserver.org/~erfgoed/tools/id_checker.php?country=us&lang=en ? It's giving a lot of warnings right now [15:43:45] guillom: I noticed that the roadmap mentions a new error page (assigned to you). Sounds interesting: to what sort of error does that refer? [15:45:29] hello Jarry1250. It refers to the "Wikimedia Foundation error" page (the one that's currently in greenish-blueish tones, with links to donate or join IRC) [15:45:45] Ah, right, gotcha. Thanks :) [15:45:55] It's not a definitive item of the roadmap; for now it's merely "something we'd like to discuss this year" [15:46:55] The topic has come up a few times over the past few months, so I'd like to see if we can make the page better / prettier. [15:48:03] btw Jarry1250 , someone on the Wikimedia blog asked "Hey, you should write a '2011 in review' article", I answered "The Signpost folks usually do it, and they do a good job at it" ;) [15:48:17] Heh, I'm just doing the Tech one. [15:48:42] No-one seems to have the time to do the other bits though, so it'll go out separately this week. [15:48:54] Well, they were asking for the tech one. [15:49:11] (I checked the upcoming issue before answering them) [15:50:13] Oh, well good, you can let them know there will be one. [15:50:31] I'll post the link here when I'm done, btw, so you can correct errors, etc [15:50:53] (if you want) [15:51:22] multichill, I didn't [15:51:57] sure; I have the Newsroom page in my watchlist, so I check the upcoming Tech issue a twice a week or so, usually [15:52:36] Jarry1250, btw, if you see anything else I can do to make your work for the Signpost easier, feel free to tell me (now or later). [15:54:04] where should I have seen your note? [15:55:01] guillom: btw, you wouldn't happen to know where I can read about "superprotection", do you? [15:56:25] Jarry1250, no, I have no idea what that is. I seem to recall encountering the word once recently, but I didn't think of asking at the time. I'll ask next time it's brought up. [15:56:55] Ah, no worries, it's down as "(notes to be copied to wiki somewhere by RobLa or Tim)" [15:57:16] So I guess I'll be able to read up at some point. [15:57:46] maybe they want to split protection [15:58:06] currently, there's only one protect level, so any sysop could unprotect it [15:59:48] Mmm, sounds about right but I guess there's a more specific use case in mind. [16:03:16] office actions, probably [16:03:25] multichill, this is the sql it's trying to execute: SELECT `changed` FROM `id_dump` WHERE (='us') AND (='en') LIMIT 1 [16:08:43] Platonides: Where did lang and country go? [16:08:58] Should be SELECT `changed` FROM `id_dump` WHERE (`country`='us') AND (`lang`='en') LIMIT 1 [16:09:53] indeed it should [16:12:38] Platonides: Where to fix this? [16:13:01] should it look like this? http://toolserver.org/~erfgoed/tools/id_checker.php?country=us&lang=en [16:14:51] I guess so. Never used it before. Raul wrote it [16:17:44] looks like it was failing like that since September [16:19:55] I see that in wlmlast.php and rankings.php, commonswiki-p.rrdb.toolserver.org was changed to rosemary and sql-s2-rr.toolserver.org respectively [16:20:03] I think that can be reverted now? [16:20:37] Not sure, is the normal server working again? [16:22:18] last rc entry: 20120108162208 [16:22:20] looks good [16:33:36] Let's switch and see what breaks ;-) [16:37:34] someone has idea why this is happening? http://deployment.wmflabs.org/en_wikipedia/wiki/Europe [16:38:05] it renders ok on 1.18 but not of 1.19 [16:38:56] petan: Are the language links up to date [16:38:58] ? [16:39:07] hm, I imported them from simple [16:39:09] petan, what's the problem? [16:39:13] text [16:39:14] ace is probably new [16:39:15] scroll down [16:39:22] does it use tidy? [16:39:25] yes [16:39:34] it uses CommonSettings from prod [16:39:45] almost everything is same [16:40:08] doesn't seem to have $wgServer set [16:40:38] http://deployment.wmflabs.org/global/viewfile.php?file=initial.php [16:40:39] it has [16:41:22] petan: Yes, the interlang settings are out of date [16:41:31] I will try to update them [16:42:34] petan: Retrieved from "http:///en_wikipedia/w/index.php?title=Europe&oldid=469306405" [16:43:06] ah [16:43:18] right, that needs to be fixed anyway link imported now [16:45:31] multichill, done (svn revert rankings.php wlmlast.php) [16:46:23] does deployment.wmflabs.org have a caching server in front of it filtering the requests? [16:46:38] it has memcached squid is going to be set up [16:46:50] I can't download it with wget :S [16:46:55] ah [16:47:04] I just reconfigured memcached it doesn't seem to work [16:47:16] retrying with a greater timeout [16:48:15] wait a moment [16:48:40] seems a problem in the server [16:49:39] is 10.4.0.58 reachable from wmflabs? [16:50:11] downloaded in 2m15.870s [16:50:26] 00:00:01 /usr/bin/memcached -m 1200 -p 11000 -u nobody [16:50:27] should be [16:51:00] is that another vm? [16:51:52] I don't think I would be able to connect to deployment.wmflabs.org [16:51:57] done [16:52:11] nope, Permission denied (publickey) [16:52:33] it's ok [16:53:04] can you load it? [16:54:08] now downloaded in 4s [16:54:52] [16:55:07] oh, it's ok [16:56:50] there is one extra in line 243 [16:57:13] no matter $wgUseTidy = true, it doesn't seem to be working [16:57:44] but on english wiki it does [16:57:55] what do you mean? [16:58:00] it's imported from there [16:58:01] the real one? [16:58:04] yes [16:58:09] is tidy installed in deployment.wmflabs.org ? [16:58:25] hm... not [16:58:43] or I don't know [16:58:51] is it packaged? [17:04:33] btw there is a guy who suggested implementation of feature which would check if someone else is editing a page I think it would be possible using ajax [17:04:51] imagine you would open a page and get notified that someone else is editing it right now [17:07:13] Platonides: yes it's installed [17:12:11] that's odd [17:14:03] is it in the path? [17:14:09] I will check it [17:15:42] hm it was installed using apt [17:15:50] I don't know where is binary, can't find it [17:16:23] does which tidy show it? [17:16:48] eh? [17:16:57] php5-tidy [17:17:01] $ which tidy [17:17:05] I think the incantation to view package files was dpkg -l tidy [17:17:20] php5-tidy? [17:17:26] you are using the internal one, then [17:17:38] php5-tidy 5.3.2-2wm1 [17:17:51] still no idea where it is [17:18:25] that's a php extension [17:18:31] is it loaded in php.ini ? [17:18:35] php -m | grep tidy [17:18:50] petrb@deployment-web:/mnt$ php -m | grep tidy [17:18:52] tidy [17:19:02] it is [17:19:29] http://deployment.wmflabs.org/en_wikipedia/wiki/Special:RecentChanges [17:19:31] then $wgTidyInternal should be automatically set, and it working.... [17:19:33] similar issue [17:20:14] no, that's different [17:20:21] it's a wikitable not converted to html [17:20:57] hm... [17:21:00] but why? [17:21:43] it could be a 1.19 bug [17:26:04] it is [17:27:45] yay [17:28:17] found [17:29:30] should be gone with r108359. [17:29:35] ok [17:30:00] updating [17:30:29] is it a simple svn checkout? [17:30:57] not really but it does it too [17:31:23] there is a script to mass update whole cluster [17:31:34] I know [17:31:34] enwiki was updated [17:31:42] but I doubt it was used in wmflabs :) [17:31:49] yes it is :) [17:32:03] probably it's a different one [17:32:19] hopefully xD [17:32:23] :) [17:32:28] why? [17:32:40] does the production one suck? [17:33:07] I don't think I have ever seen it [17:33:19] why hopefully then :D [17:33:47] was joking about trying to update wmflabs and pushing something to the cluster instead [17:33:55] ah [17:34:01] I guess it will have all kind of hardcoded bits [17:34:11] heh [17:34:37] I'm seeing a js error: mw.util is undefined [17:34:44] yes that's weird [17:40:15] btw is there any other you would like to have cloned till tommorow? [17:40:35] * wiki [17:40:51] I think some non pedia sites could be cloned too [17:40:59] like wikibooks [17:46:25] which wikis are currently cloned? [17:46:39] see fp [17:46:47] deployment.wmflabs.org [17:46:57] simple wiki is best [17:47:04] it's full revision clone [17:47:10] everything [17:48:38] the call to mw.util comes from MediaWiki:Common.js [17:49:09] aha [17:49:23] but where is that tool [20:27:29] https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2012-01-09/Technological_roadmap <-- feel free to hit me with omissions, corrections, wet fish, etc. [20:30:30] [21:37:21] Seems deployment.wmflabs.org is down ? [21:37:28] A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script [21:37:31] Query: DELETE FROM `msg_resource` [21:37:34] Function: MessageBlobStore::clear [21:37:36] Error: 1205 Lock wait timeout exceeded; try restarting transaction (deployment-sql) [21:57:59] thedj: where [21:58:16] it works to me [21:58:22] http://deployment.wmflabs.org/en_wikipedia/wiki/Europe [21:58:37] i'm from .nl, so might be routing issue then. [21:58:43] hm.. wait [21:58:54] johnduhart: did you break it D: [21:59:01] :D [21:59:04] it works to me [21:59:19] I didn't touch anything!! [21:59:21] ;) [21:59:22] but if anything is broken john did it :P [21:59:27] :D [21:59:33] johnduhart: sush [21:59:41] shush [21:59:56] Probably just -sql being sluggish [21:59:59] heh [22:00:10] thedj: works? [22:00:23] And that's a pretty big page, gosh [22:00:35] hm... for some reason it's not broken now [22:00:45] petan: hmm loads now. [22:00:50] yes but it's ok [22:00:50] very slowly, but still [22:00:59] Ryan_Lane! [22:01:00] :o [22:01:54] howdy [22:02:22] yay [22:04:14] Ryan_Lane: For the virtualization cluster, how does storage work? Is there a SAN for it? [22:05:40] Oh wait, this isn't -labs... [23:14:35] Krinkle: is it you who registered on deployment? :o [23:14:45] I did [23:14:49] ah cool [23:15:03] just wanted to know if I stewardized correct user :D [23:15:17] heh thought SUL probably doesn't work well [23:16:24] petan: I created an account on /auth/ and can login to /simplefull/ [23:16:31] just found out [23:16:38] you should be able to login everywhere [23:16:47] and also you should have all rights everywhere [23:16:56] although sul-images are broken [23:17:02] but I don't know if I configured it properly [23:17:09] johnduhart tell me I did it wrong [23:17:13] hopefully he fix it [23:17:18] 0 [23:17:28] yeah it's wrong [23:17:33] looks like somewhere it uses a numeral id instead of a site name [23:17:35] but global account works on all wikis [23:17:48] so you don't need to create 10 accounts :D [23:18:29] :) [23:18:37] hexmode: btw, I take it the gadget worked ? [23:18:57] I think hex is off [23:19:27] afaik [23:35:22] petan: hm. http://deployment.wmflabs.org/global/LocalSettings/auth.php