Vagrant intermittent

I’m having intermittent performance from vagrant.

It does all of the following with equal frequency.

  1. serves page correctly
  2. gives 404 not found nginx
  3. No data received ERR_EMPTY_RESPONSE (this page will sometimes reload after about 10 seconds to either 2 or 3 above.

I’ve tried vagrant destroy and vagrant up, but it does the same thing.

UPDATE: Resolved. I used the cool Virtual Box gui to see all the boxes that were running. Deleted the old ones from previous attempts toying around with trellis. Works fine now.

3 Likes

You can also use vagrant global-status

2 Likes

Another nice one I just learned is

vagrant global-status --prune

Prunes invalid entries.

2 Likes