$ 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.template        2016-09-16 12:02:26.122949227 +0200
@@ -550,6 +550,8 @@
     arch="amd64"
 elif [ "$arch" = "armv7l" ]; then
     arch="armhf"
+elif [ "$arch" = "ppc64le" ]; then
+    arch="ppc64el"
 fi
 hostarch=$arch
 mainonly=1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1624028

Title:
  lxc create using debian template fails on ppc64el

Status in lxc package in Ubuntu:
  New

Bug description:
  If I try to create a lxc container using the debian template, I get
  the following error on ppc64el arch:

  ➜  ~ sudo lxc-create -n debian01 -t debian
  debootstrap is /usr/sbin/debootstrap
  Checking cache download in /var/cache/lxc/debian/rootfs-jessie-ppc64le ... 
  gpg: WARNING: unsafe ownership on configuration file 
`/home/ubuntu/.gnupg/gpg.conf'
  gpg: key 2B90D010: "Debian Archive Automatic Signing Key (8/jessie) 
<ftpmas...@debian.org>" not changed
  gpg: Total number processed: 1
  gpg:              unchanged: 1
  Downloading debian minimal ...
  I: Retrieving InRelease 
  I: Failed to retrieve InRelease
  I: Retrieving Release 
  I: Retrieving Release.gpg 
  I: Checking Release signature
  I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010)
  E: Invalid Release file, no entry for main/binary-ppc64le/Packages
  Failed to download the rootfs, aborting.
  Failed to download 'debian base'
  failed to install debian
  lxc-create: lxccontainer.c: create_run_template: 1290 container creation 
template for debian01 failed
  lxc-create: tools/lxc_create.c: main: 318 Error creating container debian01

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1624028/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to