Summary: | app-emulation/lxc: cannot create a debian lxc container newer than "stretch" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris Smith <chris> |
Component: | Current packages | Assignee: | Joonas Niilola <juippis> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | virtualization |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Chris Smith
2020-10-16 02:00:54 UTC
using app-emulation/lxc-4.0.4 and app-emulation/lxc-templates-3.0.4 This may be related to the SKS server hack... Few things to try: You can try to import the new PGP keys they use to sign those those releases. For buster, they seem to be available here: https://lists.debian.org/debian-devel-announce/2019/04/msg00008.html cd /tmp wget https://ftp-master.debian.org/keys/archive-key-10.asc https://ftp-master.debian.org/keys/archive-key-10-security.asc gpg --import archive-key-10.asc gpg --import archive-key-10-security.asc lxc-create -n deb -t debian -- -r buster Also "lxc-create -n deb -t download -- -r buster" may work better for you too. (I'm currently not around my lxc machine) (In reply to Joonas Niilola from comment #2) > > Also "lxc-create -n deb -t download -- -r buster" may work better for you > too. > Yes, that works. Thanks! |