[Touch-packages] [Bug 1565804] Re: ifup of vlan interfaces failing during networking start - RTNETLINK answers: File exists

2016-04-04 Thread Andrew McDermott
The Juju bridge script, when creating the bridge device, generally
leaves all iface options as it found them.

For example:

auto eth1.16
iface eth1.16 inet static
address 10.245.184.100/24
vlan-raw-device eth1
mtu 1500
vlan_id 16

becomes the following:

iface eth1.16 inet manual
address 10.245.184.100/24
vlan-raw-device eth1
mtu 1500
vlan_id 16

auto br-eth1.16
iface br-eth1.16 inet static
address 10.245.184.100/24
mtu 1500
bridge_ports eth1.16
bridge_stp off
bridge_maxwait 0

Note: It doesn't propagate any bond options.

For example:

auto eth0
iface eth0 inet manual
bond-lacp_rate slow
bond-xmit_hash_policy layer2
bond-miimon 100
bond-master bond0
mtu 1500
bond-mode active-backup

[ skipping eth1 for clarity ]

auto bond0
iface bond0 inet dhcp
bond-lacp_rate slow
bond-xmit_hash_policy layer2
bond-miimon 100
mtu 1500
bond-mode active-backup
hwaddress 52:54:00:1c:f1:5b
bond-slaves none

becomes the following when bridged:

auto eth0
iface eth0 inet manual
bond-lacp_rate slow
bond-xmit_hash_policy layer2
bond-miimon 100
bond-master bond0
mtu 1500
bond-mode active-backup

auto bond0
iface bond0 inet manual
bond-lacp_rate slow
bond-xmit_hash_policy layer2
bond-miimon 100
mtu 1500
bond-mode active-backup
hwaddress 52:54:00:1c:f1:5b
bond-slaves none
dns-nameservers 10.17.20.200
dns-search maas19

auto br-bond0
iface br-bond0 inet dhcp
mtu 1500
hwaddress 52:54:00:1c:f1:5b
bridge_ports bond0
bridge_stp off
bridge_maxwait 0
dns-nameservers 10.17.20.200
dns-search maas19

I generally propagated the existing options when creating the bridge
device. Should MTU be an exception now?

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

Title:
  ifup of vlan interfaces failing during networking start - RTNETLINK
  answers: File exists

Status in ifupdown package in Ubuntu:
  New

Bug description:
  /e/n/i:

  auto lo
  iface lo inet loopback
  dns-nameservers 10.245.168.2
  dns-search dellstack
  auto eth0
  iface eth0 inet static
  gateway 10.245.168.1
  address 10.245.168.17/21
  dns-nameservers 10.245.168.2
  mtu 1500

  auto eth1
  iface eth1 inet manual
  mtu 1500

  auto eth1.2667
  iface eth1.2667 inet static
  address 10.245.184.20/24
  vlan-raw-device eth1
  mtu 9000
  vlan_id 2667

  output from networking startup:

  ● networking.service - Raise network interfaces
 Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor 
preset: enabled)
Drop-In: /run/systemd/generator/networking.service.d
 └─50-insserv.conf-$network.conf
 Active: failed (Result: exit-code) since Mon 2016-04-04 12:14:26 UTC; 1h 
33min ago
   Docs: man:interfaces(5)
Process: 1255 ExecStart=/sbin/ifup -a --read-environment (code=exited, 
status=1/FAILURE)
Process: 868 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && 
[ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle 
(code=exited, 
   Main PID: 1255 (code=exited, status=1/FAILURE)

  Apr 04 12:14:25 reflecting-attraction systemd[1]: Starting Raise network 
interfaces...
  Apr 04 12:14:26 reflecting-attraction ifup[1255]: Set name-type for VLAN 
subsystem. Should be visible in /proc/net/vlan/config
  Apr 04 12:14:26 reflecting-attraction ifup[1255]: RTNETLINK answers: File 
exists
  Apr 04 12:14:26 reflecting-attraction ifup[1255]: Failed to bring up 
eth1.2667.
  Apr 04 12:14:26 reflecting-attraction systemd[1]: networking.service: Main 
process exited, code=exited, status=1/FAILURE
  Apr 04 12:14:26 reflecting-attraction systemd[1]: Failed to start Raise 
network interfaces.
  Apr 04 12:14:26 reflecting-attraction systemd[1]: networking.service: Unit 
entered failed state.
  Apr 04 12:14:26 reflecting-attraction systemd[1]: networking.service: Failed 
with result 'exit-code'.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ifupdown 0.8.10ubuntu1
  ProcVersionSignature: User Name 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  Date: Mon Apr  4 13:42:48 2016
  SourcePackage: ifupdown
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1565804/+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


[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-07-24 Thread Andrew McDermott
This is no longer happening on stock kernels.

** Changed in: lxc (Ubuntu)
   Status: New => Invalid

-- 
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/1446658

Title:
  lxc-test-apparmor fails on aarch64

Status in lxc package in Ubuntu:
  Invalid

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1446658/+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


[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
I also ran the tests using the debian/tests/exercise script:

SUMMARY: pass=21, fail=4, ignored=0

root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# ./exercise 
PASS: lxc-tests: /usr/bin/lxc-test-apparmor
PASS: lxc-tests: /usr/bin/lxc-test-attach
FAIL: lxc-tests: /usr/bin/lxc-test-autostart
---
Setting up the GPG keyring
Downloading the image index
ERROR: Couldn't find a matching image.
lxc_container: lxccontainer.c: create_run_template: 1125 container creation 
template for lxc-test-auto failed
lxc_container: lxc_create.c: main: 271 Error creating container lxc-test-auto
FAIL
---
PASS: lxc-tests: /usr/bin/lxc-test-cgpath
PASS: lxc-tests: /usr/bin/lxc-test-clonetest
PASS: lxc-tests: /usr/bin/lxc-test-concurrent
PASS: lxc-tests: /usr/bin/lxc-test-console
PASS: lxc-tests: /usr/bin/lxc-test-containertests
PASS: lxc-tests: /usr/bin/lxc-test-createtest
PASS: lxc-tests: /usr/bin/lxc-test-destroytest
PASS: lxc-tests: /usr/bin/lxc-test-device-add-remove
PASS: lxc-tests: /usr/bin/lxc-test-get_item
PASS: lxc-tests: /usr/bin/lxc-test-getkeys
PASS: lxc-tests: /usr/bin/lxc-test-list
PASS: lxc-tests: /usr/bin/lxc-test-locktests
PASS: lxc-tests: /usr/bin/lxc-test-lxcpath
PASS: lxc-tests: /usr/bin/lxc-test-reboot
PASS: lxc-tests: /usr/bin/lxc-test-saveconfig
PASS: lxc-tests: /usr/bin/lxc-test-shutdowntest
PASS: lxc-tests: /usr/bin/lxc-test-snapshot
PASS: lxc-tests: /usr/bin/lxc-test-startone
PASS: lxc-tests: /usr/bin/lxc-test-ubuntu
FAIL: lxc-tests: /usr/bin/lxc-test-unpriv
---
Removing user `lxcunpriv' ...
Warning: group `lxcunpriv' has no more members.
Done.
Setting up the GPG keyring
Downloading the image index
ERROR: Couldn't find a matching image.
lxc_container: lxccontainer.c: create_run_template: 1125 container creation 
template for c1 failed
lxc_container: lxc_create.c: main: 271 Error creating container c1
c2 is not running
c1 is not running
---
FAIL: lxc-tests: /usr/bin/lxc-test-usernic
---
/usr/sbin/deluser: The user `usernic-user' does not exist.
Setting up the GPG keyring
Downloading the image index
ERROR: Couldn't find a matching image.
lxc_container: lxccontainer.c: create_run_template: 1125 container creation 
template for b1 failed
lxc_container: lxc_create.c: main: 271 Error creating container b1
FAIL
---
FAIL: python3: API
---
Setting up the GPG keyring
Downloading the image index
ERROR: Couldn't find a matching image.
lxc_container: lxccontainer.c: create_run_template: 1125 container creation 
template for 8a397b70-e8cc-11e4-b80c-0001730204af failed
Getting instance for '8a397b70-e8cc-11e4-b80c-0001730204af'
Creating rootfs using 'download', arch=arm64
Traceback (most recent call last):
  File "/tmp/tmp.QlGl5dcqZY", line 71, in 
assert(container.defined)
AssertionError
---

SUMMARY: pass=21, fail=4, ignored=0

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

Title:
  lxc-test-apparmor fails on aarch64

Status in apparmor package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   l

[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
And based on my comment in #14 the tests that I said currently fail:

 lxc-test-unpriv
 lxc-test-autostart
 lxc-test-usernic

are also trying to download an arm64 image that, AFAICT at the time of
writing, does not exist.

So, given that lxc-test-apparmor does work on my trusty install:

  ubuntu@linaro-test:~$ uname -a
  Linux linaro-test 3.13.0-49-generic #83-Ubuntu SMP Fri Apr 10 20:16:58 UTC 
2015 aarch64 aarch64 aarch64 GNU/Linux

and I know now that the three tests which fail are due to a non-existent
image it would appear that everything is in fact just hunky-dory.

When you run these tests on arm64 are you using a different image
repository?

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

Title:
  lxc-test-apparmor fails on aarch64

Status in apparmor package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1446658/+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


[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
Looking at:

  http://images.linuxcontainers.org/images/ubuntu/trusty/

I don't see a directory for arm64 (or aarch64) so that explains why lxc-
test-usernic fails -- there is no arm64 image to download.

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

Title:
  lxc-test-apparmor fails on aarch64

Status in apparmor package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1446658/+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


[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
I believe there is also GPG connectivity:

root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# gpg --search-keys 
andrew.iain.mcderm...@gmail.com
gpg: searching for "andrew.iain.mcderm...@gmail.com" from hkp server 
keys.gnupg.net
(1)     Andrew McDermott 
  2048 bit RSA key 1250D2A5, created: 2013-06-02

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

Title:
  lxc-test-apparmor fails on aarch64

Status in apparmor package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1446658/+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


[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
Regarding access to images.linuxcontainers.org - I believe I can "see"
this from my test machine:

root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# dig +short 
images.linuxcontainers.org
rproxy.stgraber.org.
192.99.34.219
root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# dig +short -x 
192.99.34.219
vorash.stgraber.org.

root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# ping 
images.linuxcontainers.org
PING rproxy.stgraber.org (192.99.34.219) 56(84) bytes of data.
64 bytes from vorash.stgraber.org (192.99.34.219): icmp_seq=1 ttl=54 time=96.7 
ms
64 bytes from vorash.stgraber.org (192.99.34.219): icmp_seq=2 ttl=54 time=88.2 
ms
64 bytes from vorash.stgraber.org (192.99.34.219): icmp_seq=3 ttl=54 time=88.2 
ms
64 bytes from vorash.stgraber.org (192.99.34.219): icmp_seq=4 ttl=54 time=88.2 
ms
64 bytes from vorash.stgraber.org (192.99.34.219): icmp_seq=5 ttl=54 time=88.2 
ms
64 bytes from vorash.stgraber.org (192.99.34.219): icmp_seq=6 ttl=54 time=88.2 
ms

root@linaro-test:/home/ubuntu/lxc-1.0.7/debian/tests# wget 
images.linuxcontainers.org
--2015-04-22 08:56:28--  http://images.linuxcontainers.org/
Resolving images.linuxcontainers.org (images.linuxcontainers.org)... 
192.99.34.219, 2001:470:b368:1020:1::2
Connecting to images.linuxcontainers.org 
(images.linuxcontainers.org)|192.99.34.219|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 951 [text/html]
Saving to: ‘index.html’

(index.html attached)


** Attachment added: "index.html from wget linux.imagescontainers.org"
   
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1446658/+attachment/4381173/+files/index.html

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

Title:
  lxc-test-apparmor fails on aarch64

Status in apparmor package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1446658/+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


[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-22 Thread Andrew McDermott
Error output from the three tests that fail:

root@linaro-test:/tmp/lxc# id
uid=0(root) gid=0(root) groups=0(root)



root@linaro-test:/tmp/lxc# lxc-test-unpriv 
Removing user `lxcunpriv' ...
Warning: group `lxcunpriv' has no more members.
Done.
WARN: could not reopen tty: Permission denied
WARN: could not reopen tty: Permission denied
WARN: could not reopen tty: Permission denied
WARN: could not reopen tty: Permission denied
Setting up the GPG keyring
Downloading the image index
ERROR: Couldn't find a matching image.
lxc_container: lxccontainer.c: create_run_template: 1125 container creation 
template for c1 failed
lxc_container: lxc_create.c: main: 271 Error creating container c1
c2 is not running
c1 is not running
root@linaro-test:/tmp/lxc# echo $?
1



root@linaro-test:/tmp/lxc# lxc-test-autostart 
Setting up the GPG keyring
Downloading the image index
ERROR: Couldn't find a matching image.
lxc_container: lxccontainer.c: create_run_template: 1125 container creation 
template for lxc-test-auto failed
lxc_container: lxc_create.c: main: 271 Error creating container lxc-test-auto
FAIL
root@linaro-test:/tmp/lxc# lxc-test-autostart 
Setting up the GPG keyring
Downloading the image index
ERROR: Couldn't find a matching image.
lxc_container: lxccontainer.c: create_run_template: 1125 container creation 
template for lxc-test-auto failed
lxc_container: lxc_create.c: main: 271 Error creating container lxc-test-auto
FAIL
root@linaro-test:/tmp/lxc# echo $?
1



root@linaro-test:/tmp/lxc# lxc-test-usernic 
/usr/sbin/deluser: The user `usernic-user' does not exist.
WARN: could not reopen tty: Permission denied
WARN: could not reopen tty: Permission denied
WARN: could not reopen tty: Permission denied
WARN: could not reopen tty: Permission denied
Setting up the GPG keyring
Downloading the image index
ERROR: Couldn't find a matching image.
lxc_container: lxccontainer.c: create_run_template: 1125 container creation 
template for b1 failed
lxc_container: lxc_create.c: main: 271 Error creating container b1
FAIL
root@linaro-test:/tmp/lxc# echo $?
1

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

Title:
  lxc-test-apparmor fails on aarch64

Status in apparmor package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1446658/+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


[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-21 Thread Andrew McDermott
I just installed the following cloud image onto an Applied Micro X-Gene
board:

 http://cloud-images.ubuntu.com/trusty/20150420.1/trusty-server-
cloudimg-arm64-disk1.img

Running the tests in the same way:

 # for i in /usr/bin/lxc-test-*; do $i || touch /tmp/$(basename
$i).failed; done

I see the following failures:

root@linaro-test:/tmp# ls -1 /tmp/*.failed
/tmp/lxc-test-autostart.failed
/tmp/lxc-test-unpriv.failed
/tmp/lxc-test-usernic.failed

so the previous lxc-test-apparmor is OK.

root@linaro-test:~# uname -a
Linux linaro-test 3.13.0-46-generic #79-Ubuntu SMP Tue Mar 10 20:08:34 UTC 2015 
aarch64 aarch64 aarch64 GNU/Linux

root@linaro-test:/tmp# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.2 LTS
Release:14.04
Codename:   trusty

Apologies for the confusion over the kernel version.

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

Title:
  lxc-test-apparmor fails on aarch64

Status in apparmor package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1446658/+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


[Touch-packages] [Bug 1446658] Re: lxc-test-apparmor fails on aarch64

2015-04-21 Thread Andrew McDermott
Yes, the kernel is 3.19.2. I realised I was running a later version than
stock just after I submitted the report. I am deploying a fresh cloud
image onto a new machine and will double-check that it still happens
(but suspecting not). BTW: do you run the tests in a diferent way than
my 'for' loop?

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

Title:
  lxc-test-apparmor fails on aarch64

Status in apparmor package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1446658/+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


[Touch-packages] [Bug 1446658] Dependencies.txt

2015-04-21 Thread Andrew McDermott
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1446658/+attachment/4380592/+files/Dependencies.txt

-- 
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/1446658

Title:
  lxc-test-apparmor fails on aarch64

Status in lxc package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1446658/+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


[Touch-packages] [Bug 1446658] [NEW] lxc-test-apparmor fails on aarch64

2015-04-21 Thread Andrew McDermott
Public bug reported:

Running lxc-test-apparmor fails on aarch64 (arm64) systems.

The following files which are listed in files_to_deny[] in
src/tests/aa.c:

   /sys/kernel/uevent_helper
   /proc/sys/kernel/sysrq

are not denied, but should be.

Perhaps I should be changing the apparmor profile for lxc before running
the tests (but that's just a guess).

I'm invoking the tests as:

   # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
$i).failed; done

which results in the following failures:

  lxc-test-apparmor.failed
  lxc-test-autostart.failed
  lxc-test-containertests.failed
  lxc-test-unpriv.failed

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lxc 1.0.7-0ubuntu0.1
ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
Uname: Linux 3.19.2 aarch64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: arm64
Date: Tue Apr 21 13:17:28 2015
ProcEnviron:
 TERM=screen-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx
--- 
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: arm64
DistroRelease: Ubuntu 14.04
KernLog:
 
Package: lxc 1.0.7-0ubuntu0.1
PackageArchitecture: arm64
ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
ProcEnviron:
 TERM=screen-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
Tags:  trusty uec-images
Uname: Linux 3.19.2 aarch64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: kvm libvirtd
_MarkForUpload: True
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx
lxcsyslog:

** Affects: lxc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apparmor apport-bug apport-collected arm64 trusty uec-images

** Tags added: apport-collected

** Description changed:

  Running lxc-test-apparmor fails on aarch64 (arm64) systems.
  
  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:
  
 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq
  
  are not denied, but should be.
  
  Perhaps I should be changing the apparmor profile for lxc before running
  the tests (but that's just a guess).
  
  I'm invoking the tests as:
  
 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done
  
  which results in the following failures:
  
lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.7
+ Architecture: arm64
+ DistroRelease: Ubuntu 14.04
+ KernLog:
+  
+ Package: lxc 1.0.7-0ubuntu0.1
+ PackageArchitecture: arm64
+ ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
+ ProcEnviron:
+  TERM=screen-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
+ Tags:  trusty uec-images
+ Uname: Linux 3.19.2 aarch64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: kvm libvirtd
+ _MarkForUpload: True
+ defaults.conf:
+  lxc.network.type = veth
+  lxc.network.link = lxcbr0
+  lxc.network.flags = up
+  lxc.network.hwaddr = 00:16:3e:xx:xx:xx
+ lxcsyslog:

-- 
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/1446658

Title:
  lxc-test-apparmor fails on aarch64

Status in lxc package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

[Touch-packages] [Bug 1446658] RelatedPackageVersions.txt

2015-04-21 Thread Andrew McDermott
apport information

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/1446658/+attachment/4380593/+files/RelatedPackageVersions.txt

-- 
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/1446658

Title:
  lxc-test-apparmor fails on aarch64

Status in lxc package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1446658/+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


[Touch-packages] [Bug 1446658] lxc-net.default.txt

2015-04-21 Thread Andrew McDermott
apport information

** Attachment added: "lxc-net.default.txt"
   
https://bugs.launchpad.net/bugs/1446658/+attachment/4380594/+files/lxc-net.default.txt

-- 
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/1446658

Title:
  lxc-test-apparmor fails on aarch64

Status in lxc package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1446658/+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


[Touch-packages] [Bug 1446658] lxc.default.txt

2015-04-21 Thread Andrew McDermott
apport information

** Attachment added: "lxc.default.txt"
   
https://bugs.launchpad.net/bugs/1446658/+attachment/4380595/+files/lxc.default.txt

-- 
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/1446658

Title:
  lxc-test-apparmor fails on aarch64

Status in lxc package in Ubuntu:
  New

Bug description:
  Running lxc-test-apparmor fails on aarch64 (arm64) systems.

  The following files which are listed in files_to_deny[] in
  src/tests/aa.c:

 /sys/kernel/uevent_helper
 /proc/sys/kernel/sysrq

  are not denied, but should be.

  Perhaps I should be changing the apparmor profile for lxc before
  running the tests (but that's just a guess).

  I'm invoking the tests as:

 # for i in /usr/bin/lxc-test-* ; do $i || touch /tmp/$(basename
  $i).failed; done

  which results in the following failures:

lxc-test-apparmor.failed
lxc-test-autostart.failed
lxc-test-containertests.failed
lxc-test-unpriv.failed

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lxc 1.0.7-0ubuntu0.1
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Uname: Linux 3.19.2 aarch64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  Date: Tue Apr 21 13:17:28 2015
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  --- 
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: arm64
  DistroRelease: Ubuntu 14.04
  KernLog:
   
  Package: lxc 1.0.7-0ubuntu0.1
  PackageArchitecture: arm64
  ProcCmdline: console=ttyS0,115200n8 root=/dev/sda1 rw rootwait
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Error: [Errno 2] No such file or directory: 
'/proc/version_signature'
  Tags:  trusty uec-images
  Uname: Linux 3.19.2 aarch64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: kvm libvirtd
  _MarkForUpload: True
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxcsyslog:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1446658/+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