[00:01:46] !log bsitu synchronized php-1.22wmf3/includes/OutputPage.php 'Adding GetNewMessagesAlert hook and wgUserNewMsgRevisionId JS global' [00:01:54] Logged the message, Master [00:02:29] !log bsitu synchronized php-1.22wmf3/includes/Skin.php 'Adding GetNewMessagesAlert hook and wgUserNewMsgRevisionId JS global' [00:02:37] Logged the message, Master [00:02:59] !log bsitu synchronized php-1.22wmf3/includes/User.php 'Adding GetNewMessagesAlert hook and wgUserNewMsgRevisionId JS global' [00:03:06] Logged the message, Master [00:03:13] ah, you know about the error .... [00:03:23] PHP fatal error in /usr/local/apache/common-local/php-1.22wmf3/includes/OutputPage.php line 3071: [00:03:25] Call to undefined method User::getNewMessageRevisionId() [00:03:35] got it on a talk pge [00:03:36] +1 to aude's error [00:03:36] page [00:03:53] It should be better now. [00:03:53] we jsut caused a site outage for about 30 seconds [00:04:07] should be fine now [00:04:09] yikes [00:04:13] panic :) [00:04:27] aude: I didn't realize I need to sync the file in a particular order [00:04:29] mutante: oops, meant https://gerrit.wikimedia.org/r/#/c/62530/ [00:04:29] go the file sync order wrong [00:04:38] ok, well all is good now [00:05:20] !log bsitu synchronized php-1.22wmf3/includes/WikiPage.php 'Adding GetNewMessagesAlert hook and wgUserNewMsgRevisionId JS global' [00:05:28] Logged the message, Master [00:05:53] !log bsitu synchronized php-1.22wmf3/RELEASE-NOTES-1.22 'Adding GetNewMessagesAlert hook and wgUserNewMsgRevisionId JS global' [00:06:01] Logged the message, Master [00:06:22] !log bsitu synchronized php-1.22wmf3/docs/hooks.txt 'Adding GetNewMessagesAlert hook and wgUserNewMsgRevisionId JS global' [00:06:30] Logged the message, Master [00:06:53] !log bsitu synchronized php-1.22wmf3/extensions/Echo 'Update Echo to master' [00:07:00] Logged the message, Master [00:27:27] PROBLEM - Puppetmaster HTTPS on stafford is CRITICAL: CRITICAL - Socket timeout after 10 seconds [00:28:17] RECOVERY - Puppetmaster HTTPS on stafford is OK: HTTP OK: Status line output matched 400 - 336 bytes in 0.127 second response time [00:29:53] Uhhh [00:30:03] Who just deployed something? [00:30:03] 441 PHP Fatal error: Call to a member function getId() on a non-object in /usr/local/apache/common-local/php-1.22wmf3/includes/User.php on line 1847 [00:30:20] bsitu: ^^ [00:31:09] if ( count( $newMessageLinks ) === 1 && $newMessageLinks[0]['wiki'] === wfWikiID() ) { [00:31:09] $newMessageRevision = $newMessageLinks[0]['rev']; [00:31:09] $newMessageRevisionId = $newMessageRevision->getId(); [00:31:29] Reedy: looking now [00:32:56] Reedy: double checking with kaldari now [00:34:50] $rev = $timestamp ? Revision::loadFromTimestamp( $dbr, $utp, $timestamp ) : null; [00:34:50] return array( array( 'wiki' => wfWikiID(), 'link' => $utp->getLocalURL(), 'rev' => $rev ) ); [00:35:24] When rev can end up as null in your calling code, you should really be checking it's value when you try and use it ie $newMessageRevision = $newMessageLinks[0]['rev']; [00:36:41] if ( count( $newMessageLinks ) === 1 && $newMessageLinks[0]['wiki'] === wfWikiID() ) { [00:36:55] if ( count( $newMessageLinks ) === 1 && $newMessageLinks[0]['wiki'] === wfWikiID() && $newMessageLinks[0]['rev'] !== null ) { [00:37:59] !log reedy synchronized php-1.22wmf3/includes/User.php 'Live hack to stop fatals' [00:38:07] Logged the message, Master [00:39:28] bsitu: https://gerrit.wikimedia.org/r/#/c/62554/ [00:41:11] New patchset: Dr0ptp4kt; "Adding Mobilink Pakistan IP addresses to Varnish VCL." [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62555 [00:47:51] Reedy: thx for the live hack, [00:47:54] New patchset: Dr0ptp4kt; "Constrain default language list for Dialog Sri Lanka to en, ta, si." [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62460 [00:48:10] Reedy: I am going to merge this change: https://gerrit.wikimedia.org/r/#/c/62554/ [00:48:33] New patchset: Dr0ptp4kt; "Adding Mobilink Pakistan IP addresses to Varnish VCL." [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62555 [00:56:07] New patchset: Dr0ptp4kt; "Adding Mobilink Pakistan IP addresses to Varnish VCL." [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62555 [01:28:22] !log reedy synchronized php-1.22wmf3/extensions/WikimediaMaintenance [01:28:30] Logged the message, Master [01:29:10] !log bsitu synchronized php-1.22wmf3/includes/User.php 'Two fixes to User::getNewMessageRevisionId() from kaldari' [01:29:18] Logged the message, Master [02:16:06] !log LocalisationUpdate completed (1.22wmf3) at Tue May 7 02:16:06 UTC 2013 [02:16:14] Logged the message, Master [02:18:00] Reedy, could you +2 https://gerrit.wikimedia.org/r/#/c/62457/ [02:18:17] i will need to deploy something early morning tomorrow (with max's help) [02:18:26] Unfortunately not, I'm not Ops [02:18:38] oh, i keep forgeting who is ops and who is not :) [02:19:51] LeslieCarr, ping? [02:19:57] New patchset: Reedy; "Delete all the superfluous wikimania docroots" [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62565 [02:20:09] PROBLEM - Puppet freshness on db45 is CRITICAL: No successful Puppet run in the last 10 hours [02:25:12] !log LocalisationUpdate completed (1.22wmf2) at Tue May 7 02:25:11 UTC 2013 [02:25:20] Logged the message, Master [02:26:01] New patchset: Reedy; "WIP: Simplify wikimania apache conf" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/62566 [02:34:12] New patchset: Reedy; "WIP: Simplify wikimania apache conf" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/62566 [02:35:03] New patchset: Reedy; "Simplify wikimania apache conf" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/62566 [02:37:54] New patchset: Reedy; "Simplify wikimania apache conf" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/62566 [02:41:51] TimStarling: Any reason I can't just move /mnt/upload7/wikipedia/wikimania to /mnt/upload7/wikipedia/wikimania2005, and then symlink wikimania back to wikimania2005 to make them consistent? [02:42:28] It comes to a massive 27M, and I suspect very little of it is actually in the upload squids, so isn't an issue from that perspective [02:44:35] Same on upload6 for consistency [02:44:36] New review: Reedy; "(1 comment)" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/62566 [02:46:15] Or even just do the reverse. Create a wikimania2005 symlink that points at wikimania [02:50:09] * Reedy just creates the symlink [02:51:58] New patchset: Reedy; "Simplify wikimania apache conf" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/62566 [02:54:28] you probably need to fix the DB name detection in CommonSettings.php if you change the document root [02:56:21] 'docRoot' => $_SERVER['DOCUMENT_ROOT'], [02:56:49] Though, SiteConfiguration doesn't use docRoot [02:57:22] Hm.. wikitech is still on 1.21wmf? [02:57:39] PROBLEM - Puppetmaster HTTPS on stafford is CRITICAL: CRITICAL - Socket timeout after 10 seconds [02:57:41] Ryan updates it semi periodically [02:59:29] RECOVERY - Puppetmaster HTTPS on stafford is OK: HTTP OK: Status line output matched 400 - 336 bytes in 0.126 second response time [03:01:45] Reedy: actually it has moved to multiversion/MWMultiVersion.php now [03:01:57] but it's still the same code [03:02:16] } elseif ( preg_match( "/^\/usr\/local\/apache\/(?:htdocs|common\/docroot)\/([a-z0-9\-_]*)$/", $docRoot, $matches ) ) { [03:02:16] $site = "wikipedia"; [03:02:16] $lang = $matches[1]; [03:05:01] Probably should review/merge https://gerrit.wikimedia.org/r/#/c/62461 before making any further changes to save conflicts. And/or depend on that revision [03:07:44] PROBLEM - Puppet freshness on cp3003 is CRITICAL: No successful Puppet run in the last 10 hours [03:07:44] PROBLEM - Puppet freshness on virt3 is CRITICAL: No successful Puppet run in the last 10 hours [03:12:05] Shame wikimania don't use their own TLD [03:13:43] I'll look at that post sleep/before attempting to deploy either of those revisions. Thanks [03:14:12] New review: Reedy; "I'll deploy this post sleep if it hasn't been done already" [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62461 [03:18:25] New patchset: Krinkle; "Add secure.wikimedia.org (old SSL site) redirects to cluster" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/60934 [03:18:43] New review: Krinkle; " adds DocumentRoot to existing docroot/secure on cluster, deletes conflicting wikimedia-ssl-b..." [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/60934 [03:19:01] New review: Krinkle; " forgot to also remove old config from all.conf" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/60934 [03:19:24] New review: Krinkle; "Removed patch set iteration/discussion from the commit message." [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/60934 [03:22:18] Reedy: 2013.wikimania.org, interesting. that *would* be nice indeed. [03:22:54] I wonder if anything fails if sub/lang contains and starts with only numbers [03:23:01] would be a good test :) [03:35:21] New patchset: Krinkle; "gerrit: Cleanup/refactor logging" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/8120 [03:46:18] PROBLEM - Puppet freshness on ms-fe3001 is CRITICAL: No successful Puppet run in the last 10 hours [03:57:08] Reedy: upload6? upload7? [04:19:39] !log LocalisationUpdate ResourceLoader cache refresh completed at Tue May 7 04:19:39 UTC 2013 [04:19:47] Logged the message, Master [04:40:02] PROBLEM - Puppet freshness on db44 is CRITICAL: No successful Puppet run in the last 10 hours [05:52:11] New review: Hydriz; "Reasonable, though I think people should always check carefully before committing changes :D" [operations/mediawiki-config] (master) C: 1; - https://gerrit.wikimedia.org/r/61428 [06:12:21] PROBLEM - Puppet freshness on mc15 is CRITICAL: No successful Puppet run in the last 10 hours [06:27:54] New review: Ori.livneh; "LGTM; as a deployer you have the right to +2 your own change, so I'm only +1ing it, to give you a ch..." [operations/mediawiki-config] (master) C: 1; - https://gerrit.wikimedia.org/r/62446 [06:47:13] Change merged: Faidon; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62460 [06:47:43] New patchset: Faidon; "Adding Mobilink Pakistan IP addresses to Varnish VCL." [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62555 [06:48:19] Change merged: Faidon; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62555 [06:59:30] !log on holmium: chown'd to root all script files writable by www-data and all directories which are configured to allow PHP execution [06:59:38] Logged the message, Master [07:21:23] hello :-D [07:21:24] apergos: i am awake! [07:21:33] congrats! [07:21:44] I did not get my gsoc stuff done last night, it was too long a day already [07:21:51] so I am doing it now [07:22:07] we can check in though about today [07:22:18] !log on holmium: added some ad hoc iptables rules intended to keep the rest of the site mostly safe from it overnight [07:22:26] Logged the message, Master [07:22:42] apergos: I will look at the puppet manifests this morning and might attempt something in labs and see how it goes [07:22:50] ah ok [07:26:35] PROBLEM - HTTP on holmium is CRITICAL: HTTP CRITICAL: HTTP/1.1 500 Internal Server Error - 722 bytes in 7.051 second response time [07:26:58] !log on holmium: reverted firewall, too hard [07:27:06] Logged the message, Master [07:27:21] good nagios! [07:27:35] RECOVERY - HTTP on holmium is OK: HTTP OK: HTTP/1.1 200 OK - 86489 bytes in 0.509 second response time [07:41:05] New review: Hashar; "I have no ideas about the impact of this in production. Anyway whenever you get it merged, Jenkins ..." [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62446 [07:46:04] PROBLEM - Puppet freshness on lvs1004 is CRITICAL: No successful Puppet run in the last 10 hours [07:46:04] PROBLEM - Puppet freshness on lvs1005 is CRITICAL: No successful Puppet run in the last 10 hours [07:46:04] PROBLEM - Puppet freshness on lvs1006 is CRITICAL: No successful Puppet run in the last 10 hours [07:46:04] PROBLEM - Puppet freshness on virt1005 is CRITICAL: No successful Puppet run in the last 10 hours [07:48:04] RECOVERY - search indices - check lucene status page on search35 is OK: HTTP OK: HTTP/1.1 200 OK - 747 bytes in 0.055 second response time [07:58:24] PROBLEM - DPKG on ms-fe1002 is CRITICAL: DPKG CRITICAL dpkg reports broken packages [07:59:14] !log partially upgrading ceph to 0.56.6 [07:59:23] Logged the message, Master [08:01:28] Change merged: jenkins-bot; [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62347 [08:03:24] RECOVERY - DPKG on ms-fe1002 is OK: All packages OK [08:05:43] New patchset: Nikerabbit; "ULS configuration for beta labs" [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62446 [08:06:18] Change merged: jenkins-bot; [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62446 [08:20:31] !log ceph: all radosgw & mon + osd.24 upgraded to 0.56.6 [08:20:39] Logged the message, Master [08:27:41] PROBLEM - SSH on mc15 is CRITICAL: CRITICAL - Socket timeout after 10 seconds [08:28:31] RECOVERY - SSH on mc15 is OK: SSH OK - OpenSSH_5.9p1 Debian-5ubuntu1.1 (protocol 2.0) [08:30:41] PROBLEM - Puppetmaster HTTPS on stafford is CRITICAL: CRITICAL - Socket timeout after 10 seconds [08:31:31] RECOVERY - Puppetmaster HTTPS on stafford is OK: HTTP OK: Status line output matched 400 - 336 bytes in 4.462 second response time [08:43:11] New patchset: Yurik; "Mobile Zero extension shared configuration settings" [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62576 [08:44:57] paravoid: hi. A quick enquiry about the protoproxy (used for nginx ssl termination), That is a few files and I am willing to make it a puppet module named 'protoproxy' does that sound like a good idea to you ? (ping apergos as well) [08:46:10] or maybe I can make it a role class grin [08:49:22] at least some of the protoproxy stuff should go into a module, I agree [08:50:03] I am doing that [08:50:20] PROBLEM - Host wikimedia-lb.esams.wikimedia.org_ipv6 is DOWN: PING CRITICAL - Packet loss = 100% [08:50:21] PROBLEM - Host upload-lb.esams.wikimedia.org_ipv6 is DOWN: PING CRITICAL - Packet loss = 100% [08:51:20] RECOVERY - Host wikimedia-lb.esams.wikimedia.org_ipv6 is UP: PING WARNING - Packet loss = 80%, RTA = 86.90 ms [08:51:22] RECOVERY - Host upload-lb.esams.wikimedia.org_ipv6 is UP: PING WARNING - Packet loss = 93%, RTA = 87.89 ms [08:51:40] PROBLEM - LVS HTTPS IPv6 on wikibooks-lb.esams.wikimedia.org_ipv6 is CRITICAL: Connection timed out [08:52:10] PROBLEM - LVS HTTPS IPv6 on mediawiki-lb.esams.wikimedia.org_ipv6 is CRITICAL: Connection timed out [08:52:31] RECOVERY - LVS HTTPS IPv6 on wikibooks-lb.esams.wikimedia.org_ipv6 is OK: HTTP OK: HTTP/1.1 200 OK - 66326 bytes in 0.697 second response time [08:53:10] RECOVERY - LVS HTTPS IPv6 on mediawiki-lb.esams.wikimedia.org_ipv6 is OK: HTTP OK: HTTP/1.1 200 OK - 66329 bytes in 0.703 second response time [09:09:12] !log nikerabbit synchronized php-1.22wmf3/extensions/UniversalLanguageSelector/ 'ULS to master' [09:09:20] Logged the message, Master [09:13:58] !log nikerabbit synchronized wmf-config/InitialiseSettings.php 'New ULS config part 1' [09:14:06] Logged the message, Master [09:15:01] !log nikerabbit synchronized wmf-config/CommonSettings.php 'New ULS config part 2' [09:15:08] Logged the message, Master [09:28:00] action=parse apparently broken on wikidata: https://bugzilla.wikimedia.org/48201 [09:29:39] Nikerabbit: it needs "contentmodel=wikitext" [09:30:04] appears to assume json content model, perhaps because items are in the main namespace [09:30:24] aude: I would consider that as breaking change [09:32:29] sure [10:10:27] apergos: any news on those ms-be disks? [10:10:51] they didn't have them on site, in theory they would show up today [10:21:21] New patchset: Hashar; "proxy_configuration had a typo" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62581 [10:57:45] New patchset: Hashar; "lame work in progress" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62582 [10:59:31] New patchset: Hashar; "lame work in progress" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62582 [11:18:54] New patchset: Hashar; "lame work in progress" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62582 [11:22:24] PROBLEM - Puppetmaster HTTPS on stafford is CRITICAL: CRITICAL - Socket timeout after 10 seconds [11:23:14] RECOVERY - Puppetmaster HTTPS on stafford is OK: HTTP OK: Status line output matched 400 - 336 bytes in 0.125 second response time [11:41:43] New patchset: Hashar; "lame work in progress" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62582 [11:41:43] New patchset: Hashar; "nginx_site now supports boolean values" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62583 [11:48:43] PROBLEM - Auth DNS on ns1.wikimedia.org is CRITICAL: CRITICAL - Plugin timed out while executing system call [12:15:56] New patchset: Hashar; "lame work in progress" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62582 [12:20:54] PROBLEM - Puppet freshness on db45 is CRITICAL: No successful Puppet run in the last 10 hours [12:21:24] PROBLEM - Puppetmaster HTTPS on stafford is CRITICAL: CRITICAL - Socket timeout after 10 seconds [12:22:14] RECOVERY - Puppetmaster HTTPS on stafford is OK: HTTP OK: Status line output matched 400 - 336 bytes in 0.128 second response time [12:57:44] PROBLEM - Disk space on mc15 is CRITICAL: CHECK_NRPE: Socket timeout after 10 seconds. [12:58:44] RECOVERY - Disk space on mc15 is OK: DISK OK [13:08:17] PROBLEM - Puppet freshness on virt3 is CRITICAL: No successful Puppet run in the last 10 hours [13:08:17] PROBLEM - Puppet freshness on cp3003 is CRITICAL: No successful Puppet run in the last 10 hours [13:47:07] PROBLEM - Puppet freshness on ms-fe3001 is CRITICAL: No successful Puppet run in the last 10 hours [13:53:00] New patchset: Mark Bergsma; "Add AFTv5 archive feedback cron job" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62602 [13:58:14] New patchset: Mark Bergsma; "Add AFTv5 archive feedback cron job" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62602 [14:01:53] New patchset: Hashar; "labs: hardcode nginx types_hash_bucket_size to 64" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62603 [14:03:36] New patchset: Hashar; "lame work in progress" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62582 [14:11:24] New patchset: Hashar; "labs: hardcode nginx types_hash_bucket_size to 64" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62603 [14:11:24] New patchset: Hashar; "lame work in progress" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62582 [14:22:07] hi; anyone around who has a clue why ee-prototype (labs instance) tells me it "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'"? [14:29:55] mlitn it seems that mysql is down on that box? [14:30:25] just check if it's running and if not, eh, that would answer your question [14:30:42] New patchset: Hashar; "beta: reenable commons as a default foreign file repo." [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62606 [14:31:31] New patchset: Hashar; "beta: reenable commons as a default foreign file repo." [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62606 [14:32:38] !log authdns update [14:32:47] Logged the message, Master [14:34:20] New review: Hashar; "I have no idea how the foreign repo stuff works. I guess it is supposed to make the beta commons wik..." [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62606 [14:34:48] New patchset: Hashar; "beta: reenable commons as a default foreign file repo." [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62606 [14:35:57] New patchset: Jgreen; "remove db1025 from production puppet, it's in frack.eqiad now" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62607 [14:37:41] Change merged: Jgreen; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62607 [14:40:16] New review: Hashar; "Ariel pointed out that we could use $wgUseInstantCommons = true." [operations/mediawiki-config] (master) - https://gerrit.wikimedia.org/r/62606 [14:40:57] PROBLEM - Puppet freshness on db44 is CRITICAL: No successful Puppet run in the last 10 hours [14:46:28] New patchset: Hashar; "lame work in progress" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62582 [14:47:12] !log authdns update [14:47:20] Logged the message, Master [14:57:34] PROBLEM - Puppetmaster HTTPS on stafford is CRITICAL: CRITICAL - Socket timeout after 10 seconds [14:59:24] RECOVERY - Puppetmaster HTTPS on stafford is OK: HTTP OK: Status line output matched 400 - 336 bytes in 0.126 second response time [15:04:27] New patchset: Yurik; "Deployment rights for Yuri Astrakhan per RT 5069" [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62457 [15:04:58] hi, need an urgent review pls -- https://gerrit.wikimedia.org/r/#/c/62457/ [15:06:19] i have to do a deployment of the new zero extension under MaxSem guidance in a bit [15:08:08] You realise puppet doesn't understand urgent? [15:08:34] Reedy, i'm hoping to get a merge now, so that puppet would finish syncing by then [15:09:59] paravoid: Can we alias containers for uploads in swift/ceph/wherever the hell they are going? [15:10:25] uhm, what? [15:11:06] Your comment about upload6/upload7 [15:11:17] Currently wikimania2005 wiki use the wikipedia/wikimania container [15:11:27] >= 2006 use wikipedia/wikimaniaYEAR [15:11:57] To help reduce the apache rulesets, if we can move/alias/whatever the 2005 one, that's a seperate vhost definition saved [15:12:24] in addition to minus nearly 10 docroot folders [15:12:43] TBH, just moving it would be fine.. for the amount of files and access they get.. [15:12:44] I don't think so [15:12:54] wikipedia-wikimania2005-local-deleted [15:12:54] wikipedia-wikimania2005-local-public [15:12:54] wikipedia-wikimania2005-local-temp [15:12:54] wikipedia-wikimania2005-local-thumb [15:13:07] Uhh [15:13:08] and I don't see any "wikimania" container [15:13:14] I see wikimaniaYEAR and wikimaniateam [15:13:16] That looks like they've already been moved in that system [15:13:53] 2005 currently has [15:13:53] RewriteRule ^/upload/(.*)$ http://upload.wikimedia.org/wikipedia/wikimania/$1 [R=302] [15:14:07] Change merged: Andrew Bogott; [operations/puppet] (production) - https://gerrit.wikimedia.org/r/62457 [15:16:06] paravoid: lol [15:16:17] All images are broken on wikimania2005 wiki [15:16:17] https://wikimania2005.wikimedia.org/wiki/File:Logo_sun_tag_rgb.jpg [15:16:20] https://upload.wikimedia.org/wikipedia/wikimania/a/a6/Logo_sun_tag_rgb.jpg [15:16:23] 401 unauthorized [15:16:44] that means the container doesn't exist [15:16:47] if(lang in ['meta', 'commons', 'internal', 'grants', 'wikimania2006']): [15:16:50] proj = 'wikimedia' [15:17:16] Add hte 2005 and it works [15:17:16] https://upload.wikimedia.org/wikipedia/wikimania2005/a/a6/Logo_sun_tag_rgb.jpg [15:17:29] hm — when can I see Agora in action? [15:17:34] where* [15:17:54] paravoid, sorry to interject, could you help with the https://gerrit.wikimedia.org/r/#/c/62457/ pls - our deployment window is pretty soon [15:17:56] New patchset: Reedy; "Fix uploads on wikimania2005wiki" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/62616 [15:18:27] I'm in meetings for the rest of the day, sorry [15:19:19] paravoid, do you know who else might look at the rights change? Its a tiny change - moving myself from one group to another (to allow for deployments) [15:19:50] rt duty? [15:20:05] is mark around? I thought that status is stale [15:21:22] [16:21:09] * Topic set by mark!mark@tilia.nedworks.org on 2013-05-06 10:09:03 UTC [15:22:22] New review: Reedy; "(1 comment)" [operations/apache-config] (master) - https://gerrit.wikimedia.org/r/62566 [15:28:07] Reedy: do you have any idea what that wikimania2006 exception is? [15:28:12] the comment says # and here are all the legacy special cases, imported from thumb_handler.php [15:29:05] It would seem to be a lie [15:29:06] RewriteRule ^/upload/(.*)$ http://upload.wikimedia.org/wikipedia/wikimania2006/$1 [R=302] [15:29:33] right on time :) [15:29:40] * Reedy blames AaronSchulz [15:30:05] # and here are all the legacy special cases, imported from thumb_handler.php [15:30:08] It's not even in /wikimedia on upload7 [15:30:09] if(proj == 'wikipedia'): [15:30:10] Aaron|home: do you know where that comes from? [15:30:12] if(lang in ['meta', 'commons', 'internal', 'grants', 'wikimania2006']): [15:30:15] proj = 'wikimedia' [15:38:39] Anybody feel like doing a quick merge-and-push on bits? FirefoxOS app fix, shouldn't affect anything else. https://gerrit.wikimedia.org/r/#/c/62522/ [15:38:46] Reedy: so your change fixes the apache redirect but this won't actually fix the links generated by MW, right? [15:38:55] Indeed [15:39:18] Because MW uses wikimania2005.wikimedia.org/w/uploads which is rewritten to upload.wm.o [15:40:02] New review: Faidon; "No time to deploy now, but it's correct." [operations/apache-config] (master) C: 2; - https://gerrit.wikimedia.org/r/62616 [15:40:36]
  • Metadata