hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 63 forks source link

Log Directory Missing on Installation (HHVM: 3.23.1/Ubuntu: 16.04) #159

Closed justinwray closed 6 years ago

justinwray commented 6 years ago

HHVM Version: 3.23.1 Ubuntu: 16.04

During installation the HHVM log directory (/var/log/hhvm) is not created. This log location is the default location and is included in the configuration provided by the HHVM package. As such, the HHVM service will fail to start.

Manually creating the directories and setting appropriate permissions resolves the issue as a workaround.