@jsalisbury I have tested some vanilla kernels 4.13.x that have the same
problem. See my paste here which seems like the exact same problem,
which I pasted in reply to someone else's with similar/same problem
https://gist.github.com/anonymous/d1cfe9ef5ebef0f96bb8d9ac451140f0
But since 4.13.11 (als
You probably shouldn't be using bcache on kernels without this patch
set: https://lkml.org/lkml/2015/12/22/154
That patch set is in the Ubuntu xenial kernel 4.4, and also vanilla 4.9.
You can install it on 14.04 with: `apt-get install linux-image-generic-
lts-xenial`
--
You received this bug not
oh and it seems if I "unregister" instead of "stop" on the 3rd line in
my script, the problem is gone for kernel 4.4.0-51-generic. But kernel
3.13.0-103-generic still dies the same.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in
I get the same problem with kernel 3.13.0-103-generic on Ubuntu 14.04.5
I can reproduce it easily with this script (ssd1 is a volume group, and
sdb is a whole disk that already has bcache with writeback enabled).
(
csetuuid=$(bcache-super-show /dev/ssd1/bcache_sdb | awk '$1 == "cset.uuid"
{prin
btw, not sure why I was using 3.13.0-32 before... I also tested it with
the latest, with same result
# uname -a
Linux apparmortest 3.13.0-77-generic #121-Ubuntu SMP Wed Jan 20 10:50:42 UTC
2016 x86_64 x86_64 x86_64 GNU/Linux
# tail -f /var/log/audit.log
[...]
type=AVC msg=audit(1455628235.420:56
# apport-collect 1545776
ERROR: You need to use apport-collect for updating an existing bug
Seems highly broken.
And apport-bug refused to work too, except running on the other kernel.
And it collects too much info. So I deleted lots of it; see it attached.
** Attachment added: "apport-bug outp
Public bug reported:
Ubuntu 14.04's kernel (tested 3.13.0-32-generic) does not log exec
properly in audit.log when in complain mode, so aa-logprof will not
work.
Here is test.bash
-
#!/bin/bash
echo "hi"
ls /tmp
find /tmp
-
Here is /etc/apparmor.d/root.tmp.test.bash (whi
7 matches
Mail list logo