-
Notifications
You must be signed in to change notification settings - Fork 181
kill: Operation not permitted #458
Comments
You get that every time? Could you try again with |
The stacktrace is because Vagrant::LXC::Driver::CLI::run calls into Vagrant::LXC::SudoWrapper::raw which calls Vagrant::Util::Subprocess. This function has a timeout, and if it tries to kill the command if it's stuck. All of the lxc commands are run via sudo though, so it doesn't have the privileges to kill it. Vagrant could really use a nice interface like machine.communicate for running commands on the host... |
As for @thePanz's issue, either there's a network misconfiguration or the container is failing to start due to some configuration problem. Try running |
Hey, sorry for the silence here but this project is looking for maintainers 😅 As per #499, I've added the |
I am getting the following message when booting up a machine:
Vagrant: v2.0.2
Vagrantl-lxc: v1.3.1
LXC: v2.0.8
The text was updated successfully, but these errors were encountered: