-
Notifications
You must be signed in to change notification settings - Fork 181
vagrant package: failed in rootfs_path #475
Comments
Looks like the container failed to start. Check the logs in /var/log/lxc/, there's probably something wrong with mounts or your cgroups. |
I have the same issue. I wonder if this is a issue with the regex used in config_entry = config_string.match(/^lxc\.rootfs\s+=\s+(.+)$/)[1] It seems to look for a line such as
when the config file actually contains
I tried to replace the current regex with |
I had the same problem when running |
Same here. Fixed regex by @simonbru works like a charm 👍 |
I was experiencing this issue as well inside a fresh Debian 10 VM with the latest Vagrant downloaded from vagrantup.com and the latest vagrant-lxc plugin installed via |
It seems this issue is not there in the latest master. Install instructions are here: https://github.com/fgrehm/vagrant-lxc/wiki/Development |
Hey, sorry for the silence here but this project is looking for maintainers 😅 As per #499, I've added the |
After building box from "visibilityspots/centos-6.x-puppet-4.x",
"vagrant package" failed by
The logs for "VAGRANT_LOG=debug vagrant package" are following;
The text was updated successfully, but these errors were encountered: