I want to create a 32-bit groovy lxc. Steps I did:
sudo apt-get install lxc lxctl lxc-templates
sudo lxc-create -t ubuntu -n my32bitbox -- --bindhome $LOGNAME -a i386 -r groovy
...
I: Configuring libc-bin...
I: Configuring systemd...
I: Configuring ca-certificates...
W: Failure while configuring base packages. This will be re-attempted up to five times.
W: See /var/cache/lxc/groovy/partial-i386/debootstrap/debootstrap.log for details (possibly the package console-setup-linux is at fault)
W: Failure while configuring base packages. This will be re-attempted up to five times.
W: See /var/cache/lxc/groovy/partial-i386/debootstrap/debootstrap.log for details (possibly the package console-setup-linux is at fault)
W: Failure while configuring base packages. This will be re-attempted up to five times.
W: See /var/cache/lxc/groovy/partial-i386/debootstrap/debootstrap.log for details (possibly the package console-setup-linux is at fault)
W: Failure while configuring base packages. This will be re-attempted up to five times.
W: See /var/cache/lxc/groovy/partial-i386/debootstrap/debootstrap.log for details (possibly the package console-setup-linux is at fault)
W: Failure while configuring base packages. This will be re-attempted up to five times.
W: See /var/cache/lxc/groovy/partial-i386/debootstrap/debootstrap.log for details (possibly the package console-setup-linux is at fault)
lxc-create: my32bitbox: lxccontainer.c: create_run_template: 1616 Failed to create container from template
lxc-create: my32bitbox: tools/lxc_create.c: main: 319 Failed to create container my32bitbox
What is even more strange that the debootstrap.log doesn't exist. How can I fix this?
Edit: I run hirsute.