[Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-10-12 Thread Christian Brauner
** Changed in: lxc (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1624028 Title: lxc create using debian template fails on ppc64el To manage

[Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-27 Thread Christian Brauner
Fix commited here: https://github.com/lxc/lxc/commit/bfbf793616ce36ec63bac2cf582474c14cecb712 ** Changed in: lxc (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-27 Thread Breno Leitão
** Changed in: lxc (Ubuntu) Assignee: (unassigned) => Taco Screen team (taco-screen-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1624028 Title: lxc create using debian template fails on

[Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
The message E: Invalid Release file, no entry for main/binary- ppc64le/Packages is explanatory as it expect arch being ppc64el Fixed command: sudo lxc-create -n debian04 -t debian -- -a ppc64el For sid, you can do: sudo lxc-create -n debian04 -t debian -- -a ppc64el -r sid -- You

[Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
$ diff -urN /usr/share/lxc/templates/lxc-debian /tmp/debian.template --- /usr/share/lxc/templates/lxc-debian 2016-09-16 12:02:34.047133580 +0200 +++ /tmp/debian.template2016-09-16 12:02:26.122949227 +0200 @@ -550,6 +550,8 @@ arch="amd64" elif [ "$arch" = "armv7l" ]; then

[Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
So my understanding is that '-t debian' parameter doesn't use the proper information like the DIST (it does mention jessie) $ sudo lxc-create -n debian03 -t debian debootstrap is /usr/sbin/debootstrap Checking cache download in /var/cache/lxc/debian/rootfs-jessie-ppc64le ... gpg: key

[Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
I understand the debian image is not working properly (or doesn't exist). Using sudo lxc-create -n debian01 -t download we get the list of valid distro/release/arch available, and specifying: Distribution: debian Release: sid Architecture: ppc64el works on debian and on ubuntu !.

[Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
As following command works $ sudo lxc-create -n debian01 -t ubuntu Checking cache download in /var/cache/lxc/yakkety/rootfs-ppc64el ... Installing packages in template: apt-transport-https,ssh,vim,language-pack-en Downloading ubuntu yakkety minimal ... I: Retrieving InRelease I: Checking Release