-
Notifications
You must be signed in to change notification settings - Fork 181
Problems after upgrade to ubuntu 17.10 #452
Comments
I fixed the configuration issues (#445) by running the following:
Am still running into the:
|
you'll need the following file to make the plugin recognize your existing container: |
@rvanlaar did you try the |
I'm running into the same issue. |
@nfanta yes, the lxc-template still is in the pre-2.1 format for backward compatibility but newly created boxes in vagrant-lxc 1.3+ will be properly configured because |
This is still an issue with 2.1.1 regardless if the box was updated with |
@kevcenteno what do you mean exactly, that after running |
I'm using the basic config via Running I got the box to provision by making this change kevcenteno@e2a2c42 |
I also tested kevcenteno@e2a2c42 using LXC 3.0.0beta |
@kevcenteno didn't you say that you were on v2.1.1? As I say in #445 (comment) , LXC 2.1.1 will not have this problem. |
As of now, the version of vagrant-lxc in the 18.04 repositories seems to still have this issue. Instead of modifying the gem code, the newer version of the plugin seems to have this issue fixed. I've fixed this with |
Hey, sorry for the silence here but this project is looking for maintainers 😅 As per #499, I've added the |
I'm running into two bugs it seems.
Mainly #358 and #445.
I recently upgraded from ubuntu 17.04 to 17.10.
Didn't have problems with running vagrant-lxc while on 17.04.
Due to #445 my config files weren't updated and contained:
lxc.pivotdir = lxc_putold
lxc.kmsg = 0
This triggered #358 and poof went the metadata.
What I would like to see is an upgrade path, automatic failure,
useful error message or documentation about this.
And documentation on how to restore the .vagrant metadata directory.
How can I help to get there?
I'm using:
vagrant 2.0.1
vagrant-lxc (1.3.0)
vagrant-share (1.1.9, system)
Ubuntu 17.10
The text was updated successfully, but these errors were encountered: