https://bugzilla.wikimedia.org/show_bug.cgi?id=36835
jeremyb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla+org.wikimedia@tuxm | |achine.com --- Comment #1 from Daniel Zahn <[email protected]> 2012-05-14 13:59:59 UTC --- 15:37 < jeremyb> do you have anything in /home/wikipedia/common/wikiversion* ? 15:37 < mutante> where should it get the info from? 15:38 < mutante> yea, wikiversion.data 15:38 < mutante> .dat 15:38 < mutante> 2012-05-09 15:39 < mutante> the string "18" does not appear in the file 15:40 < mutante> and wikiversions.cdb , modified 05-10 15:41 < jeremyb> so, strace and find out which wikiversions file it's using? or if it's using one at all? 15:41 < jeremyb> 1.18 was once hardcoded into CommonSettings.php as a fallback. but not in the current cluster version so I'm looking elsewhere 15:43 < mutante> open("/usr/local/apache/common-local/wikiversions.cdb", O_RDONLY) = 3 15:43 < jeremyb> there you go 15:44 < jeremyb> does that (or it's .dat) have 1.18? 15:45 < mutante> yes 15:45 < mutante> so "getMWVersion" should be changed to use /home ? 15:46 < mutante> or add mechanism to copy to /usr/local 15:46 < jeremyb> or -local should be made to be reliably up to date 13:48 mutante: copying outdated wikiversions.dat/.cdb files from /home to /usr/local on spence, which fixes check_job_queue (thanks jeremyb) ./check_job_queue JOBQUEUE OK - all job queues below 10,000 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
