[Bug 165018] Re: feisty crashes with an error of apparmor

2007-12-05 Thread John Johansen
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

[Bug 173709] Re: apparmor with klogd in enforce mode, causes kdm to fail during initial launch on Hardy Heron

2007-12-05 Thread John Johansen
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

[Bug 160238] Re: Corrupted AppArmor audit log messages

2007-12-05 Thread John Johansen
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

[Bug 160238] Re: Corrupted AppArmor audit log messages

2007-11-14 Thread John Johansen
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

[Bug 160238] Re: Corrupted AppArmor audit log messages

2007-11-17 Thread John Johansen
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

[Bug 160238] Re: Corrupted AppArmor audit log messages

2007-11-19 Thread John Johansen
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:

[Bug 176301] Re: Should provide a flag to disable ptrace()/LD_PRELOAD

2007-12-14 Thread John Johansen
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

[Bug 202161] Re: apparmor broken after reboot on i386

2008-04-02 Thread John Johansen
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

[Bug 202161] Re: apparmor broken after reboot on i386

2008-04-02 Thread John Johansen
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

[Bug 549428] Re: Triggers permanent high i/o load after upgrade

2010-03-27 Thread John Johansen
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

[Bug 458299] Re: apparmor_parser: page allocation failure. order:5

2010-03-29 Thread John Johansen
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

[Bug 361153] Re: network drives using NDAS protocol are not recognized

2010-02-09 Thread Jon Johansen
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

