[02:04:48] !log LocalisationUpdate completed (1.18) at Mon Jan 9 02:04:47 UTC 2012 [02:04:51] Logged the message, Master [02:08:05] Hi need a bit of help [02:08:09] With an error [02:08:30] Unexpected non-MediaWiki exception encountered, of type "ReflectionException" exception 'ReflectionException' with message 'Class SkinMonoBook does not exist' in W:\www\wiki\includes\Init.php:148 [02:12:40] non-Mediawiki? [02:12:48] SteveMobile [02:12:53] Idk [02:17:27] SteveMobile: well you said it. what does it mean? [03:49:48] anyone know if global groups are run through centralAuth? [03:50:36] Yes they are [03:51:11] http://meta.wikimedia.org/wiki/Special:GlobalGroupPermissions [03:51:31] Jamesofur, ^ [03:52:30] techman224, Thanks. Wanted to check because found an odd little bug that looks new. Wanted to make sure I was filing against the right extension :) [03:55:47] I think I found another bug where if you look at which global users are in a group (ex global sysops), it doesn't show the other groups the user's in, if you did the same thing for local rights, it shows the other groups [04:06:23] This is weird [04:16:53] RECOVERY - Disk space on es1004 is OK: DISK OK [04:19:17] there's a group for "ex global sysops"? [04:22:13] RECOVERY - MySQL disk space on es1004 is OK: DISK OK [04:40:06] any suggestions for initial flaggedrevs settings for nycwikimedia? [04:40:24] was going to do a shell req to enable but idk what to set it to [04:40:31] (looking at http://noc.wikimedia.org/conf/highlight.php?file=flaggedrevs.php ) [04:41:15] aude: ^ [04:42:25] PROBLEM - MySQL slave status on es1004 is CRITICAL: CRITICAL: Slave running: expected Yes, got No [04:42:37] I expected magic. [05:10:54] * aude looks up <-- jeremyb  [05:11:13] i think the arrow may be pointing the wrong way [05:11:25] ;P [05:11:36] jeremyb: idk [05:11:53] how about you make the donate and main page editable by admins only? [05:11:59] easier [05:12:59] aude: yeah, that's possible. the impetus for flaggedrevs was the announcement [05:13:43] aude: enough text that it could have a typo and i don't want to be completely unwiki. but i want to protect it too [05:13:57] aude: just that flaggedrevs gives me too many choices! [05:14:50] yeah, and don't know what to choose [09:42:04] PROBLEM - Puppet freshness on cp1043 is CRITICAL: Puppet has not run in the last 10 hours [09:50:07] PROBLEM - Puppet freshness on cp1044 is CRITICAL: Puppet has not run in the last 10 hours [09:55:54] PROBLEM - MySQL disk space on es1004 is CRITICAL: DISK CRITICAL - free space: /a 442014 MB (3% inode=99%): [09:57:04] PROBLEM - Disk space on es1004 is CRITICAL: DISK CRITICAL - free space: /a 436879 MB (3% inode=99%): [10:06:06] PROBLEM - Puppet freshness on db22 is CRITICAL: Puppet has not run in the last 10 hours [10:14:06] RECOVERY - MySQL slave status on es1004 is OK: OK: [13:12:50] PROBLEM - Puppet freshness on lvs1005 is CRITICAL: Puppet has not run in the last 10 hours [13:20:02] am trying to unlock my password protected memory card. But couldn't fix. Can someone help me to fix this? [13:22:21] New review: Rich Smith; "(no comment)" [operations/puppet] (production) C: 1; - https://gerrit.wikimedia.org/r/1726 [13:53:20] New review: Mark Bergsma; "You're installing a file in /etc/apache2/sites-enabled - that's most likely wrong. It should be in s..." [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1661 [14:02:55] New review: Mark Bergsma; "Any particular reason you're moving the monitoring out of the role class, into the node definitions?..." [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1700 [14:10:01] PROBLEM - Puppet freshness on ms1002 is CRITICAL: Puppet has not run in the last 10 hours [14:39:34] New review: Mark Bergsma; "What's wrong with upstart_job then?" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1753 [14:56:24] New review: Mark Bergsma; "Please get the indentation right" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1789 [14:59:54] New review: Mark Bergsma; "Please use mode 0555 where appropriate" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1797 [15:01:22] New patchset: Catrope; "Adding generic check for user's last edit time + adding 2 checks for the bots-cb server along with some package requirements." [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1811 [15:11:41] Change abandoned: Catrope; "Shouldn't be in production per Daniel, see 1712" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1811 [16:10:30] New review: Dzahn; "This has already been fixed in a later change. ".. # Placing the file in sites-available .."" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1661 [16:49:28] New patchset: Dzahn; "fix HTTP monitoring on noc.wm / fenari (RT 2218)" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1815 [16:50:51] New review: Dzahn; "(no comment)" [operations/puppet] (production); V: 1 C: 2; - https://gerrit.wikimedia.org/r/1815 [16:50:52] Change merged: Dzahn; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1815 [17:22:01] * cmjohnson1 is now away - Reason : $will be back soon [17:43:07] Niklas is merging code in preparation of the i18n deployment that is starting in 17 mins. [17:51:43] RoanKattouw: is there easy way to check whether a table exists in some wiki? [17:52:29] $db->tableExists( 'foobar' ) [17:52:40] Or did you mean from the command line? [17:53:49] RoanKattouw: yeah [17:54:06] is it safe to use eval.php? [17:54:38] Sure [17:54:45] If it's just for one wiki [17:54:48] You can also do: [17:54:50] $ sql foobarwiki [17:54:58] SHOW CREATE TABLE foobar; [17:55:16] it's just few wikis, I want to check if all translate tables exists on thsoe [17:55:49] Ah, OK [17:55:55] Well eval.php is safe to use, as is sql [17:56:05] RoanKattouw: and do I need to run the Narayam script manually over all the wikis where it is enabled? [17:56:36] that's going to be fun [17:56:47] Yes, you will [17:57:14] for wiki in `cat ~/listofwikiswithnarayam`; do echo $wiki; mwscript extensions/Narayam/fixStuff.php $wiki; done I guess [17:58:48] okay [17:58:49] that's easier [17:59:18] You'd have to build that file first, but you can probably do that fairly easily by copypasting a few lines from InitialiseSettings.php and applying some regex-fu [17:59:24] did already so [17:59:46] Excellent [18:12:01] RECOVERY - HTTP on fenari is OK: HTTP OK HTTP/1.1 200 OK - 4205 bytes in 0.002 seconds [18:17:59] !log running Narayam preference migration script [18:18:01] Logged the message, Master [18:19:43] PHP Notice: Undefined variable: wmgShortUrlPrefix in /home/wikipedia/common/wmf-config/CommonSettings.php on line 2462 [18:21:02] !log nikerabbit synchronized php-1.18/extensions/Narayam/ 'Syncing Narayam' [18:21:04] Logged the message, Master [18:22:21] PROBLEM - ps1-a5-sdtpa-infeed-load-tower-A-phase-Y on ps1-a5-sdtpa is CRITICAL: ps1-a5-sdtpa-infeed-load-tower-A-phase-Y CRITICAL - *2600* [18:30:32] !log nikerabbit synchronized p/extensions/WebFonts/ 'Updating WebFonts r108447' [18:30:35] Logged the message, Master [18:34:36] !log nikerabbit synchronized php-1.18/extensions/WikimediaMessages/WikimediaGrammarForms.php 'Deploying r108433' [18:34:39] Logged the message, Master [18:42:09] !log nikerabbit synchronized php-1.18/extensions/ParserFunctions/ParserFunctions.i18n.magic.php 'Deploying r108449' [18:42:11] Logged the message, Master [18:42:21] PROBLEM - ps1-a5-sdtpa-infeed-load-tower-A-phase-Y on ps1-a5-sdtpa is CRITICAL: ps1-a5-sdtpa-infeed-load-tower-A-phase-Y CRITICAL - *2788* [18:50:59] testwiki broken a bit. [18:51:08] Working on it... [18:54:08] !log nikerabbit synchronized php-1.18/languages/messages/MessagesEn.php 'Updating messagesEn' [18:54:11] Logged the message, Master [18:55:31] !log nikerabbit synchronized php-1.18/extensions/Translate/ 'Deploying translate r108451' [18:55:33] Logged the message, Master [18:59:06] i am getting many gateway timeout when using my bot on toolserver [18:59:47] dunno if there are any toolserver admins here [19:00:25] Merlissimo: #wikimedia-toolserver oder direkt DaBPunk.t [19:00:26] my bot is running on ts, but the gateways timouts are from wmf api requests [19:00:39] siebrand: You guys done deploying, or do I need to wait? [19:00:51] Nikerabbit: all done deploying? [19:01:04] RoanKattouw: done deploying, I think. Just some config remaining. [19:01:05] RoanKattouw: code yes, still might do a config change [19:01:21] OK [19:01:30] I just need to push out a small JS change in UploadWizard, so that should be fnie [19:01:39] yep [19:02:06] the error in header in X-Squid-Error: ERR_CANNOT_FORWARD 0 [19:07:22] !log catrope synchronized php-1.18/extensions/UploadWizard/resources/mw.UploadWizardLicenseInput.js 'r108459' [19:07:24] Logged the message, Master [19:08:45] sometimes its also X-Squid-Error: ERR_CONNECT_FAIL 110 [19:09:07] Working on a fatal in mw.org/meta for translatable pages. [19:09:08] PHP fatal error in /usr/local/apache/common-local/php-1.18/extensions/Translate/tag/PageTranslationHooks.php line 48: [19:09:08] Call to undefined method Parser::recursivePreprocess() [19:09:22] Introduced in the deployment we just did. Nikerabbit is working on it... [19:16:42] !log nikerabbit synchronized php-1.18/includes/parser/Parser.php 'Deploying r108461' [19:16:44] Logged the message, Master [19:32:11] !log nikerabbit synchronized wmf-config/InitialiseSettings.php 'Updating Translate config 1/2' [19:32:13] Logged the message, Master [19:32:35] !log nikerabbit synchronized wmf-config/CommonSettings.php 'Updating Translate config 2/2' [19:32:36] Logged the message, Master [19:50:55] PROBLEM - Puppet freshness on cp1043 is CRITICAL: Puppet has not run in the last 10 hours [19:57:15] !log nikerabbit synchronized php-1.18/extensions/Translate/Translate.php 'Deploy r108469 - bugfix for Translate' [19:57:17] Logged the message, Master [19:59:55] PROBLEM - Puppet freshness on cp1044 is CRITICAL: Puppet has not run in the last 10 hours [20:15:55] PROBLEM - Puppet freshness on db22 is CRITICAL: Puppet has not run in the last 10 hours [20:29:53] !log catrope synchronized php-1.18/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php 'r108470' [20:29:54] Logged the message, Master [20:30:30] !log catrope synchronized php-1.18/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js 'r108470' [20:30:33] Logged the message, Master [20:55:48] PROBLEM - Disk space on srv288 is CRITICAL: CHECK_NRPE: Socket timeout after 10 seconds. [21:01:38] PROBLEM - RAID on srv288 is CRITICAL: CHECK_NRPE: Socket timeout after 10 seconds. [21:01:38] PROBLEM - Apache HTTP on srv288 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [21:04:18] PROBLEM - DPKG on srv288 is CRITICAL: CHECK_NRPE: Socket timeout after 10 seconds. [21:04:38] PROBLEM - SSH on srv288 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [21:11:18] RECOVERY - Apache HTTP on srv288 is OK: HTTP OK - HTTP/1.1 301 Moved Permanently - 1.292 second response time [21:13:58] RECOVERY - DPKG on srv288 is OK: All packages OK [21:14:18] RECOVERY - SSH on srv288 is OK: SSH OK - OpenSSH_5.3p1 Debian-3ubuntu7 (protocol 2.0) [21:15:18] RECOVERY - Disk space on srv288 is OK: DISK OK [21:15:28] PROBLEM - Apache HTTP on srv261 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [21:15:58] PROBLEM - RAID on srv261 is CRITICAL: CHECK_NRPE: Socket timeout after 10 seconds. [21:18:48] PROBLEM - Disk space on srv261 is CRITICAL: CHECK_NRPE: Socket timeout after 10 seconds. [21:19:39] PROBLEM - SSH on srv261 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [21:20:08] PROBLEM - DPKG on srv261 is CRITICAL: CHECK_NRPE: Socket timeout after 10 seconds. [21:21:08] RECOVERY - RAID on srv288 is OK: OK: no RAID installed [21:25:08] RECOVERY - Apache HTTP on srv261 is OK: HTTP OK - HTTP/1.1 301 Moved Permanently - 0.029 second response time [21:25:39] RECOVERY - RAID on srv261 is OK: OK: no RAID installed [21:28:38] RECOVERY - Disk space on srv261 is OK: DISK OK [21:29:18] RECOVERY - SSH on srv261 is OK: SSH OK - OpenSSH_5.3p1 Debian-3ubuntu7 (protocol 2.0) [21:29:58] RECOVERY - DPKG on srv261 is OK: All packages OK [22:01:55] large pages are taking a very long time to save [22:01:59] more so than usual [22:02:12] not sure if it is transclusions, or just lenght, or what [22:02:20] but it doesn't seem right [22:04:39] Could someone confirm the results off toolserver? http://pastebin.com/GpWD5Q5L [22:05:08] Which wiki, for a start? [22:06:58] dewiki, nvm I just realized the API returned the same results [22:15:05] ... [22:22:32] New patchset: Lcarr; "Adding in all variations of ganglia server name" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1816 [22:26:32] New review: Bhartshorne; "(no comment)" [operations/puppet] (production); V: 0 C: 1; - https://gerrit.wikimedia.org/r/1816 [22:26:32] New review: Lcarr; "(no comment)" [operations/puppet] (production); V: 1 C: 2; - https://gerrit.wikimedia.org/r/1816 [22:26:33] Change merged: Lcarr; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1816 [22:30:01] New patchset: Lcarr; "fixing redirect" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1817 [22:30:41] New review: Ryan Lane; "(no comment)" [operations/puppet] (production); V: 0 C: 2; - https://gerrit.wikimedia.org/r/1817 [22:30:56] New review: Lcarr; "(no comment)" [operations/puppet] (production); V: 0 C: 2; - https://gerrit.wikimedia.org/r/1817 [22:30:56] Change merged: Lcarr; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1817 [22:42:15] I am seeing an instance where page content does not match rev history (see http://en.wikipedia.org/w/index.php?title=David_Bell_%28field_hockey%29&action=historysubmit&diff=470513556&oldid=470513471). The edit compare shows something diff than the 'current page' at the bottom. [22:46:11] New patchset: Lcarr; "Adding virt cluster" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1818 [22:47:46] New review: Lcarr; "(no comment)" [operations/puppet] (production); V: 1 C: 2; - https://gerrit.wikimedia.org/r/1818 [22:47:47] Change merged: Lcarr; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1818 [22:53:10] ^bump^ (I know y'all are busy, but I'm still seeing article not match rev history at http://en.wikipedia.org/w/index.php?title=David_Bell_%28field_hockey%29&action=historysubmit&diff=470513556&oldid=470513471) [22:58:15] <^demon> What doesn't match? [23:00:06] now it does. The diff was showing one thing, while the 'current version' at the bottom was still showing the prior edit (and the article was still the prior edit). [23:01:10] I only noticed because I wanted to fix the misspelled (oon) that I reintroduced when I reverted the (DONKEY) phrase. [23:11:44] gn8 folks [23:12:28] Reedy: en [23:13:49] RECOVERY - ps1-a5-sdtpa-infeed-load-tower-A-phase-Y on ps1-a5-sdtpa is OK: ps1-a5-sdtpa-infeed-load-tower-A-phase-Y OK - 2400 [23:22:29] PROBLEM - Puppet freshness on lvs1005 is CRITICAL: Puppet has not run in the last 10 hours [23:30:29] RECOVERY - Puppet freshness on lvs1005 is OK: puppet ran at Mon Jan 9 23:30:05 UTC 2012 [23:36:49] New patchset: Asher; "testing new varnish on cp1043" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1819 [23:37:20] New review: Asher; "(no comment)" [operations/puppet] (production); V: 0 C: 2; - https://gerrit.wikimedia.org/r/1819 [23:37:20] Change merged: Asher; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1819 [23:39:59] RECOVERY - Puppet freshness on cp1044 is OK: puppet ran at Mon Jan 9 23:39:29 UTC 2012 [23:44:59] RECOVERY - Puppet freshness on cp1043 is OK: puppet ran at Mon Jan 9 23:44:36 UTC 2012 [23:57:28] New patchset: Asher; "testing varnish 3.0.2 on cp3001 (esams bits)" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1820 [23:57:49] New review: Asher; "(no comment)" [operations/puppet] (production); V: 0 C: 2; - https://gerrit.wikimedia.org/r/1820 [23:57:50] Change merged: Asher; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/1820