[04:13:20] star.wmflabs.org is self-signed? How... pedestrian. :-) [04:17:29] Coren: Ummm... server not found?? [04:18:04] That's the name of the certificate. The /server/ is tools.wmflabs.org [04:18:35] Well, that's the basename of the file containing the certificate. The name of the certificate is *.wmflabs.org [04:18:43] Pedantry is fun! :-) [04:18:58] Hahaha, I get you now... [07:41:07] I have a problem with in Preferences tab "OpenID". has some content, is shown shortly and then becomes invisible. what's wrong ? [08:27:37] Ryan_Lane: ping [12:24:53] How is everything going Coren ? :) [17:20:58] Playing with RewriteRules and RewriteMaps is So Much Fun(tm) [17:23:11] <^demon> Coren: I know, right? Nothing's better than spending a day mucking about in Apache config :D [17:24:00] ^demon: Could be worse. I could be trying to wrangle an IIS. :-) [17:24:51] <^demon> *shudder* [17:28:22] Coren: It could be worse, you could be wrangling oracle bpm or esso or wcm [17:28:44] Damianz: No I couldn't. There's only so low I'm willing to stoop. :-) [17:29:14] Everyone has standards, until you give them incentives [17:29:25] Hm. I'm trying to have a RewriteRule not match if there is no entry in a RewriteMap, but I can't seem to convince apache. [17:33:02] Ah. I can actually use the map in a rewritecond. [17:33:08] Uglies, but it works. [17:56:22] Ah, didn't even know that existed: https://en.wikipedia.org/wiki/Wikipedia:Database_reports/Most-watched_users [17:57:17] Hm. mt [19:10:23] Change on 12mediawiki a page OAuth/status was modified, changed by Helder.wiki link https://www.mediawiki.org/w/index.php?diff=653410 edit summary: [+27] Added to [[Category:Project status]], per [[Thread:Project:Current issues/Categorize "/status" subpages]] [19:22:19] Change on 12mediawiki a page Wikimedia Labs/status was modified, changed by Helder.wiki link https://www.mediawiki.org/w/index.php?diff=653434 edit summary: [+27] Added to [[Category:Project status]], per [[Thread:Project:Current issues/Categorize "/status" subpages]] [19:38:18] Ryan_Lane: Did you manage to get OpenID working in the end? [19:38:37] Coren: you're missing from a channel ;) [19:38:50] from the one we should actually discuss this in [20:24:57] Change on 12mediawiki a page Wikimedia Labs/Tool Labs/Notepad was modified, changed by Coren link https://www.mediawiki.org/w/index.php?diff=653496 edit summary: [+9] [20:54:04] !log bots Added Riley to Bots [20:54:06] Logged the message, Master [20:54:21] Thank you [21:49:38] Krinkle|detached: you aren't editing labsconsole main page right now, are you? [22:08:35] PHP Fatal error: String size overflow in /data/project/addbot/wikidata/glist.php on line 20 :< [22:15:34] Coren around? :) [22:15:52] addshore: I am. [22:16:40] could you dive into the phpini in bnr1 and see what the memory limit is set to? :/ [22:17:08] Oddly enough, I'm not root on the bots project. :-/ [22:17:21] Just never came up. [22:17:37] D: [22:17:48] * addshore pokes Ryan_Lane ? :D [22:17:59] ? [22:18:03] ^^ [22:18:05] ah [22:19:28] Coren: you do now [22:19:37] [= [22:19:45] oh. don't log right now [22:19:51] I need to fix a bot first [22:19:58] kk [22:20:15] addshore: Configuration of the new project is going roundly. [22:21:07] oh [22:21:07] wait [22:21:10] no, it's ok to log [22:21:22] Coren lovely! I will have to create some sort of special script to get lists from my DB to test with when its ready :) [22:21:23] !log bots added coren to project admins and sudo on all bots instances [22:21:27] Logged the message, Master [22:21:52] Heh. [22:21:59] Lemme go take a loosie addshore [22:22:38] cheers! [22:22:58] You be usin' tha cli php, right? [22:23:55] addshore: memory_limit = -1 [22:25:33] echo ' addshore: ^^ do that to check [22:30:07] -1 :O [22:30:25] is that what it was set to or did you just change it? :P [22:33:16] hmm, I get to about 2GB of ram use and it dies :/ [22:34:31] and Coren yes phpcli :) [22:35:14] * addshore checks if the os is 64bit :/ [22:35:43] addshore: It's entirely possible that string lengths are 32 bits regardless [22:41:56] PHP_INT_SIZE returns as 8 [22:42:12] and PHP_INT_SIZE seems to be 8 when it is 64 bit integers [22:42:16] this makes no sense ;p [22:44:41] I think something special is happening but I'm not really sure how to avoid this at some point in my script :/ [23:15:49] Coren is there any sort of watchdog process that kills processes on bnr1? [23:18:03] addshore: Not that I know of or can see. [23:18:36] Though you might get bit by the OOM killer. Lemme check [23:18:39] hmm, every now and again one of my processes ends with the last output of "Killed" :< [23:19:56] I'd bet it's the OOM killer [23:20:23] what are the conditions to kill a process? [23:21:04] Ryan_Lane: That would've been my guess as well, but I dont see it being triggered. [23:21:24] oh I see actually [23:21:33] Hm. 8M stack ulimit -- are you doing lots of recursion? [23:22:03] it's not in dmesg? [23:22:27] I'm looking at the percentage usage of just my process (it only managed to get to 50%) but looking at ganglia now I see that the other processes on bnr1 are using about 3 -> 4GB already :/ [23:22:34] Ryan_Lane: No, and vmstat shows very little paging -- I'd have expected some serious trashing before the OOM killer emerged. [23:23:00] Coren: http://ganglia.wmflabs.org/latest/graph.php?r=20min&z=xlarge&h=bots-bnr1&m=load_one&s=by+name&mc=2&g=mem_report&c=bots [23:23:08] * Ryan_Lane nods