[Kernel-packages] [Bug 1408106] Re: attach_disconnected not sufficient for overlayfs

2017-07-06 Thread Jamie Strandboge
@Frode, I can yes, when I file them. I need to do a bit of work for simple reproducers/etc/etc to file them. I've added an item to add a comment to this bug when I do. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1408106] Re: attach_disconnected not sufficient for overlayfs

2017-05-16 Thread Jamie Strandboge
Closing the MAAS task as it the referenced bug is marked Fix Release. If there are issues there still, please see my previous comment and look at the code in that snap-- there are viable ways to use overlayfs with chroot and an apparmor alias rule, or overlayfs with private mount, chroot and

[Kernel-packages] [Bug 1408106] Re: attach_disconnected not sufficient for overlayfs

2017-05-16 Thread Jamie Strandboge
Actually, I marked the MAAS task as incomplete in case people want to give feedback. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1408106 Title: attach_disconnected not sufficient for

[Kernel-packages] [Bug 1408106] Re: attach_disconnected not sufficient for overlayfs

2017-05-16 Thread Jamie Strandboge
Ok, I spent quite a bit of time evaluating this and believe this bug can be closed, but other bugs open. In looking at this I created https://code.launchpad.net/~jdstrand/+git /test-overlay (to build simply git clone, run 'snapcraft', install the snap and then run 'test-overlay' for instructions

[Kernel-packages] [Bug 1658219] Re: flock not mediated by 'k'

2017-02-27 Thread Jamie Strandboge
$ aa-exec -p test -- flock -w 1 /tmp/test.lock -c true && echo yes yes $ ls -l /tmp/test.lock -rw-rw-r-- 1 jamie jamie 0 Jan 20 15:57 /tmp/test.lock The flock command uses flock(LOCK_EX) and I expected it to be blocked due to the lack of 'k'. apparmor userspace 2.10.95-0u

[Kernel-packages] [Bug 1658219] Re: flock not mediated by 'k'

2017-02-27 Thread Jamie Strandboge
/flock ixr, # Not blocked: # aa-exec -p test -- flock -w 1 /tmp/test.lock -c true /tmp/test.lock rw, } $ sudo apparmor_parser -r ./apparmor.profile $ aa-exec -p test -- flock -w 1 /tmp/test.lock -c true && echo yes yes $ ls -l /tmp/test.lock -rw-rw-r-- 1 jamie jamie

[Kernel-packages] [Bug 1658219] Re: flock not mediated by 'k'

2017-02-27 Thread Jamie Strandboge
c -p test -- flock -w 1 /tmp/test.lock -c true /tmp/test.lock rw, } $ sudo apparmor_parser -r ./apparmor.profile $ aa-exec -p test -- flock -w 1 /tmp/test.lock -c true && echo yes yes $ ls -l /tmp/test.lock -rw-rw-r-- 1 jamie jamie 0 Jan 20 15:57 /tmp/test.lock The f

[Kernel-packages] [Bug 1648903] Re: Permission denied and inconsistent behavior in complain mode with 'ip netns list' command

2017-02-27 Thread Jamie Strandboge
, bind) / -> /run/netns/*, mount options=(rw, rslave) /, mount options=(rw, rslave), # LP: #1648245 umount /sys/, umount /, /bin/dash ixr, } Everything is fine when I do: $ sudo apparmor_parser -r /home/jamie/apparmor.profile && sudo aa-exec -p test -- sh

[Kernel-packages] [Bug 1648903] Re: Permission denied and inconsistent behavior in complain mode with 'ip netns list' command

2017-02-27 Thread Jamie Strandboge
w, rslave) /, mount options=(rw, rslave), # LP: #1648245 umount /sys/, umount /, /bin/dash ixr, } Everything is fine when I do: $ sudo apparmor_parser -r /home/jamie/apparmor.profile && sudo aa-exec -p test -- sh -c 'ip netns list' $ and there are no ALLOWED entries in sysl

[Kernel-packages] [Bug 1648903] Re: Permission denied and inconsistent behavior in complain mode with 'ip netns list' command

2017-02-27 Thread Jamie Strandboge
parser -r /home/jamie/apparmor.profile && sudo aa-exec -p test -- sh -c 'ip netns list' $ and there are no ALLOWED entries in syslog. However, if I comment out the '/{,usr/}{,s}bin/ip ixr,' rule, I get a permission denied and a bunch of ALLOWED entries: $ sudo apparmo

[Kernel-packages] [Bug 1648903] Re: Permission denied and inconsistent behavior in complain mode with 'ip netns list' command

2017-02-27 Thread Jamie Strandboge
options=(rw, rslave), # LP: #1648245 umount /sys/, umount /, /bin/dash ixr, } Everything is fine when I do: $ sudo apparmor_parser -r /home/jamie/apparmor.profile && sudo aa-exec -p test -- sh -c 'ip netns list' $ and there are no ALLOWED entries in syslog. Howev

[Kernel-packages] [Bug 1636847] Re: unexpectedly large memory usage of mounted snaps

2016-10-26 Thread Jamie Strandboge
Marking as 'confirmed' so the bot doesn't auto-close it. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1636847

[Kernel-packages] [Bug 1634753] Re: srcname from mount rule corrupted under load

2016-10-19 Thread Jamie Strandboge
** Description changed: This came up in snapd spread tests but can be reproduced with: In an i386 up to date 16.04 VM: 1. in one terminal, run this: - $ cat changehat_reproducer.sh + $ cat reproducer.sh #!/bin/sh set -e sudo sysctl -w kernel.printk_ratelimit=0 sudo snap

[Kernel-packages] [Bug 1634753] [NEW] srcname from mount rule corrupted under load

2016-10-19 Thread Jamie Strandboge
Public bug reported: This came up in snapd spread tests but can be reproduced with: In an i386 up to date 16.04 VM: 1. in one terminal, run this: $ cat changehat_reproducer.sh #!/bin/sh set -e sudo sysctl -w kernel.printk_ratelimit=0 sudo snap install hello-world || true count=0 while

[Kernel-packages] [Bug 1626194] Re: Seccomp actions are not audited in the 4.8 kernel

2016-09-21 Thread Jamie Strandboge
FYI, this will likely cause tests in (at least) snap-confine to fail. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1626194 Title: Seccomp actions are not audited in the 4.8 kernel

[Kernel-packages] [Bug 1621899] Re: System failed to suspend properly or resume

2016-09-09 Thread Jamie Strandboge
I found that the system sometimes suspends and resumes, seemingly ok, but then there is a kernel trace when I try to reboot that halts the reboot and need to hard reset on reboot. The trace is not logged. With the kernel from xenial-updates (4.4.0.36) I found a reliable reproducer: 1. boot 2.

[Kernel-packages] [Bug 1621899] Re: System failed to suspend properly or resume

2016-09-09 Thread Jamie Strandboge
apport information ** Tags added: apport-collected ** Description changed: I noticed this system failed to suspend properly and failed to resume. Closed the lid, the fans kept going. Opened the lid and lights were flashing indicating an error and had to hard reset. It had the following

[Kernel-packages] [Bug 1621899] RfKill.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737710/+files/RfKill.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] PulseList.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737709/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] WifiSyslog.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737712/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] UdevDb.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737711/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] ProcEnviron.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737706/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] CurrentDmesg.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737700/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] ProcInterrupts.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737707/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] JournalErrors.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737702/+files/JournalErrors.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] ProcModules.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737708/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] Lsusb.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737704/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1621899

[Kernel-packages] [Bug 1621899] ProcCpuinfo.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737705/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] Lspci.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737703/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1621899

[Kernel-packages] [Bug 1621899] IwConfig.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737701/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1621899] CRDA.txt

2016-09-09 Thread Jamie Strandboge
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1621899/+attachment/4737699/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1621899

[Kernel-packages] [Bug 1621899] [NEW] System failed to suspend properly or resume

2016-09-09 Thread Jamie Strandboge
Public bug reported: I noticed this system failed to suspend properly and failed to resume. Closed the lid, the fans kept going. Opened the lid and lights were flashing indicating an error and had to hard reset. It had the following in the logs: Sep 9 07:43:19 ginny gnome-session[6351]:

[Kernel-packages] [Bug 1584456] Re: apparmor denial using ptmx char device

2016-08-12 Thread Jamie Strandboge
https://github.com/snapcore/snap-confine/pull/101 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1584456 Title: apparmor denial using ptmx char device Status in Snappy Launcher: In

[Kernel-packages] [Bug 1584456] Re: apparmor denial using ptmx char device

2016-08-12 Thread Jamie Strandboge
ged in: linux (Ubuntu) Status: New => Confirmed ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Tyler Hicks (tyhicks) ** Changed in: snap-confine Status: Confirmed => In Progress ** Changed in: snap-confine Assignee: (unassigned) => Jamie Strandboge (jds

[Kernel-packages] [Bug 796588] Re: Fine-grained network mediation

2016-07-28 Thread Jamie Strandboge
FYI, this is a requirement for snapd, but it was deprioritized in favor of namespace stacking in support of LXD, upstreaming and other work in support of snappy (eg, gsettings mediation). A lot of work was done to support this, but the soonest it would be delivered given current priorities is

[Kernel-packages] [Bug 1590391] Re: On ufw report MAC erroneous

2016-06-08 Thread Jamie Strandboge
Thank you for reporting a bug. The MAC in the log entry comes from the kernel and contains several pieces of information: the src MAC, the dst MAC and the TYPE. See http://logi.cc/en/2010/07/netfilter-log-format/ ** Information type changed from Private Security to Public ** Package changed: ufw

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-25 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-25 Thread Jamie Strandboge
ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-24 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-24 Thread Jamie Strandboge
ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-20 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-20 Thread Jamie Strandboge
: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-17 Thread Jamie Strandboge
-image-4.4.0-6-generic 4.4.0-6.21 ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-16 Thread Jamie Strandboge
ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-10 Thread Jamie Strandboge
: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-10 Thread Jamie Strandboge
-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri Feb 19

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-09 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-05-09 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F

[Kernel-packages] [Bug 1566698] [NEW] package linux-image-3.19.0-58-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2016-04-06 Thread Jamie Osborne
: 2.17.2-0ubuntu1.8 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: jamie 1401 F pulseaudio /dev/snd/controlC1: jamie 1401 F pulseaudio Date: Wed Apr 6 10:01:24 2016 DpkgHistoryLog: Start-Date: 2016-04-06 10:01:20 Commandline

[Kernel-packages] [Bug 1562989] Re: 'aa_change_onexec failed with -1. errmsg: Permission denied'

2016-03-28 Thread Jamie Strandboge
ged in: ubuntu-core-launcher (Ubuntu) Status: Triaged => In Progress ** Changed in: ubuntu-core-launcher (Ubuntu) Assignee: Tyler Hicks (tyhicks) => Jamie Strandboge (jdstrand) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1562989] Re: 'aa_change_onexec failed with -1. errmsg: Permission denied'

2016-03-28 Thread Jamie Strandboge
** Changed in: linux (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1562989 Title: 'aa_change_onexec failed with -1. errmsg: Permission

[Kernel-packages] [Bug 1562989] Re: 'aa_change_onexec failed with -1. errmsg: Permission denied'

2016-03-28 Thread Jamie Strandboge
It appears that the profile name can't start with 'u'. If I change the app-profile to prepend anything other than 'u', then it works. Eg, if I update app-profile accordingly before each call to change the profile name: $ sudo apparmor_parser -r ./app-profile ./launcher-profile && aa-exec -p

[Kernel-packages] [Bug 1562989] Re: 'aa_change_onexec failed with -1. errmsg: Permission denied'

2016-03-28 Thread Jamie Strandboge
Here is a reproducer. See main.c for instructions. ** Attachment added: "1562989.tar.gz" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1562989/+attachment/4615205/+files/1562989.tar.gz -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1562989] Re: 'aa_change_onexec failed with -1. errmsg: Permission denied'

2016-03-28 Thread Jamie Strandboge
** Tags added: apparmor -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1562989 Title: 'aa_change_onexec failed with -1. errmsg: Permission denied' Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1562989] Re: 'aa_change_onexec failed with -1. errmsg: Permission denied'

2016-03-28 Thread Jamie Strandboge
I took the hello-world application, then adjusted its yaml to be the same as the ubuntu-clock-app (using ubuntu-cl0ck-app as the name) and was unable to reproduce. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1562989] Re: 'aa_change_onexec failed with -1. errmsg: Permission denied'

2016-03-28 Thread Jamie Strandboge
** Description changed: $ sudo snappy install ubuntu-clock-app.ubuntucore-dev $ ubuntu-clock-app.clock aa_change_onexec failed with -1. errmsg: Permission denied [1] Downgrading to ubuntu-core-launcher doesn't help the clock app get past this failure. The hello-world app works

[Kernel-packages] [Bug 1560583] Re: reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN

2016-03-23 Thread Jamie Strandboge
** Changed in: linux (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1560583 Title: reading /sys/kernel/security/apparmor/profiles

[Kernel-packages] [Bug 1560583] [NEW] reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN

2016-03-22 Thread Jamie Strandboge
Public bug reported: $ cat ./t #include profile t { #include /bin/cat ixr, /sys/kernel/security/apparmor/profiles r, } $ sudo apparmor_parser -r ./t $ sudo aa-exec -p t -- cat /sys/kernel/security/apparmor/profiles cat: /sys/kernel/security/apparmor/profiles: Permission denied [1]

[Kernel-packages] [Bug 1560094] Re: Starting bluez service is denied

2016-03-21 Thread Jamie Strandboge
Also, you should be using the new snappy interface for dbus instead of adding rules to copy dbus bus policy files into place. I haven't used this before-- you might ping zyga for details. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1560094] Re: Starting bluez service is denied

2016-03-21 Thread Jamie Strandboge
Your snapcraft.yaml is wrong for the new world. Ie, you have: apps: bluetoothctl: command: usr/bin/bluetoothctl uses: [bluez-client] obexctl: command: usr/bin/obexctl uses: [bluez-client] bluez: command: "usr/lib/bluetooth/bluetoothd -E" daemon: simple uses:

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-03-15 Thread Jamie Strandboge
AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri Feb 19 12:09:28 2016 HibernationDevice

[Kernel-packages] [Bug 1556419] Re: nf_conntrack: automatic helper assignment is deprecated

2016-03-14 Thread Jamie Strandboge
FYI, this is not a new issue. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1556419 Title: nf_conntrack: automatic helper assignment is deprecated Status in iptables package in

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-03-14 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-03-10 Thread Jamie Strandboge
: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-03-10 Thread Jamie Strandboge
AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri Feb 19 12:09:28 2016 HibernationDevice

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-03-07 Thread Jamie Strandboge
: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-03-03 Thread Jamie Strandboge
4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-03-03 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882

[Kernel-packages] [Bug 1545174] Re: can no longer use hands free calling after upgrade to OTA9

2016-03-02 Thread Jamie Strandboge
** Description changed: - I'm on arale, OTA9. With OTA8.5 I could pair, listen to music and make - calls with no problem. After upgrading (and without unpairing/re-pairing - after upgrading), I can connect to the car, and I can listen to music - but if I try to make a call while connected to

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-24 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-24 Thread Jamie Strandboge
ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-23 Thread Jamie Strandboge
: linux-image-4.4.0-6-generic 4.4.0-6.21 ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-23 Thread Jamie Strandboge
-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri Feb 19

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-23 Thread Jamie Strandboge
 /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri Feb 19 12:09:28 2016 HibernationDevice: RESUME=UUID=27fa6713-c8c2-4eb8-9766-ba6918bc1cfb

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-22 Thread Jamie Strandboge
Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri Feb 19 12:09:28 2016

[Kernel-packages] [Bug 1547619] [NEW] Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-22 Thread Jamie Strandboge
ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-22 Thread Jamie Strandboge
-0ubuntu3 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri Feb 19 12:09

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-22 Thread Jamie Strandboge
4.4.0-6.21-generic 4.4.1 Uname: Linux 4.4.0-6-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC2: jamie 5882 F pulseaudio - /dev/snd/controlC1: jamie 5882 F pulseaudio - /dev/snd

[Kernel-packages] [Bug 1547619] Re: Intermittent screen blinking with 4k external mini display port with 4.4 kernels

2016-02-22 Thread Jamie Strandboge
 /dev/snd/controlC2: jamie 5882 F pulseaudio  /dev/snd/controlC1: jamie 5882 F pulseaudio  /dev/snd/controlC0: jamie 5882 F pulseaudio CurrentDesktop: Unity Date: Fri Feb 19 12:09:28 2016 HibernationDevice: RESUME=UUID=27fa6713-c8c2-4eb8-9766-ba6918bc1cfb

[Kernel-packages] [Bug 1545174] [NEW] can no longer use hands free calling after upgrade to OTA9

2016-02-12 Thread Jamie Strandboge
Public bug reported: I'm on arale, OTA9. With OTA8.5 I could pair, listen to music and make calls with no problem. After upgrading (and without unpairing/re-pairing after upgrading), I can connect to the car, and I can listen to music but if I try to make a call while connected to bluetooth, the

[Kernel-packages] [Bug 1545174] Re: can no longer use hands free calling after upgrade to OTA9

2016-02-12 Thread Jamie Strandboge
** Description changed: I'm on arale, OTA9. With OTA8.5 I could pair, listen to music and make calls with no problem. After upgrading (and without unpairing/re-pairing after upgrading), I can connect to the car, and I can listen to music but if I try to make a call while connected to

[Kernel-packages] [Bug 1510362] Re: [xenial] autopkgtest regression

2015-10-29 Thread Jamie Strandboge
** Changed in: linux (Ubuntu) Assignee: Jamie Strandboge (jdstrand) => (unassigned) ** Changed in: linux (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpa

[Kernel-packages] [Bug 1510362] Re: [xenial] autopkgtest regression

2015-10-27 Thread Jamie Strandboge
I think this may just need a no change rebuild for apparmor so that python 3.5 bindings are built. ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Jamie Strandboge (jdstrand) -- You received this bug notification because you are a member of Kernel Packages, which is subscri

[Kernel-packages] [Bug 1473560] Re: microphone regression on 4.1

2015-07-15 Thread Jamie Strandboge
4.1.0-1.1~rc2-generic from the canonical-kernel-team ppa fixes this for me. Thanks! $ cat /proc/version_signature Ubuntu 4.1.0-1.1~rc2-generic 4.1.0 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1465322] Re: regression: df: `/sys/kernel/debug': Function not implemented with 3.2.0-85.122

2015-07-13 Thread Jamie Strandboge
3.2.0-87.125 was published to precise-updates/precise-security on 2015-07-06, I don't know why it didn't get autoclosed. $ apt-cache policy linux-image-3.2.0-87-generic $ apt-cache policy linux-image-3.2.0-87-generic linux-image-3.2.0-87-generic: Installed: 3.2.0-87.125 Candidate:

[Kernel-packages] [Bug 1473560] [NEW] microphone regression on 4.1

2015-07-10 Thread Jamie Strandboge
Public bug reported: On my Dell XPS 13 9343, the microphone works fine with the vivid kernel. However, it does not work with the current 4.0 wily kernel unless I patch it with these commits:

[Kernel-packages] [Bug 1465322] Re: regression: df: `/sys/kernel/debug': Function not implemented with 3.2.0-85.122

2015-07-06 Thread Jamie Strandboge
RiCh, 3.2.0-87.125 has not been published to precise-updates/precise- security yet, so it should not be marked Fix Released. ** Changed in: linux (Ubuntu Precise) Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1465322] Re: regression: df: `/sys/kernel/debug': Function not implemented with 3.2.0-85.122

2015-06-24 Thread Jamie Strandboge
The kernel in precise-proposed fixes this for me. $ cat /proc/version_signature Ubuntu 3.2.0-87.125-generic 3.2.69 $ df | head -3 Filesystem 1K-blocksUsed Available Use% Mounted on /dev/vda17481832 5146416 1955360 73% / udev 371920 4371916 1% /dev --

[Kernel-packages] [Bug 1465322] Re: regression: df: `/sys/kernel/debug': Function not implemented with 3.2.0-85.122

2015-06-16 Thread Jamie Strandboge
Reverting df438af seems to have fixed it. $ cat /proc/version_signature Ubuntu 3.2.0-86.123~lp1465322Commitdf438afReverted-generic 3.2.69 $ df | head -3 Filesystem 1K-blocksUsed Available Use% Mounted on /dev/vda17481832 4735296 2366480 67% / udev 371924 4

[Kernel-packages] [Bug 1465322] Re: regression: df: `/sys/kernel/debug': Function not implemented with 3.2.0-85.122

2015-06-15 Thread Jamie Strandboge
Marking as confirmed since I was able to reproduce on two different systems. ** Description changed: - $ cat /proc/version_signature + $ cat /proc/version_signature Ubuntu 3.2.0-84.121-generic 3.2.68 $ df | head -3 - Filesystem 1K-blocks Used Available Use% Mounted on -

[Kernel-packages] [Bug 1465322] [NEW] regression: df: `/sys/kernel/debug': Function not implemented with 3.2.0-85.122

2015-06-15 Thread Jamie Strandboge
Public bug reported: $ cat /proc/version_signature Ubuntu 3.2.0-84.121-generic 3.2.68 $ df | head -3 Filesystem 1K-blocksUsed Available Use% Mounted on /dev/vda17481832 4262872 2838904 61% / udev 371920 4371916 1% /dev $ cat /proc/version_signature

[Kernel-packages] [Bug 1465322] Re: regression: df: `/sys/kernel/debug': Function not implemented with 3.2.0-85.122

2015-06-15 Thread Jamie Strandboge
This works as advertised in an amd64 VM. $ cat /proc/version_signature Ubuntu 3.2.0-85.122~lp1465322-generic 3.2.69 $ df | head -3 Filesystem 1K-blocksUsed Available Use% Mounted on /dev/vda17481832 4264172 2837604 61% / udev 371924 4371920 1% /dev

[Kernel-packages] [Bug 1425398] Re: Apparmor uses rsyslogd profile for different processes - utopic HWE

2015-05-21 Thread Jamie Strandboge
Simon, that is a different issue unrelated to this update. It is being tracked in bug #1373070. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1425398 Title: Apparmor uses

[Kernel-packages] [Bug 1408106] Re: attach_disconnected not sufficient for overlayfs

2015-04-13 Thread Jamie Strandboge
** Description changed: With the following use of overlayfs, we get a disconnected path: $ cat ./profile #include tunables/global profile foo {   #include abstractions/base   capability sys_admin,   capability sys_chroot,   mount,   pivot_root, } $ cat ./overlay.c

[Kernel-packages] [Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2015-03-10 Thread Jamie Strandboge
FYI, 14.10 is not a development release, it is a stable non-LTS release which therefore receives security updates and high impact bug fixes for 9 months. This kernel is also part of the hardware enablement stack for LTS releases which may help to prioritize bugs of this nature. As to whether this

Re: [Kernel-packages] [Bug 1421099] Re: Bluetooth that worked in 12.04 is not detected in 14.04

2015-03-04 Thread jamie
Christopher, I went to a Widows user. It took almost an hour to create on an 8GB stick a bootable BIOS updater. When I got back home all I get is Invalid drive , press any key to continue. I give up :( Jamie On 4 March 2015 at 10:10, jw jgw...@gmail.com wrote: Christopher, I spent hours

Re: [Kernel-packages] [Bug 1421099] Re: Bluetooth that worked in 12.04 is not detected in 14.04

2015-03-04 Thread jamie
) so I don't know why FreeDos is so hard :( Jamie On 3 March 2015 at 11:47, Christopher M. Penalver christopher.m.penal...@gmail.com wrote: jamie, as per http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=3356631swLangOid=8swEnvOid=1093 an update to your computer's buggy

[Kernel-packages] [Bug 1423810] Re: apparmor fd_inheritance regression test causes kernel to crash on touch kernel backports

2015-03-03 Thread Jamie Strandboge
Updated the summary since it said it was for krillin and the krillin task is being tracked in bug #1427825. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-manta in Ubuntu. https://bugs.launchpad.net/bugs/1423810 Title: apparmor

[Kernel-packages] [Bug 1423810] Re: [krillin] apparmor fd_inheritance regression test causes kernel to crash

2015-03-03 Thread Jamie Strandboge
Bug is in the various kernels. apparmor task is to track getting the patch into the backports tree. ** Changed in: linux-flo (Ubuntu) Status: New = In Progress ** Changed in: linux-flo (Ubuntu) Importance: Undecided = Medium ** Changed in: linux-flo (Ubuntu) Assignee:

[Kernel-packages] [Bug 1408106] Re: attach_disconnected not sufficient for overlayfs

2015-02-24 Thread Jamie Strandboge
** Description changed: With the following use of overlayfs, we get a disconnected path: $ cat ./profile #include tunables/global profile foo {   #include abstractions/base   capability sys_admin,   capability sys_chroot,   mount,   pivot_root, } $ cat ./overlay.c

<    1   2   3   4   5   6   7   8   >