-
Notifications
You must be signed in to change notification settings - Fork 181
Pipework error: "Invalid arguments for command" #344
Comments
That is coming from the sudo wrapper script. Did you regenerate the sudo wrapper after upgrading to 1.1.0? |
I also have this issue when runing LXC inside other LXC container. Scenario:
LXC B runs inside LXC A machine. LXC B will crash on Setting up private networks... And yes, I've regenerated the sudo wrapper. |
Hi, I just updated #378 with what looks like the same error from vagrant-lxc-wrapper:
Running the failed command from terminal shows the error from vagrant-lxc-wrapper:
Perhaps #344 and #378 are the same problem? In my case it just started happening when vagrant-lxc was updated. Please see #378 for complete info with DEBUG. Thanks |
Use lxc.lxcpath in lxc.conf to resolve sudo wrapper base_path. Fixes: fgrehm#344 and fgrehm#378 fgrehm#344 fgrehm#378
Hey, sorry for the silence here but this project is looking for maintainers 😅 As per #499, I've added the |
Hi!
Trying to get private networking running on one of our build servers.
So far I always get this error:
This was already with
VAGRANT_LOG=DEBUG
.Any ideas on how to better debug such issues?
The text was updated successfully, but these errors were encountered: