https://bugzilla.wikimedia.org/show_bug.cgi?id=68453
--- Comment #8 from Bernd Sitzmann <[email protected]> --- I think `vagrant destroy; vagrant up` helped. When I checked the existance of the hphp directory I mistakenly checked on my host box. The file /usr/lib/hphp/extensions/20140702/luasandbox.so actually exists in the guest os. vagrant@mediawiki-vagrant:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty Here's `vagrant reload --provision` with errors: http://pastebin.com/RMMv65Yc Still 503 on http://127.0.0.1:8080/ I think the problem is that I have /usr/lib/hphp/extensions/20140702/luasandbox.so but hhvmsh is looking for /usr/lib/hphp/extensions/20131007/luasandbox.so instead. vagrant@mediawiki-vagrant:~$ hhvmsh Uncaught exception: Could not open extension /usr/lib/hphp/extensions/20131007/luasandbox.so: /usr/lib/hphp/extensions/20131007/luasandbox.so: cannot open shared object file: No such file or directory What's the best way to correct this? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
