Closed Bug 750935 Opened 12 years ago Closed 12 years ago

Update AUS2 code to AUS2_PRODUCTION (Firefox 12.0 throttling)

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86_64
Linux
task
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rail, Assigned: nmaul)

References

Details

We need this to unthrottle Firefox 12.0 idle check updates. 

config-dist.php should be version 1.208
Assignee: server-ops → rbryce
Some delays due to unrelated cvs-mirror issue, should be line in ~15 minutes

[bburton@mradm02 app]$ sudo cvs -q up -dP -r AUS2_PRODUCTION
? config.php
? config.php.
? config.php.20110708
? config.php.20111112
? config.php.20111207
? config.php.20120103
? config.php.20120112
? config.php.20120202
? config.php.20120210
? config.php.20120214
? config.php.20120215
? config.php.20120216
? config.php.20120217
? config.php.20120304
? config.php.20120313
? config.php.20120316
? config.php.20120319
? config.php.20120410
? config.php.20120423
? config.php.20120424
? config.php.20120425
? config.php.20120427
? config.php.20120501
? inc/config-dist.php.20110621
? inc/config-dist.php.20110909
? inc/config.php
? inc/config.php.2009102000
? inc/config.php.20100316
? inc/config.php.2010040500
? inc/config.php.20101123
? inc/config.php.20110118
? inc/config.php.20110302
? inc/config.php.20110505
? inc/config.php.20110621
? inc/config.php.20110623
? inc/config.php.20110831
? inc/config.php.20110901
? inc/config.php.20110908
? inc/config.php.20111201
? inc/config.php.20111228
? inc/config.php.20120119
? inc/config.php.20120216x
P inc/config-dist.php
[bburton@mradm02 app]$ md5sum inc/config-dist.php
da9584df39eea09be1d607486d21c32b  inc/config-dist.php
[bburton@mradm02 app]$ md5sum inc/config.php
b2d789b40266b5a1269eade2c0a730bf  inc/config.php
[bburton@mradm02 app]$ cp inc/config.php config.php.`date '+%Y%m%d'`
cp: cannot create regular file `config.php.20120501': Permission denied
[bburton@mradm02 app]$ sudo cp inc/config.php config.php.`date '+%Y%m%d'`
[bburton@mradm02 app]$ sudo cp inc/config-dist.php inc/config.php
[bburton@mradm02 app]$ md5sum inc/config.php
da9584df39eea09be1d607486d21c32b  inc/config.php
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Unfortunately the deployment doesn't seem to be working. If I make a request like 
https://aus3.mozilla.org/update/3/Firefox/11.0/20120312181643/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/release/Darwin%2010.8.0/default/default/update.xml
I should get more than <updates></updates> back. 

eg the equivalent staging url (also on AUS2_PRODUCTION) is
http://aus3-staging.mozilla.org/update/3/Firefox/11.0/20120312181643/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/release/Darwin%2010.8.0/default/default/update.xml
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee: rbryce → server-ops
Assignee: server-ops → rbryce
jakem from webops is working to fix this
Re-resolved. The problem was an errant app/config.php, where there should only have been an app/inc/config.php. The former was the previous version, but if it exists it seems to override the latter. It shouldn't exist though, so we removed it and cleaned up the instructions and filesystem a bit (thanks to solarce).

nthomas and I have independently confirmed that it appears to be working now.
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Thanks all.
Status: RESOLVED → VERIFIED
Assignee: rbryce → nmaul
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.