Could you provide more detail about how your system is crashing? What
part of your system is crashing? Is this a default fiesty install or
have installed a custom kernel? I didn't see any oops in your dmesg
dump. The only "error" that I can see is the message below
audit(1196006403.262:3): type
You can either manually edit the klogd profile or use the profiling tool
logprof.
> logprof /sbin/klogd
logprof should scan your log file and find the reject and then ask to add "r"
permission for /proc/kallsyms, saying
yes will allow this and then you can save and place the profile in enforce m
Okay thankyou, looking at the kmesg dump it would appear I need to look
into the kernel auditing code more closely.
As for not being able to start klogd, sorry about that I seemed to have
edited my local profiles for testing long ago and had forgotten about
making the changes.
--
Corrupted AppAr
If auditd is working for you, I wouldn't worry about it.
If however you want to use syslog or just want to try debugging this I
can walk you through it step by step. It really wouldn't be much more
than copying and pasting some script lines and commenting others out.
--
Corrupted AppArmor audit
okay the first thing I want you to try is removing the use of dd from
the auditing chain
open /etc/init.d/klogd in an editor (you need to be root), find the line
that looks like this
# shovel /proc/kmsg to pipe readable by klogd user
start-stop-daemon --start --pidfile $kmsgpidfile --exec
your console log (near the end) shows that klogd is not running, which means
none of the kernel messages will get logged.
21:06:01~>ps aux | grep logd
syslog5093 0.1 0.0 1916 700 ?Ss 20:35 0:03 /sbin/syslogd
-u syslog
ubuntu8032 0.0 0.0 2976 768 pts/0R+ 21:
Both of those flags would be easy to implement, the question is it worth it?
As Kees pointed out an unconfined user can easily circumvent policy attachment
and thus the flags that AppArmor would be enforcing. There are four cases I
can see this working in:
- trusted start up of deamon, only wo
This is a side effect of linux personalities. When booting on an ia32
machine hardy has the READ_IMPLIES_EXEC flag set in its personality.
This causes an mmap for read permission to also ask for PROT_EXEC, which
causes the extra 'm' request seen above. Ubuntu by default is mounting
several things
sorry, I jumped the gun slightly and mis read a mount line and a piece
of code. The nosuid option does interact with this but is not whats
causing the clearing of the personality. Execution of any setuid binary
will cause the personality to get cleared, so using either su or sudo to
switch from u
Yes, it is part of the apparmor-utils package so it isn't a required part of
the default install, you will need to run it as root to be able to collect as
much information as possible. All the information collected by aa-status is
available manually (its just raw in a raw form) if you don't wan
there are a couple things going on here. The batch update recompiles the
policy which is cpu intensive, more so as multiple profiles are being done in
parallel. Once done, the compiled policy is cached in /etc/apparmor.d/cache/
We have discussed dropping the parallel compute part which would he
does anyone know if it's possible to use a Ndas device in Ubuntu 9.10??
--
network drives using NDAS protocol are not recognized
https://bugs.launchpad.net/bugs/361153
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
Nikolaus upstream does watch here and track bugs filed in launchpad.
This particular issue arise due to the LSM not providing AppArmor
sufficient information about access on stacked file systems. You can
mostly work around the issue using the alias command
can you try adding the following command
Nikolaus,
did you restart apparmor after making the change? The profiles will have to be
reloaded.
> sudo /etc/init.d/apparmor restart
if that doesn't work can you attach your profiles
--
apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail
to start
https://bugs.lau
Nikolaus,
thanks, it looks like you have hit a bug in the alias command, I'll look
into this and see if I can't get something for you to test in the next
couple of days.
--
apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail
to start
https://bugs.launchpad.net/bugs/13
Right I messed up the alias order but there is still a bug in alias processing,
that needs to be fixed before this will work. Basically setting
alias /etc -> /rofs/etc,
will result in rejections for accesses to /etc/ instead of /rofs/etc/
--
apparmor doesn't work on stacked file system (live
If I understood Geir Ove Myhr correctly, re-enabling DRI solved the
problem for most users. The fact that they have not re-spun another
release candidate does not imply that this will be broken in the final
release.
--
10.04 rc boots into black/blank screen (intel 82852/855GM graphic card)
https:
Public bug reported:
Binary package hint: xorg
When attaching a second monitor to my laptop using VGA and launching
'gnome-display-manager' both screens shows a corrupted image. Restarting
GDM switches to a mirrored, non-corrupted image. The default resolution
on the laptop-screen in 1400x1050 wi
** Attachment added: "BootDmesg.gz"
http://launchpadlibrarian.net/47091193/BootDmesg.gz
** Attachment added: "CurrentDmesg.txt"
http://launchpadlibrarian.net/47091194/CurrentDmesg.txt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/47091195/Dependencies.txt
** Att
Also noticed that resume (after suspend) freezes the computer if I'm
using multiple monitors.
--
Screen corruption on ATI RV370 with multiple monitors
https://bugs.launchpad.net/bugs/573367
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
I've also noticed several of these in /var/log/kern.log:
May 2 01:21:15 baard-d610 kernel: [ 54.389565] [drm:drm_mode_getfb] *ERROR*
invalid framebuffer id
--
No display on second head RV370 Radeon X300
https://bugs.launchpad.net/bugs/512186
You received this bug notification because you are
I suspect this is a KMS issue.
** Package changed: xorg (Ubuntu) => linux (Ubuntu)
--
Screen corruption on ATI RV370 with multiple monitors
https://bugs.launchpad.net/bugs/573367
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
Just tried http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.33.3-lucid
/linux-image-2.6.33-02063303-generic_2.6.33-02063303_i386.deb and
everything seems to work!
--
Screen corruption on ATI RV370 with multiple monitors
https://bugs.launchpad.net/bugs/573367
You received this bug notification b
I'm experiencing similar problems with my X300 chip.
--
[RV380] dual monitor not working - M24 1P [Radeon Mobility X600]
https://bugs.launchpad.net/bugs/544525
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
Matt,
sounds like virtual box crashing some where around when it does its
input grab, I have experienced virtual machines grabbing input and not
returning before too, can you try to replicate and then from a terminal
run
apport-collect -p linux-image-`uname -r` 367499
it might be an idea to have
Matt,
sounds like virtual box crashing some where around when it does its
input grab, I have experienced virtual machines grabbing input and not
returning before too, can you try to replicate and then from a terminal
run
apport-collect -p linux-image-`uname -r` 367499
it might be an idea to have
Same conflict here with a tablet pc. The failure message from synaptic
is:
Could not mark all packages for installation or upgrade
The following packages have unresolvable dependencies.
Make sure that all required repositories are added and enabled
in the preferences.
xserver-xorg-input-wacom:
Make that xserver-xorg-core
Which is installed.
--
xserver-xorg-input-wacom conflicts with xserver-xorg-core
https://bugs.launchpad.net/bugs/501206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs
This bug has been isolated to the dfa and transition table generation in
the apparmor_parser, the HOMEDIRS tunable triggered this by causing many
extra states to be generated. The bug is not Atom specific but the
Atom doesn't deal well with the current code doing the generation.
There are a coup
The Lucid kernel add some flags to provide better control over this and
other path behaviors and it looks like the flag for deleted file lookup
isn't properly being applied. It will be fixed in the next update of
AppArmor.
--
apparmor disallows truncate of deleted file
https://bugs.launchpad.net
The Karmic proposed kernels have been tested on EC2. They boot and
everything appears to be working correctly.
--
ec2 kernel needs CONFIG_BLK_DEV_LOOP=y and other config changes
https://bugs.launchpad.net/bugs/428692
You received this bug notification because you are a member of Ubuntu
Bugs, whi
This is looking like a failure in AppArmor's path resolution
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
--
apparmor not properly handling file deletion on NFS
https://bugs.launchpad.net/bugs/415632
You received this bug notification because y
Laszlo,
Have you seen a similar oops occur in Karmic? AppArmor no longer
touches ATTR_FILE so if you are seeing similar behavior I am going to
need an oops or something more tangible to examine.
--
aufs fchown() bug caused by apparmor
https://bugs.launchpad.net/bugs/487097
You received this bug
Yes I have now tested with the linux-backports-modules-wireless-karmic-
generic and a fully updated karmic but the problem persists. Network
manager now reports it as connect speed unknown and iwconfig as Bit
Rate=0 kb/s.
--
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/
** Changed in: linux (Ubuntu Karmic)
Status: In Progress => Invalid
** Changed in: linux (Ubuntu Lucid)
Status: In Progress => Invalid
--
aufs fchown() bug caused by apparmor
https://bugs.launchpad.net/bugs/487097
You received this bug notification because you are a member of Ubunt
Just an update we have Karmic kernels now (see lp bug 418130), also the
alpha6 ami when release should a karmic kernel set as the default. This
should enable testing to proceed.
--
Provide Ubuntu EC2 kernels with 1000Hz timer (for VOIP/Asterisk)
https://bugs.launchpad.net/bugs/365233
You receive
No I haven't been able to confirm it is a kernel issue yet, though I am
planning on devoting some good time to this bug over the next couple
days.
--
Frequent random KVM host kernel OOPS
https://bugs.launchpad.net/bugs/361819
You received this bug notification because you are a member of Ubuntu
Importance lowered as there is a function karmic kernel with the Xen
patchset (lpn Bug #418130) that can be used. It is still desirable to
fix this bug as using a pv-ops kernel is desirable in the long run.
This bug is still blocked on obtaining further information from Amazon.
--
ami-bbf514d2:
** Changed in: apparmor (Ubuntu)
Status: In Progress => Fix Released
--
AppArmor generated includes files are not ignored by git
https://bugs.launchpad.net/bugs/419505
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bug
While it appears there is some kernel interaction it isn't just a kernel
issue. I did further testing and came up with some interesting
results.
ami | aki| ari
| full boot | init message go to console
fedora a
Me too, i just rebooted and cannot get into ubuntu again
--
nih-dbus-tool: dbus_connection_send_with_reply() returns NULL pending_call even
when returning TRUE if connection is not connected
https://bugs.launchpad.net/bugs/477116
You received this bug notification because you are a member of Ubu
Jeremy,
Are you getting AppArmor rejects? They should show up in the output of
dmesg.
Can you run
apport-collect -p apparmor 445818
--
profile for usr.sbin.dnsmasq needs adjustment
https://bugs.launchpad.net/bugs/445818
You received this bug notification because you are a member of Ubuntu
Bug
lived learning session
where profile are frequently replaced.
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen)
Status: In Progress
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
** Changed in: linux
Public bug reported:
AppArmor will cause a hard lockup due to calling vfree in interrupt
context, backtrace attached below
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen)
Status: In Progress
** Changed in: linux (Ubuntu)
Assignee
[ 80.250147] [ cut here ]
[ 80.251233] kernel BUG at
/home/jj/ubuntu/lucid/ubuntu-lucid/mm/vmalloc.c:1406!
[ 80.252769] invalid opcode: [#1] SMP
[ 80.253702] last sysfs file: /sys/devices/pci:00/:00:04.0/class
[ 80.255107] CPU 0
[ 80.29] Modul
** Changed in: apparmor (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
** Changed in: apparmor (Ubuntu)
Status: Incomplete => In Progress
--
Triggers permanent high i/o load after upgrade
https://bugs.launchpad.net/bugs/549428
You received this bug notification b
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
** Changed in: linux (Ubuntu)
Status: Incomplete => In Progress
--
"Kernel Oops" - unable to handle kernel paging request at 880323279bf2 RIP
is at aa_dfa_match_len
** Changed in: linux (Ubuntu)
Status: Incomplete => In Progress
--
BUG: unable to handle kernel NULL pointer dereference at 0010
https://bugs.launchpad.net/bugs/367499
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.
--
: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen)
Status: In Progress
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
** Changed in: linux (Ubuntu)
Status: New => In Progress
--
AppArmor leaks ch
Public bug reported:
The debug warning of scrubbing the environment variables is used by
userspace to detect when exec and permission failures may be caused
by environment variable scrubbing like when firefox execs java
as in bug http://bugs.launchpad.net/bugs/484148. Having it mispelled
makes it
be mediated by path instead of delegated.
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen)
Status: In Progress
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
** Changed in: linux (Ubuntu)
Sta
Public bug reported:
The error case for ptrace permission on exec missed putting the new_profile,
fix this ommission and consolidate the error cases to a single point.
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen)
Status: In Progress
: cd5e6716a74226b5013f2467bf3ed6df394a6495
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen)
Status: In Progress
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
** Changed in: linux (Ubuntu)
Status: New => In Pr
Vadim,
have you seen this again with update Karmic kernels?
** Changed in: linux (Ubuntu)
Status: New => Incomplete
--
BUG: unable to handle kernel NULL pointer dereference at (null)
https://bugs.launchpad.net/bugs/453681
You received this bug notification because you are a member of Ub
Martin,
can you elaborate on how this helps, where you notice it, etc.
Also can you reboot with AppArmor enabled and rerun aa-status and attach
its output along with the the kern.log again.
Also can you try,
making symlinks in /etc/apparmor.d/disable/ to the /usr/sbin/mysqld and
/usr/bin/evince
crazybyte,
can you try this with the latest 2.6.32-21 Lucid kernel (yes I know the
report is against Karmic kernel). There have been several fixes there
and that will help narrow this down. You can install the Lucid kernel
package without upgrading to Lucid and be able to dual boot between the
K
crazybyte,
Hrmm okay thanks for the information, but we still need to try to
isolate this. First up have you checked to see if there is an updated
bios for your machine and have you tried running memtest for an extended
period on your machine?
I would very much like for you to try the latest ker
** Attachment added: "CoreDump.gz"
http://launchpadlibrarian.net/44677618/CoreDump.gz
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/44677619/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/44677620/ProcMaps.txt
** Attachment ad
Edit: not rc1 - but there was a bunch of updates on Friday or Saturday
to the beta2.
--
xiphos crashed with SIGSEGV in gecko_html_get_type()
https://bugs.launchpad.net/bugs/565859
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubun
crazybyte,
Alright well I think you can start booting theLucid kernel with out the
extra boot parameters. Some bioses are just broken when it comes to
suspend/resume but there are sometimes workarounds for them. Have a
look at https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume
Basica
The ppa crashes for me as well. I installed the extra -dbg package:
(gdb) r
Starting program: /usr/bin/xiphos
[Thread debugging using libthread_db enabled]
** Message: MAINTAINER_MODE
** Message: /usr/share/xiphos/languages
** Message: create main_mgr time is 0.002073
empty document
empty docum
I installed xulrunner 1.9.1 and it works fine now. 1.9.2 was installed
in the last update...
--
xiphos crashed with SIGSEGV in gecko_html_get_type()
https://bugs.launchpad.net/bugs/565859
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Martin,
can you try booting with apparmor=0 as a kernel parameter at boot. This
will completely disable AppArmor so that it never initializes.
--
system bogs down when apparmor is running
https://bugs.launchpad.net/bugs/552225
You received this bug notification because you are a member of Ubunt
The cause of this wasn't found in time for beta1 deadline. It is being
worked on and will happen post beta1.
** Changed in: linux-ec2 (Ubuntu Lucid)
Milestone: ubuntu-10.04-beta-1 => ubuntu-10.04-beta-2
--
ec2 instance fails boot, no console output on c1.xlarge
https://bugs.launchpad.net/b
gt; In Progress
** Changed in: linux-ec2 (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
--
High load averages on Lucid EC2 while idling
https://bugs.launchpad.net/bugs/574910
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
The proposed package was tested and works as expected.
--
apparmor fails to log change_hat transitions
https://bugs.launchpad.net/bugs/462824
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.
** Changed in: apparmor (Ubuntu Karmic)
Status: New => Fix Committed
** Changed in: apparmor (Ubuntu Lucid)
Status: Fix Committed => Fix Released
--
apparmor fails to log change_hat transitions
https://bugs.launchpad.net/bugs/462824
You received this bug notification because you ar
** Changed in: apparmor (Ubuntu)
Status: Confirmed => Fix Released
--
apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail
to start
https://bugs.launchpad.net/bugs/131976
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
Lamont, how long did you let it run for before trying to kill it, and
what are the machine specs (so I can make a guess at how long it should
have been computing for)? Did you check the apparmor_parser's reported
state and if so what was it?
--
unkillable apparmor_parser
https://bugs.launchpad.n
If you have been affected by this bug, please try the following test
kernel.
aki-5b658a32
ari-5d658a34
--
ec2 instance fails boot, no console output on c1.xlarge
https://bugs.launchpad.net/bugs/527208
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
Johan,
When package postinst replaces a profile there is a period where it goes
through recompiling the policy that takes a lot of cpu and memory. How
long the process takes depends on your processor and exact policy being
recompiled but on slower processors this can take a minute or so, and
can
Johan,
never mind I missed it below DarkNova's comment, thanks.
--
apparmor_parser: page allocation failure. order:5
https://bugs.launchpad.net/bugs/458299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
DarkNova,
Can you attach your kernel message log (/var/log/kern.log), or out put
of dmesg?
--
apparmor_parser: page allocation failure. order:5
https://bugs.launchpad.net/bugs/458299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
u
Loïc,
are you using auditd? If so can you attach output for /var/log/audit/audit.log
Also if you run into this again can you attach the output of aa_status.
--
Triggers permanent high i/o load after upgrade
https://bugs.launchpad.net/bugs/549428
You received this bug notification because you ar
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
--
AppArmor oops when loading an empty profile
https://bugs.launchpad.net/bugs/496110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-b
Dustin,
can you attach the dmesg from immediately after this happens
--
[Lucid] Error starting domain: could not remove profile
https://bugs.launchpad.net/bugs/517714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailin
Public bug reported:
Hey erverybody..
i need some help. i have an old computer i'm trying too install ubuntu
9.10 on. it's a asus pentium 4. the problem is to start ubuntu. when i
start the computer it seems like it dosn't start the gnu grub loader.
the only thing there is on the screen is just t
ekstra info:
we tried the following steps:
1. Boot your computer up with Ubuntu CD
2. Open a terminal window or switch to a tty.
3. Type sudo grub. Should get text of which last line is grub>
4. Type "find /boot/grub/stage1". You'll get a response like "(hd0,1)".
Use whatever your computer spits
I haven't been able to reproduce this, and believe the commit mentioned
above was likely the fix so moving to incomplete.
** Changed in: linux (Ubuntu)
Status: Triaged => Incomplete
--
apparmor crashing apache when removing/changing hats
https://bugs.launchpad.net/bugs/502442
You receive
*** This bug is a duplicate of bug 529288 ***
https://bugs.launchpad.net/bugs/529288
** This bug has been marked a duplicate of bug 529288
"Kernel Oops" - unable to handle kernel paging request at 880323279bf2
RIP is at aa_dfa_match_len+0xd9/0xf0
--
BUG: unable to handle kernel pagin
There is now an i386 Karmic Kernel for testing
aki-f700e09e
ari-c900e0a0
--
Karmic EC2 images don't use a karmic kernel
https://bugs.launchpad.net/bugs/418130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing li
The i386 kernel aki-f700e09e has been booted and smoke tested using both
ami-3520c05c (Jaunty test) and ami-3520c05c (Karmic alpha5).
Both instances returned system logs and were successfully logged into with
uname -a reporting the correct kernel version.
--
Karmic EC2 images don't use a karm
A x86_64 Karmic Kernel from the PPA is available for testing
aki-4501e12c
ari-4701e12e
I have had success booting with it on all 4 us-east zones. With
successful log in and console logs
--
Karmic EC2 images don't use a karmic kernel
https://bugs.launchpad.net/bugs/418130
You received this b
Right I was just overloading the name during testing and forgot to
upload to a new name for wider testing.
I have uploaded a new x86_64 kernel and ramdisk with a manifest name following
your suggested format
aki-a004e4c9 ubuntu-kernel-2.6.31-300-ec2-xen-x86_64-20090910-test-02
ari-a204e4c
New i386 kernel and ramdisk for testing
aki-9c04e4f5ubuntu-kernel-2.6.31-300-ec2-xen-i386-20090910-test-02
ari-9e04e4f7ubuntu-ramdisk-2.6.31-300-ec2-xen-i386-20090910-test-02
NOTE: the current karmic alpha5 ami requires setting the user data field
--
Karmic EC2 images don't use a ka
Twigathy can you upload your
/etc/fstab
/etc/default/portmap
/etc/exports
--
apparmor not properly handling file deletion on NFS
https://bugs.launchpad.net/bugs/415632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bug
The can be grabbed from the PPA .deb's or if you prefer I can tar them
up and put them modules up some where.
--
Karmic EC2 images don't use a karmic kernel
https://bugs.launchpad.net/bugs/418130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ub
An alternate i386 test kernel is available,
aki-dc06e6b5 ubuntu-kernel-2.6.31-300-ec2-xen-i386-20090910-test-03
ari-de06e6b7 ubuntu-ramdisk-2.6.31-300-ec2-xen-i386-20090910-test-03
this kernel removes the following warning from boot
[1.588049]
gnee: John Johansen (jjohansen)
Status: New
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
--
Karmic i386 EC2 kernel emulating unsupported memory accesses
https://bugs.launchpad.net/bugs/427288
You received this bug notification because you are a mem
This appears to have 2 potential fixes.
1. is a kernel patch that disables fixup_4gb_segment in the kernel (attached)
2. is having glibc built with -mno-tls-direct-seg-refs
Some relevant links with more information on this.
http://wiki.xensource.com/xenwiki/XenSpecificGlibc
http://wiki.xensourc
>PPA debs are great. I see some kernel modules here, but not for
>2.6.31-300-ec2-xen:
> https://launchpad.net/~ubuntu-on-ec2/+archive/ppa
Both
ubuntu-kernel-2.6.31-300-ec2-xen-i386-20090910-test-02
ubuntu-kernel-2.6.31-300-ec2-xen-x86_64-20090910-test-02
are built from the PPA the extra -xen
Network auditing was clearing the error field after it was assigned, so
that the audit code always saw the network operation as a success, and
as such wouldn't audit it unless forced auditing was turned on.
I have place a test kernel at
kernel.ubuntu.com/~jj/linux-image-2.6.31-11-generic_2.6.31-11
%s", ns->base.name, unconfined_str);
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen)
Status: Confirmed
** Changed in: linux (Ubuntu)
Status: New => Confirmed
** Changed in: linux (Ubuntu)
Assignee: (unassigned
David,
is there any reason you believe your freezes are related to this bug? I ask
because it is important to open another bug if it turns out your problems
aren't this bug, so that it can be properly tracked.
After you experience the freeze can you run
apport-collect -p linux 446164
*** This bug is a duplicate of bug 437258 ***
https://bugs.launchpad.net/bugs/437258
** This bug has been marked a duplicate of bug 437258
BUG: unable to handle kernel NULL pointer dereference at 0040
--
BUG: unable to handle kernel NULL pointer dereference at 0040
apparmor_bprm_
n 0;
return sa->base.error;
} else {
ent->task = sa->base.task;
cap_raise(ent->caps, sa->cap);
}
put_cpu_var(audit_cache);
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen
ference needs to be dropped
here
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen)
Status: In Progress
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => John Johansen (jjohansen)
** Changed in: linux (Ubuntu)
Status:
Matt,
if you encounter this bug again can you please run
apport-collect -p linux 367499
thanks
--
BUG: unable to handle kernel NULL pointer dereference at 0010
https://bugs.launchpad.net/bugs/367499
You received this bug notification because you are a member of Ubuntu
Bugs, which i
starslights,
this is a different bug as it is missing
info="Failed name lookup - deleted entry"
and running aa-decode finds a name with out the appended " (deleted)"
[169621.221525] type=1503 audit(1257668082.865:35): operation="truncate"
pid=12308 parent=3052 profile="/usr/lib/firefox-3.5.*/f
marked as LSM_UNSAFE_PTRACE | LSM_UNSAFE_PTRACE_CAP, so should
only happen to ptraced tasks that are confined.
Fix this by returning directly from aa_may_change_ptrace_domain if
there is now tracer.
** Affects: linux (Ubuntu)
Importance: Undecided
Assignee: John Johansen (jjohansen
101 - 200 of 8478 matches
Mail list logo