https://bugzilla.wikimedia.org/show_bug.cgi?id=71343
Bug ID: 71343
Summary: HHVM looks for config in /usr/etc/hhvm rather than
/etc/hhvm
Product: Wikimedia
Version: wmf-deployment
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General/Unknown
Assignee: [email protected]
Reporter: [email protected]
Web browser: ---
Mobile Platform: ---
Our puppet config expects hhvm config files to be looked up in /etc/hhhvm but
the latest build () is looking in /usr/etc/hhvm instead.
`strace hhvm hello.php` shows:
access("/usr/etc/hhvm/php.ini", R_OK) = -1 ENOENT (No such file or
directory)
access("/usr/etc/hhvm/config.hdf", R_OK) = -1 ENOENT (No such file or
directory)
This is causing the jobrunner to fail with this error in MediaWiki-Vagrant:
Failed to initialize central HHBC repository:
Failed to open /var/www/.hhvm.hhbc: 14 - unable to open database file
This is because our config files aren't being read. It will probably break the
production jobrunner in a similar way.
--
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