[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start

2010-02-10 Thread John Johansen
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

[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start

2010-02-10 Thread John Johansen
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

[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start

2010-02-10 Thread John Johansen
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

[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start

2010-02-10 Thread John Johansen
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

[Bug 568779] Re: 10.04 rc boots into black/blank screen (intel 82852/855GM graphic card)

2010-04-28 Thread Baard Johansen
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:

[Bug 573367] [NEW] Screen corruption on ATI RV370 with multiple monitors

2010-05-01 Thread Baard Johansen
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

[Bug 573367] Re: Screen corruption on ATI RV370 with multiple monitors

2010-05-01 Thread Baard Johansen
** 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

[Bug 573367] Re: Screen corruption on ATI RV370 with multiple monitors

2010-05-01 Thread Baard Johansen
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.

[Bug 512186] Re: No display on second head RV370 Radeon X300

2010-05-01 Thread Baard Johansen
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

[Bug 573367] Re: Screen corruption on ATI RV370 with multiple monitors

2010-05-01 Thread Baard Johansen
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

[Bug 573367] Re: Screen corruption on ATI RV370 with multiple monitors

2010-05-01 Thread Baard Johansen
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

[Bug 544525] Re: [RV380] dual monitor not working - M24 1P [Radeon Mobility X600]

2010-04-26 Thread Baard Johansen
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

[Bug 367499] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010

2009-11-01 Thread John Johansen
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

[Bug 367499] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010

2009-11-01 Thread John Johansen
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

[Bug 501206] Re: xserver-xorg-input-wacom conflicts with xserver-xorg-core

2010-01-05 Thread John Johansen
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:

[Bug 501206] Re: xserver-xorg-input-wacom conflicts with xserver-xorg-core

2010-01-05 Thread John Johansen
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

[Bug 503869] Re: multiple HOMEDIRS tunable entries can exponentially increase profile loading time

2010-01-07 Thread John Johansen
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

[Bug 451375] Re: apparmor disallows truncate of deleted file

2010-01-23 Thread John Johansen
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

[Bug 428692] Re: ec2 kernel needs CONFIG_BLK_DEV_LOOP=y and other config changes

2010-03-02 Thread John Johansen
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

[Bug 415632] Re: apparmor not properly handling file deletion on NFS

2009-09-01 Thread John Johansen
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

[Bug 487097] Re: aufs fchown() bug caused by apparmor

2009-11-23 Thread John Johansen
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

[Bug 461830] Re: Wireless reports connection Bit Rate=0 kb/s

2009-12-01 Thread John Johansen
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/

[Bug 487097] Re: aufs fchown() bug caused by apparmor

2009-12-04 Thread John Johansen
** 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

[Bug 365233] Re: Provide Ubuntu EC2 kernels with 1000Hz timer (for VOIP/Asterisk)

2009-09-14 Thread John Johansen
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

[Bug 361819] Re: Frequent random KVM host kernel OOPS

2009-09-14 Thread John Johansen
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

[Bug 398568] Re: ami-bbf514d2: Sometimes does not start booting (empty console output, no network)

2009-09-14 Thread John Johansen
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:

[Bug 419505] Re: AppArmor generated includes files are not ignored by git

2009-09-21 Thread John Johansen
** 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

[Bug 431103] Re: ssh host key fingerprint no longer available in the console log

2009-09-22 Thread John Johansen
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

[Bug 477116] Re: Running mountall produces this output, it never stops. dbus_pending_call_set_notify

2009-11-18 Thread Bjørn Johansen
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

[Bug 445818] Re: profile for usr.sbin.dnsmasq needs adjustment

2009-11-18 Thread John Johansen
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

[Bug 562047] [NEW] AppArmor sid wraps causing learning profile names to collide

2010-04-12 Thread John Johansen
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

[Bug 562044] [NEW] AppArmor causes hard lock when free vmalloced memory in interrupt context

2010-04-12 Thread John Johansen
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

[Bug 562044] Re: AppArmor causes hard lock when free vmalloced memory in interrupt context

2010-04-12 Thread John Johansen
[ 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

[Bug 549428] Re: Triggers permanent high i/o load after upgrade

2010-04-12 Thread John Johansen
** 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

[Bug 529288] Re: "Kernel Oops" - unable to handle kernel paging request at ffff880323279bf2 RIP is at aa_dfa_match_len+0xd9/0xf0

2010-04-12 Thread John Johansen
** 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

[Bug 367499] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010

2010-04-12 Thread John Johansen
** 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. --

[Bug 562052] [NEW] AppArmor leaks children profiles when parent is removed first

2010-04-12 Thread John Johansen
: 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

[Bug 562060] [NEW] AppArmor has type-o in log message reporting scrubbing of environment variables

2010-04-12 Thread John Johansen
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

[Bug 562056] [NEW] AppArmor fails to mediate deleted files

2010-04-12 Thread John Johansen
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

[Bug 562063] [NEW] AppArmor can cause oops due to refcount error when exec fails

2010-04-13 Thread John Johansen
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

[Bug 562064] [NEW] AppArmor can cause oops due to refcount error when profile load fails

2010-04-13 Thread John Johansen
: 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

[Bug 453681] Re: BUG: unable to handle kernel NULL pointer dereference at (null)

2010-03-16 Thread John Johansen
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

[Bug 552225] Re: system bogs down when apparmor is running

2010-04-02 Thread John Johansen
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

[Bug 565172] Re: BUG: unable to handle kernel paging request at f76ff01c

2010-04-17 Thread John Johansen
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

[Bug 565172] Re: BUG: unable to handle kernel paging request at f76ff01c

2010-04-17 Thread John Johansen
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

[Bug 565859] Re: xiphos crashed with SIGSEGV in gecko_html_get_type()

2010-04-18 Thread Eric Johansen
** 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

[Bug 565859] Re: xiphos crashed with SIGSEGV in gecko_html_get_type()

2010-04-18 Thread Eric Johansen
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

[Bug 565172] Re: BUG: unable to handle kernel paging request at f76ff01c

2010-04-18 Thread John Johansen
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

[Bug 565859] Re: xiphos crashed with SIGSEGV in gecko_html_get_type()

2010-04-18 Thread Eric Johansen
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

[Bug 565859] Re: xiphos crashed with SIGSEGV in gecko_html_get_type()

2010-04-18 Thread Eric Johansen
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.

[Bug 552225] Re: system bogs down when apparmor is running

2010-03-30 Thread John Johansen
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

[Bug 527208] Re: ec2 instance fails boot, no console output on c1.xlarge

2010-03-12 Thread John Johansen
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

[Bug 574910] Re: High load averages on Lucid EC2 while idling

2010-05-17 Thread John Johansen
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

[Bug 462824] Re: apparmor fails to log change_hat transitions

2010-03-05 Thread John Johansen
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.

[Bug 462824] Re: apparmor fails to log change_hat transitions

2010-03-05 Thread John Johansen
** 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

[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start

2010-03-05 Thread John Johansen
** 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

[Bug 544764] Re: unkillable apparmor_parser

2010-03-23 Thread John Johansen
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

[Bug 527208] Re: ec2 instance fails boot, no console output on c1.xlarge

2010-03-24 Thread John Johansen
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

[Bug 458299] Re: apparmor_parser: page allocation failure. order:5

2010-03-27 Thread John Johansen
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

[Bug 458299] Re: apparmor_parser: page allocation failure. order:5

2010-03-27 Thread John Johansen
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

[Bug 458299] Re: apparmor_parser: page allocation failure. order:5

2010-03-27 Thread John Johansen
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

[Bug 549428] Re: Triggers permanent high i/o load after upgrade

2010-03-27 Thread John Johansen
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

[Bug 496110] Re: AppArmor oops when loading an empty profile

2010-02-04 Thread John Johansen
** 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

[Bug 517714] Re: [Lucid] Error starting domain: could not remove profile

2010-02-05 Thread John Johansen
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

[Bug 522340] [NEW] can't start ubuntu. grub loader dosn't work

2010-02-15 Thread Jon Johansen
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

[Bug 522340] Re: can't start ubuntu. grub loader dosn't work

2010-02-16 Thread Jon Johansen
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

[Bug 502442] Re: apparmor crashing apache when removing/changing hats

2010-03-22 Thread John Johansen
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

[Bug 537752] Re: BUG: unable to handle kernel paging request at ffff88024cae633a

2010-03-22 Thread John Johansen
*** 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

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-09 Thread John Johansen
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

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-09 Thread John Johansen
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

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-09 Thread John Johansen
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

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-10 Thread John Johansen
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

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-10 Thread John Johansen
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

[Bug 415632] Re: apparmor not properly handling file deletion on NFS

2009-09-10 Thread John Johansen
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

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-10 Thread John Johansen
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

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-10 Thread John Johansen
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]

[Bug 427288] [NEW] Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-10 Thread John Johansen
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

[Bug 427288] Re: Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-10 Thread John Johansen
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

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-10 Thread John Johansen
>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

[Bug 427948] Re: network operations not getting reported on karmic

2009-10-07 Thread John Johansen
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

[Bug 446595] [NEW] AppArmor overwrites unallocated memory in getprocattr interface

2009-10-08 Thread John Johansen
%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

[Bug 446164] Re: BUG: unable to handle kernel NULL pointer dereference at 00000040 apparmor_bprm_set_creds

2009-11-09 Thread John Johansen
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

[Bug 446164] Re: BUG: unable to handle kernel NULL pointer dereference at 00000040 apparmor_bprm_set_creds

2009-11-09 Thread John Johansen
*** 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_

[Bug 479102] [NEW] AppArmor does not correctly reenable kernel preemption

2009-11-09 Thread John Johansen
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

[Bug 479115] [NEW] AppArmor does not put cred reference causing a leak

2009-11-09 Thread John Johansen
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:

[Bug 367499] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010

2009-11-09 Thread John Johansen
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

[Bug 451375] Re: apparmor disallows truncate of deleted file

2009-11-09 Thread John Johansen
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

[Bug 480112] [NEW] AppArmor oops in aa_may_change_ptraced_domain

2009-11-10 Thread John Johansen
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

<    1   2   3   4   5   6   7   8   9   10   >