https://bugzilla.wikimedia.org/show_bug.cgi?id=50861
Nemo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=41435 --- Comment #1 from Nemo <[email protected]> --- Have you ever managed to look into the debugging output you added for Microsoft? Is that the kind of info you'd need here too? The problem for TWN started in July and seems basically continuous since then. $ grep -E "Yandex.+suspended" irclogs/FreeNode/#mediawiki-i18n.log | grep -oE "^[0-9-]{10}" | uniq -c 2 2013-06-03 5 2013-07-01 19 2013-07-02 6 2013-07-03 21 2013-07-04 18 2013-07-05 32 2013-07-06 21 2013-07-07 19 2013-07-08 14 2013-07-09 19 2013-07-10 19 2013-07-11 22 2013-07-12 9 2013-07-13 11 2013-07-14 25 2013-07-15 9 2013-07-16 21 2013-07-17 26 2013-07-18 21 2013-07-19 10 2013-07-20 $ grep -E "Yandex.+restored" irclogs/FreeNode/#mediawiki-i18n.log | grep -oE "^[0-9-]{10}" | uniq -c 1 2013-07-02 1 2013-07-06 2 2013-07-07 2 2013-07-08 1 2013-07-09 1 2013-07-12 1 2013-07-16 1 2013-07-19 1 2013-07-20 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
