-
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
failed to update jessie box #10
Comments
It works for me using latest master :-(
Do you mind giving it another shot? |
giving it a try right now creating a container... let you know if it worked out |
==> [jessie] Building box to 'output/2014-05-29/vagrant-lxc-jessie-amd64.box'...
==> [jessie] Installing extra packages and upgrading |
it's apparently not the line 26 since the directory was created output/2014-05-29 here is the container configuration:
Regards |
I forgot to mention, I am under Linux Debian Jessie when I invoke: make jessie |
Oh, what are the contents of your
|
BTW, you might also want to check the log file created under the project's |
that's probably the issue... |
I did follow your instructions https://github.com/fgrehm/vagrant-lxc/wiki/Usage-on-debian-hosts I will give it a try, and probably this will work out |
I've stepped down as a maintainer of the plugin and I'm no longer maintaining this repo. Feel free to use it as a starting point for your own boxes and if you need any help with that just LMK! 🍻 |
update outdated instructions
Hi, I was trying out your script and the following error occured:
make jessie [master]
==> [jessie] Building box to 'output/2014-05-16/vagrant-lxc-jessie-amd64.box'...
==> [jessie] The 'vagrant-base-jessie-amd64' container already exists, do you want to continue building the box? [Y/n] Y
==> [jessie] Do you want to rebuild the 'vagrant-base-jessie-amd64' container? [y/N]
[jessie] Reusing existing container...
[jessie] Running [/usr/sbin/update-rc.d -f checkroot-bootclean.sh remove] inside 'vagrant-base-jessie-amd64' container...
[jessie] Running [/usr/sbin/update-rc.d -f mountall-bootclean.sh remove] inside 'vagrant-base-jessie-amd64' container...
[jessie] Running [/usr/sbin/update-rc.d -f mountnfs-bootclean.sh remove] inside 'vagrant-base-jessie-amd64' container...
[jessie] Running [/usr/sbin/locale-gen en_US.UTF-8] inside 'vagrant-base-jessie-amd64' container...
[jessie] Running [update-locale LANG=en_US.UTF-8] inside 'vagrant-base-jessie-amd64' container...
==> [jessie] Installing extra packages and upgrading
[jessie] Sleeping for 5 seconds...
[jessie] Running [apt-get update] inside 'vagrant-base-jessie-amd64' container...
[jessie] Running [apt-get install vim nfs-common curl wget man-db bash-completion python-software-properties ca-certificates sudo -y --force-yes] inside 'vagrant-base-jessie-amd64' container...
make: *** [jessie] Error 100
Cheers
The text was updated successfully, but these errors were encountered: