GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

Apache process not working after box halted #86

Open BrianGilbert opened 9 years ago

BrianGilbert commented 9 years ago

I have to ssh in and run the following as root after upping box from halted state:

service apache2 restart
BrianGilbert commented 9 years ago

can possibly be triggered using https://github.com/emyl/vagrant-triggers

ergonlogic commented 9 years ago

I believe this is an issue with the Ubuntu Trusty base box. I'm considering switching to Debian Jessie.

Also, I've seen inconsistencies on OSX based on how Vagrant/Virtualbox handle sleep/standby states. Check the box state next time, to ensure it's really halted, and not paused. If that's the case, try 'vagrant resume' instead. Another option would be to run provisioners when restarting the box (vagrant up --provision).

We've been working hard to remove external dependencies, vagrant-triggers amongst them. We won't be re-introducing them unless absolutely required. In the case of vagrant-triggers, we re-wrote the functionality that required it as faux-plugins.