Monday, March 13, 2017

Laravel vagrant provisioning failed

Apparently after some updates I keep getting an error when doing vagrant up and when provisioning afterwards.

==> default: Failed to restart php7.0-fpm.service: Unit php7.0-fpm.service not found.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

I've reverted virtual box to version before (5.1.14). Homestead/Laravel version is the new one 2.0.0.

I've tried installing the package with apt-get inside SSH, but then I keep getting other errors. Does anyone know what seems to be the problem?



via Norgul

Advertisement