Created
April 26, 2017 21:26
-
-
Save alfredoem/ec6c5375fa079e83be358c7ce11c5286 to your computer and use it in GitHub Desktop.
An action 'up' was attempted on the machine 'homestead-7', but another process is already executing an action on the machine.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ps -ef | grep ruby | |
$ ps -ef | grep vagrant | |
$ kill -9 | |
$ Restart "vagrant up --provider=lxc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment