[04:57:20] K4! [11:03:06] [[Tech]]; MF-Warburg; /* Find current CentralNotices */ new section; https://meta.wikimedia.org/w/index.php?diff=12138688&oldid=12118256&rcid=6425843 [11:06:14] [[Tech]]; MF-Warburg; apparently a problem with JS not loading; https://meta.wikimedia.org/w/index.php?diff=12138710&oldid=12138688&rcid=6425849 [12:39:07] Help me add tasks to https://phabricator.wikimedia.org/T98463 [12:39:11] Please [14:24:01] Josve05a: Hi. What tasks do you want to add to it? [21:20:16] I'm having trouble getting a fresh mw vagrant instance up -- I see several errors caused by 'The MediaWiki script file "/maintenance/edit.php" does not exist' [21:20:26] Any pointers? [21:21:12] earldouglas: sounds like something going wrong with the content import defines for some role [21:21:22] What roles have you enabled? [21:21:30] vagrant roles list -e will show you [21:21:59] None [21:22:21] This is a fresh, clean, `vagrant up` from master [21:22:35] Absolute /maintenance path, really? [21:25:55] http://pastebin.com/X9gCUe0P [21:49:49] .a [21:50:09] trusten [22:16:27] earldouglas: sorry I got pulled in to a meeting. Looking at your stack traces now [22:17:46] Unfortunately the right portion of it got cut off by xterm [22:18:08] I'm trying a git-update now to see if it helps. [22:18:28] it looks like something really bad is happening with puppet ordering [22:20:31] "Undefined index: wiki in /var/www/w/MWMultiVersion.php on line 146" tells me that the setup files for the default wiki weren't created [22:21:39] that... shouldn't be possible :/ [22:22:03] This puppet [22:22:06] 's got no strings. [22:22:10] mediawiki::import_text declares a dependency on mediawiki::extension [22:22:31] and mediawiki::extension is dependent on mediawiki::wiki [22:22:37] ordering wise [22:24:27] I'm doing a clean build (no mw checkout or anything) to see if I can recreate such nastyness [22:27:51] Cool, thanks [22:27:56] I'm trying again, but it's taking forever [22:37:09] omg the initial git-clone for mw/core is sloooooow [22:39:53] Ok, here's the full log from vagrant up: http://pastebin.com/X9gCUe0P [22:40:48] bd808: just put a shallow clone in its place? [22:41:09] legoktm: next time ;) [22:41:34] or build from a bundle, or clone from a local copy, or ... [22:41:43] or git repo is just a beast [22:42:12] or switch to mercurial!!11 [22:42:14] earldouglas: this `script file "/vagrant/mediawiki/maintenance/edit.php" does not exist` tells me that your clone of mediawiki is broken somehow [22:42:27] which could explain the earlier failures [22:42:57] so try `cd mediawiki; git pull` and see what it tells you [22:43:50] It's pulling a bunch [22:45:20] k. Hopefully that will help. When it's done run `vagrant provision` and cross your fingers [22:49:04] Oh boy, it's working! #magic [22:49:10] I guess pulling master did the trick. [22:49:14] * earldouglas shrugs [22:49:52] yay magic! [22:54:57] We need a better way to tell if a git clone is valid or not. Right now we just look to see if there is a .git present