[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: meta/setup fails



On Mon, Feb 18, 2019 at 09:43:54AM +0530, Abhijith PA wrote:
> Hello.
> 
> Setting up https://salsa.debian.org/ruby-team/meta/blob/master/setup
> fails in sid machines with following error.

yes, that is broken with buster lxc. I will fix that ASAP.

In the meantime, please make sure that your /etc/lxc/default.conf looks
like this:

lxc.net.0.type = veth
lxc.net.0.link = virbr0
lxc.net.0.flags = up
lxc.apparmor.profile = generated
lxc.apparmor.allow_nesting = 1

create the network bridge:

$ sudo apt-get install -qy libvirt-clients libvirt-daemon-system iptables ebtables dnsmasq-base
$ sudo virsh net-start default
$ sudo virsh net-autostart default

then destroy any existing containers:

$ sudo lxc-destroy -n autopkgtest-unstable-$ARCH

then run debci setup again:

$ sudo auto-apt-proxy debci setup

Attachment: signature.asc
Description: PGP signature


Reply to: