-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAIL glenux/jessie64-lxc with #42
Comments
Interesting. Can you send us the output of the same command with VAGRANT_LOG=debug ? |
@glenux I'm seeing potentially the same issue and I think there are two parts to this. First issue is the networking doesn't come up fully due to the folder /run/network not being present in the box.
I think this is what is causing the initial vagrant up problem as it appears to be timing out waiting for the box to come up (below), but I can still manually run lxc-attach as seen above.
The second part to this appears to be an issue with systemd (or whatever init system you have in the box) as after the box fails to provision via vagrant, trying to do a vagrant destroy yeilds a similar error;
If i run the command vagrant is trying to run above the response is
Trying to call any systemd function inside the container also yeilds
Versions:
@bpiselli could you confirm if my findings are the same as what you are experiencing.. if not I will move this information into a seperate ticket. |
I had similar issue today - vagrant fails to communicate with container; when you lxc-attach to container it has no network initialized due to missing /run/network directory. Fixed it in two steps - first updated lxc and lxc-template from trusty-backports to version 1.1.5-0ubuntu3~ubuntu14.04.1, second, replaced lxc-config provided by box with two lines of code
|
While configuring an LXC box on top of a capsule VM and using bridge capabilities to expose it on the network outside the capsule VM
Vagrant script
Working perfectly with "fgrehm/wheezy64-lxc" but failing with "glenux/jessie64-lxc"
@fgrehm can you provide a LXC box for "debian/Jessie" ?
Here is the error given with vagrant up --debug
Or @glenux can you solve that issue ?
Thanks guys !
The text was updated successfully, but these errors were encountered: