fgrehm/vagrant-lxc

'vagrant destroy -f' errors

Closed this issue · 2 comments

root@ubuntu-sever:~/project# vagrant destroy -f
An action 'destroy' was attempted on the machine 'default',
but another process is already executing an action on the machine.
Vagrant locks each machine for access by only one process at a time.
Please wait until the other Vagrant process finishes modifying this
machine, then try again.

If you believe this message is in error, please check the process
listing for any "ruby" or "vagrant" processes and kill them. Then
try again.

root@ubuntu-sever:~/project# lxc-stop -n project
Vagrant exited after cleanup due to external interrupt.

root@ubuntu-sever:~/project# vagrant destroy -f
==> default: Clearing any previously set forwarded ports...
==> default: Destroying VM and associated drives...
==> default: Running cleanup tasks for 'shell' provisioner...

You should check if you don't have any vagrant (ruby) processess in the background.

Hey, sorry for the silence here but this project is looking for maintainers 😅

As per #499, I've added the ignored label and will close this issue. Thanks for the interest in the project and LMK if you want to step up and take ownership of this project on that other issue 👋