[Bug 876968] Re: host Apparmor rules are applied to guests in spite of guests loading new rules

2011-10-18 Thread John Johansen
Well I won't agree the guest shouldn't have its own policy (it depends
on your use case), but I do agree the host should be able to set a
domain to protect it self from the guest, but until AppArmor supports
policy stacking the solution is either or.

The solution depends on what confinement is sought.

1. If the guest is to have its own policy, then the host needs to create
a new policy namespace, and then it needs to transition the guest to the
new namespace.  Guest policy will then be loaded into the new namespace,
and will not generally* conflict with system policy.

Setting up apparmor namespaces is a little clunky at the moment (a better 
interface is coming).
  You create a new dummy profile, and load using apparmor_parser -n namespace 
profile

This creates the namespace if it doesn't exist, and loads the dummy
profile (the host can inject profiles into the container namespace).
You then enter the namespace using the aa_change_profile call from
libapparmor, unfortunately the command line interface to this isn't
available in current releases, but I can provide the simple perl
program.  I would recommend transitioning into the unconfined profile
(created by default as part of namespace creation) instead of the dummy,
this allows the guest to behave as it would for normal system boot.

Instead of documenting the everything in detail here I am working on
updating the wiki, and will drop a link to it here.

* The policy doesn't conflict but there are places where the guest can see that 
it is in a namespace.  Eg.  Messages from the kernel audit framework.
  
2. If the host is to confine the guest and disallow it from loading policy.  
You need to create a profile for the guest, it can be very broad but it should 
not allow capability mac_admin.


Long term the solution will be to use, apparmor namespaces as in 1, but with 
the aa_stack_policy command.  Which will allow the host to retain its own 
policy and allow the guest to have a separate policy set that is controlled by 
the host.  The goal is to allow a fake stacking for P, where the host policy is 
the unconfined state.  This will allow for the same functionality of 1 but 
provide a stable api moving forward for when policy stacking is fully supported.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/876968

Title:
  host Apparmor rules are applied to guests in spite of guests loading
  new rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/876968/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 876968] Re: host Apparmor rules are applied to guests in spite of guests loading new rules

2011-10-18 Thread John Johansen
 1. If the guest is to have its own policy, then the host needs to create
 a new policy namespace, and then it needs to transition the guest to the
 new namespace. Guest policy will then be loaded into the new namespace,
 and will not generally* conflict with system policy.

 That's great - can the guest's namespace have constraints placed on
 it by the host rules, which all domains in the guest namespace will
 be subject to?

Not currently, the plan is to allow for a restrictive stack of profiles where 
the
parent (host) rules will constrain on guests in the namespace, but its not
available yet.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/876968

Title:
  host Apparmor rules are applied to guests in spite of guests loading
  new rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/876968/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 915941] Re: overlayfs does not honor lxc-related permissions

2012-01-18 Thread John Johansen
** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-0055

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/915941

Title:
  overlayfs does not honor lxc-related permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/915941/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 925028] Re: apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns -EINVAL)

2012-02-03 Thread John Johansen
I have uploaded some test kernels with a fix

http://people.canonical.com/~jj/linux-image-3.2.0-12-generic_3.2.0-12.21~aadentry_amd64.deb
http://people.canonical.com/~jj/linux-headers-3.2.0-12-generic_3.2.0-12.21~aadentry_amd64.deb

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/925028

Title:
  apparmor breaks lxc-start-ephemeral (apparmor+overlayfs returns
  -EINVAL)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925028/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 925024] Re: apparmor makes it impossible to install postgresql-common on Precise

2012-03-20 Thread John Johansen
** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/925024

Title:
  apparmor makes it impossible to install postgresql-common on Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/925024/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 987371] Re: unconfined containers are not starting

2012-04-23 Thread John Johansen
I have a test kernel at

http://people.canonical.com/~jj/linux-
image-3.2.0-23-generic_3.2.0-23.36~aa_amd64.deb

and believe this to be the same as Bug #978038

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/987371

Title:
  unconfined containers are not starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/987371/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1061537] Re: invalid syntax in apparmor profile abstractions/lxc/container-base

2012-10-04 Thread John Johansen
** Package changed: lxc (Ubuntu) = apparmor (Ubuntu)

** Changed in: apparmor (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1061537

Title:
  invalid syntax in apparmor profile abstractions/lxc/container-base

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1061537/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1061537] Re: invalid syntax in apparmor profile abstractions/lxc/container-base

2012-10-04 Thread John Johansen
thankyou for reporting this,

I can suggest a work around while you wait for a fix to logprof

edit the /etc/apparmor.d/abstractions/lxc/container-base file and comment out 
the line that has
  capability,

by changing it to
# capability,

do this to any line containing a mount rule too.
  mount ...

Now you should be able to run logprof, once you are done running logprof
you can edit the  /etc/apparmor.d/abstractions/lxc/container-base file
and remove the # from the capability and mount rules.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1061537

Title:
  invalid syntax in apparmor profile abstractions/lxc/container-base

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1061537/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 969299] Re: apparmor prevents dpkg-divert and localedef from working in a container

2012-11-21 Thread John Johansen
Francesco,

The mediate_deleted flag should fix the rejection shown in comment #12

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/969299

Title:
  apparmor prevents dpkg-divert and localedef from working in a
  container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/969299/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 969299] Re: apparmor prevents dpkg-divert and localedef from working in a container

2012-11-21 Thread John Johansen
Serge,

see comments on bug 970647, there is some progress but I have not found
a specific bug affecting logging of this case. The larger fix which is
the extended labeling, is in progress and will enter into the apparmor-
dev ppa soon for testing.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/969299

Title:
  apparmor prevents dpkg-divert and localedef from working in a
  container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/969299/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458521] Re: kvm crash when using virtio for network, hardy guest

2011-05-06 Thread John Johansen
I went back and retested this and it has already been fixed and released
(commit fcbc05a1be0a7600153e78207dcb8b62fe753a4a), it was just not
properly closed.

mapl,
If you are running an updated hardy guest running the 2.6.24-29 kernel this bug 
should not be a problem.  Can you please provide information on which kernel 
you are using.  If you are still encountering a problem with an updated kernel 
this is a new bug and we will need to gather more information to reproduce.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/458521

Title:
  kvm crash when using virtio for network, hardy guest

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 684875] Re: Patch to Natty 2.6.37-virtual breaks non-EC2 users

2010-12-14 Thread John Johansen
So I have experimented with this a bit and so far I haven't gotten an
instance to boot without the patch.  It should work, so I just need to
tinker with it more.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.
https://bugs.launchpad.net/bugs/684875

Title:
  Patch to Natty 2.6.37-virtual breaks non-EC2 users

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 400349] Re: dhclient-script fails with apparmor

2009-07-17 Thread John Johansen
I took a look at this and it is behaving correctly, though I haven't
established whether it is due to a deviation in AppArmor's behavior, the
scripts or both.  The executable /sbin/dhclient3 does a Px transition
(as specified in its profile) to /sbin/dhclient-script.

  /sbin/dhclient-script   Pxr,

The transition can be seen by putting the /sbin/dhclient3 profile into audit 
mode
type=APPARMOR_AUDIT msg=audit(1247815097.686:61): operation=exec pid=4152 
comm=dhclient3 parent=4151 profile=/sbin/dhclient3 requested_mask=x:: 
fsuid=0 ouid=0 name=/sbin/dhclient-script

The /sbin/dhclient-script then attempts to open the following 2 files without 
doing an exec to bash
type=APPARMOR_DENIED msg=audit(1247815097.690:62): operation=open pid=4152 
comm=dhclient-script parent=4151 profile=/sbin/dhclient-script 
requested_mask=r:: denied_mask=r:: fsuid=0 ouid=0 name=/etc/ld.so.cache
type=APPARMOR_DENIED msg=audit(1247816247.944:89): operation=open pid=4400 
comm=dhclient-script parent=4399 profile=/sbin/dhclient-script 
requested_mask=r:: denied_mask=r:: fsuid=0 ouid=0 
name=/lib/libncurses.so.5.7

putting the /sbin/dhclient-script into audit mode doesn't show up any
more accesses.  I through in some debugging to verify the reported
behavior matches what is going on internally and it does.

AppArmor's behavior for scripts, is that it will attach the profile to
the script if it is directly invoked.  In this case invoking /sbin
/dhclient-script will cause dhclient-script to be confined by AppArmor
even though it is a bash script.  If the script is indirectly invoked
through bash then, the bash profile (if it exists) would be used.

-- 
dhclient-script fails with apparmor
https://bugs.launchpad.net/bugs/400349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 400349] Re: dhclient-script fails with apparmor

2009-07-20 Thread John Johansen
This turns out to be a regression in Jaunty, that is now fixed and
behaving properly in Karmic

** Changed in: linux (Ubuntu Karmic)
   Status: Confirmed = Invalid

-- 
dhclient-script fails with apparmor
https://bugs.launchpad.net/bugs/400349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 400349] Re: dhclient-script fails with apparmor

2009-07-20 Thread John Johansen
This is a bug in the handling of profile attachment for scripts.  The
check to test if an attachment has already been applied needs to be
reworked for 2.6.28.  This regression is mitigated, in that correct
attachment is retained if ix is used for the script interpreter which is
standard profiling practice.


** Changed in: linux (Ubuntu Jaunty)
   Status: New = Confirmed

** Changed in: linux (Ubuntu Jaunty)
 Assignee: (unassigned) = John Johansen (jjohansen)

-- 
dhclient-script fails with apparmor
https://bugs.launchpad.net/bugs/400349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-21 Thread John Johansen
** Changed in: linux (Ubuntu Maverick)
 Assignee: (unassigned) = John Johansen (jjohansen)

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-10-13 Thread John Johansen
I haven't, though it is possible I just haven't spent enough time
testing it in karmic yet.

-- 
Frequent random KVM host kernel OOPS 
https://bugs.launchpad.net/bugs/361819
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 453335] Re: apparmor complains about write access to a readonly file

2009-10-28 Thread John Johansen
I have placed a test kernel at
http://kernel.ubuntu.com/~jj/linux-image-2.6.31-14-generic_2.6.31-14.48~jj_amd64.deb

-- 
apparmor complains about write access to a readonly file
https://bugs.launchpad.net/bugs/453335
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 453335] Re: apparmor complains about write access to a readonly file

2009-10-30 Thread John Johansen
** Changed in: linux (Ubuntu)
   Status: Triaged = In Progress

** Changed in: linux (Ubuntu Karmic)
   Status: Triaged = In Progress

-- 
apparmor complains about write access to a readonly file
https://bugs.launchpad.net/bugs/453335
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325468] Re: [systemd] container startup fails with AppArmor

2014-06-02 Thread John Johansen
The syntax allows for spaces or commas to separate items, because people
kept using them. However list of items must be inside of parenthesis.

mount options in (rw, slave),

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1325468

Title:
  [systemd] container startup fails with AppArmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1325468/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1307473] Re: guest hang due to missing clock interrupt

2014-07-08 Thread John Johansen
Ondergetekende, can you provide further details to why you believe Bug
#1326367 is causing this? Would you be willing to test a
3.11.0-24-generic kernel (reported stable) + the futex fix, or a chosen
stable version of the 3.13 or 3.15 kernel with just the futex fix. To
verify that the futex fix is the problem?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1307473

Title:
  guest hang due to missing clock interrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1307473/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1357103] Re: apparmor denied a golang build inside a container

2014-08-14 Thread John Johansen
This looks like it might be caused by bug in path lookups and bind mount
handling that I have a test patch for. I will build a test kernel for
trusty (14.04). Please let me know if there are any other kernels you
would like to test on.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1357103

Title:
  apparmor denied a golang build inside a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1357103/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1357103] Re: apparmor denied a golang build inside a container

2014-08-15 Thread John Johansen
I have uploaded a kernel with the potential fix to

http://people.canonical.com/~jj/lp1357103/

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1357103

Title:
  apparmor denied a golang build inside a container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1357103/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1401148] Re: Re/starting an lxc container corrupts all network namespaces on the same physical host

2014-12-11 Thread John Johansen
Can you please attach the output of

  apparmor_parser -p /etc/apparmor.d/usr.bin.lxc-start

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1401148

Title:
  Re/starting an lxc container corrupts all network namespaces on the
  same physical host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1401148/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 as nosuid which has the side effect of clearing the
READ_IMPLIES_EXEC flag when a user logs in.  This flag stays cleared
even when the user sudo's, so starting the service from sudo is not
asking for the extra 'm' permission.

If you enable the root account and log directly into root and try to
start the given services, you will see the same reject as at boot.

There are several way to fix this:
- just stick the 'm' permission in the AppArmor profiles.  This is pretty much 
required for ia32 machines
  that don't support noexec in the mmu
- set the personality at boot so that READ_IMPLIES_EXEC is cleared.
- don't use the nosuid mount option

-- 
apparmor broken after reboot on i386
https://bugs.launchpad.net/bugs/202161
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 user to root clears the personality.

The net effect is no different however in that on boot READ_IMPLIES_EXEC
is set, so apparmor is being asked for the extra 'm' permission.  The
best solution at the moment if you want a single policy set for all x86
machines is to just include the 'm' permission.

-- 
apparmor broken after reboot on i386
https://bugs.launchpad.net/bugs/202161
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 131976] Re: fails to start: cannot apply additional memory protection after relocation - apparmor doesn't work on stacked file system (livecd)

2008-03-03 Thread John Johansen
Vincent can you attach your /var/log/messages  if present
/var/log/audit/audit.log

-- 
fails to start: cannot apply additional memory protection after relocation - 
apparmor doesn't work on stacked file system (livecd)
https://bugs.launchpad.net/bugs/131976
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160238] Re: Corrupted AppArmor audit log messages

2007-11-08 Thread John Johansen
The log isn't displaying correctly in the browser because its type is
set as html, but it is a plain text file.

The log is corrupt but in a very odd way that I have never encountered
before.  I have a few possible ideas:

Your kernel ring buffer is being filled and the messages are wrapping,
overwriting previous messages, this is a known problem with messages
going to the ring buffer and is fixed by using the audit daemon. This
can't be the sole cause of the problem because its not an occasional
message being split but many messages with many repeated characters.

Most of the information seems to be intact but has sever studdering,
with sporadic other bits of information.  The studdering seems to be
caused by the interleaving of the same message several times.  This
would get caused by either having multiple sources writting the same
message to the same destination (unlikely) or possibly an application
bug where a small part of a buffer gets written and then fails, and the
application retries writing the buffer, for this to happen the
application would have to be mishandling the return code.

Your specific log output looks like it has both problems happening, I
have to assume that the problem is occuring somewhere in the audit -
kern buffer - dd - ksyslogd - syslog chain.  I can pretty confidently
rule out the AppArmor module as it builds up each message in a buffer
and either logs it as a whole or fails the whole message.

If this is a reoccurring problem we can track down where it is happening
by cutting out parts of the auditing chain.  Basically try sending the
dd output straight to disk, if that is corrupt then its either kernel
audit or dd, to rule out dd we would remove dd and have ksyslogd read
the ring buffer directly, etc.

-- 
Corrupted AppArmor audit log messages
https://bugs.launchpad.net/bugs/160238
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 log messages
https://bugs.launchpad.net/bugs/160238
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 /bin/dd -b -m -- 
bs=1 if=/proc/kmsg of=$kmsgpipe

and comment it out so it is now

# shovel /proc/kmsg to pipe readable by klogd user
#start-stop-daemon --start --pidfile $kmsgpidfile --exec /bin/dd -b -m -- 
bs=1 if=/proc/kmsg of=$kmsgpipe

now find the line

# start klogd as non-root with reading from kmsgpipe
start-stop-daemon --start --quiet --chuid klog --exec $binpath -- $KLOGD

and comment it out and replace it with the command shown below

# start klogd as non-root with reading from kmsgpipe
#start-stop-daemon --start --quiet --chuid klog --exec $binpath -- $KLOGD
start-stop-daemon --start --quiet --exec $binpath -- /proc/kmsg

save /etc/init.d/klogd then do

 sudo /etc/init.d/klogd stop
 sudo /etc/init.d/klogd start
 ps aux | grep logd
syslog6645  0.0  0.1   1912   728 ?Ss   01:34   0:00 /sbin/syslogd 
-u syslog
root  6698  0.0  0.2   2496  1400 ?Ss   01:35   0:00 /sbin/klogd 
/proc/kmsg
jj6959  0.0  0.1   2972   748 pts/0R+   01:48   0:00 grep logd

what you are looking for here is that dd isn't list, like above.  Now
you should be able to try and recreate the corrupted messages again.  If
the corrupt messages still happen, we can try dumping /proc/kmsg
directly to a file bypassing klogd and syslog entirely.

edit /etc/init.d/klogd again, restore the klogd command by deleting the
command and removing the commenting so it looks like

# start klogd as non-root with reading from kmsgpipe
start-stop-daemon --start --quiet --chuid klog --exec $binpath -- $KLOGD

now copy the dd command line and edit it so it looks like (the only part that 
is changed is of= at the end)
# shovel /proc/kmsg to pipe readable by klogd user
#start-stop-daemon --start --pidfile $kmsgpidfile --exec /bin/dd -b -m -- 
bs=1 if=/proc/kmsg of=$kmsgpipe
start-stop-daemon --start --pidfile $kmsgpidfile --exec /bin/dd -b -m -- 
bs=1 if=/proc/kmsg of=/tmp/kmsg-dump

save and then do

 sudo /etc/init.d/klogd stop
 sudo /etc/init.d/klogd start

you can then try recreating the corrupted messages again.  genprof will
work but it won't find any messages, to see if the messages are corrupt
you can look at the /tmp/kmsg-dump file.  If they are still corrupt the
bug is in the kernel, and I will have to take a closer look at the audit
/ printk interface.

-- 
Corrupted AppArmor audit log messages
https://bugs.launchpad.net/bugs/160238
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:06   0:00 grep logd

when I do this I get
[EMAIL PROTECTED]:~$ ps aux | grep logd
syslog4117  0.0  0.1   1912   704 ?Ss   12:16   0:00 /sbin/syslogd 
-u syslog
root  5968  0.4  0.2   2496  1392 ?Ss   12:23   0:00 /sbin/klogd 
/proc/kmsg
jj5992  0.0  0.1   2972   748 pts/0R+   12:23   0:00 grep logd

Can you try restarting your /etc/init.d/klogd again? Perhaps even reboot with 
the edited initscript and see if klogd starts.
If that doesn't work I would suggest reediting the file, the edit looks good 
but maybe it picked up a hidden character that isn't liked.

-- 
Corrupted AppArmor audit log messages
https://bugs.launchpad.net/bugs/160238
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 172534] Re: no way to allow bluetooth socket creation

2007-11-29 Thread John Johansen
Sadly the man pages didn't get updated to reflect locking, append,
network rules, or change_profile, this is a bug and you can add it to
launch pad or reference the bug filed in the forge bugzilla
https://bugzilla.novell.com/show_bug.cgi?id=326210.

genprof/logprof should be able to update the profile for this type, or
you can manually add any of the following rules.

  network bluetooth seqpacket,# only allow sockets of family bluetooth, 
type seqpacket
  network bluetooth, # allow any sockets of family 
bluetooth (as steve mentioned)
  network, # allow all types of networking 
inet, inet6, bluetooth, ...

-- 
no way to allow bluetooth socket creation
https://bugs.launchpad.net/bugs/172534
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 160238] Re: Corrupted AppArmor audit log messages

2007-11-30 Thread John Johansen
hmm, strange it works for me.  Is there away that I can get a login on
the machine, and take a look at what is going on?

If not I will see what else we can do.

-- 
Corrupted AppArmor audit log messages
https://bugs.launchpad.net/bugs/160238
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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=1503 operation=inode_permission
requested_mask=a denied_mask=a name=/dev/tty pid=4838
profile=/usr/sbin/cupsd

which means AppArmor is denying console access to cupsd, which could possibly 
cause cups to crash.  A possible
quick solution is to to run logprof

 logprof /usr/sbin/cupsd

which should prompt you to add the a permission for /dev/tty.
Alternately you could also manual edit the profile it should be in
/etc/apparmor.d/usr.sbin.cupsd.  You will need to add the line

  /dev/tty a,

-- 
feisty crashes with an error of apparmor
https://bugs.launchpad.net/bugs/165018
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mode.

Alternately if you hand edit the profile it is /etc/apparmor.d/sbin.klogd, 
you will need to add the following rule
  /proc/kallsyms r,


I am unsure why AppArmor stopping klogd from accessing /proc/kallsyms would 
cause KDM or other services to fail unless they are dependent on klogd.  I am 
not very familiar with upstart so I can't say if this is the case at the 
moment.  I will look into it and see what I can find.

-- 
apparmor with klogd in enforce mode, causes kdm to fail during initial launch 
on Hardy Heron
https://bugs.launchpad.net/bugs/173709
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 AppArmor audit log messages
https://bugs.launchpad.net/bugs/160238
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 worried about ptrace attack on it.
  In this case we need to be able to stop an unconfined user process from 
ptraceing the deamon
- app launched by trusted process that relies mandates the application start 
from a fixed location (eg. /usr/bin/whatever)
- app is launched by a wrapper script in a profile that enforces the launch 
location.
- confine the user

The 1st case is really being concerned about ptrace attacks from
something that gets compromised after login.  The 2nd and 3rd are ways
of preventing something that is compromised from circumventing the
protections.  The last one is not trusting the user, and can be done
quite well with the most recent version of apparmor (not in gutsy).

In general I like the idea of adding some flags to facilitate this, how
did you envision the flags being set up and what are some more specific
use cases (examples).  Basically I am looking for design cues, as
deciding how to express it is going to be the hardest point of
implementing it.

-- 
Should provide a flag to disable ptrace()/LD_PRELOAD
https://bugs.launchpad.net/bugs/176301
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147551] Re: cups-pdf fails to generate file when user does not print to default ~/PDF (apparmor vs.cups-pdf inconsistency)

2008-05-07 Thread John Johansen
Sean,

would it be possible to attach your log files or a section of them so that I 
can analyze why it is requiring
  @{HOME}/Desktop/ w,
  @{HOME}/Desktop/* w,

-- 
cups-pdf fails to generate file when user does not print to default ~/PDF 
(apparmor vs.cups-pdf inconsistency)
https://bugs.launchpad.net/bugs/147551
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 190516] Re: MUGEN doesn't start if Apparmor is running

2008-05-08 Thread John Johansen
well, I can confirm it, and even provide some insight.

MUGEN does some very uhm interesting things on startup.  It creates a
new elf file in tmp, uses open to pin the file and then it deletes it.
This results in the file being removed from the namespace and completely
inaccessable except to processes that already have the file open.  It
then passes /proc/pid/fd/mugen tmp file to execve as the file to
open, AppArmor is detecting that this is a deleted inaccessible file and
failing the exec.

This is unfortunate in that this happens even when mugen is run from an
unconfined shell, because AppArmor can't determine whether it should
attach confinement to it.  I will see what I can do, but any fixes if
taken will have to come in a kernel update.

-- 
MUGEN doesn't start if Apparmor is running
https://bugs.launchpad.net/bugs/190516
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 190516] Re: MUGEN doesn't start if Apparmor is running

2008-05-08 Thread John Johansen
hrmm, well it seems I did fix this for unconfined processes before the
final version of hardy (I remember fixing it for AppArmor 2.3 but I
thought the fix missed Hardy), and my test machine wasn't properly
updating.  So after a fresh install MUGEN now works.

So to clarify, in Hardy MUGEN will run as long as it is started from an
unconfined shell, and it does not have a profile defined for it.  It is
extremely unlikely that AppArmor in Hardy will be patched to support
this behavior from a confined process.

-- 
MUGEN doesn't start if Apparmor is running
https://bugs.launchpad.net/bugs/190516
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157952] Re: Profile violations fail to log correctly

2007-11-01 Thread John Johansen
Well I can say that this isn't related to
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/140508 as the
problem there was a message format change and not the message being
logged.

Since messages being sent to the kernel ring buffer (dmesg), we can
infer that auditd isn't running.  What happens if you rerun genprof on
the program.

Also are other kernel messages getting logged in /var/log/messages?  Could you 
attach your /etc/syslog.conf and
a tail of /var/log/messages?

-- 
Profile violations fail to log correctly
https://bugs.launchpad.net/bugs/157952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157952] Re: Profile violations fail to log correctly

2007-11-01 Thread John Johansen
could you take a look and verify the messages are showing up in
/var/log/syslog  and /var/log/kern.log

and could you also attach your /etc/apparmor/logprofi.conf

-- 
Profile violations fail to log correctly
https://bugs.launchpad.net/bugs/157952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157952] Re: Profile violations fail to log correctly

2007-11-01 Thread John Johansen
err sorry for the typo the config file is /etc/apparmor/logprof.conf

-- 
Profile violations fail to log correctly
https://bugs.launchpad.net/bugs/157952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157952] Re: Profile violations fail to log correctly

2007-11-01 Thread John Johansen
Can you check and see if the genprof marks and kernel messages are going
to /var/log/syslog and if they both are can you try editing your
/etc/apparmor/logprof.conf

from
  logfiles = /var/log/audit/audit.log /var/log/messages /var/log/syslog
to 
  logfiles = /var/log/syslog

-- 
Profile violations fail to log correctly
https://bugs.launchpad.net/bugs/157952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157952] Re: Profile violations fail to log correctly

2007-11-01 Thread John Johansen
If the above doesn't work could you include the output from the
following command

ps aux | grep logd

-- 
Profile violations fail to log correctly
https://bugs.launchpad.net/bugs/157952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157952] Re: Profile violations fail to log correctly

2007-11-01 Thread John Johansen
Your ps output shows that klogd isn't running.  This means none of the
kernel messages will make it to syslog.

do ps aux | grep logd  and kill the dd process and then run
/etc/init.d/klogd start, then rerun ps aux | grep logd to make sure
klogd and syslogd are running.  If they are try profiling something and
see if the messages show up in any of the log file /var/log/messages,
/var/log/syslog, /var/log/kern.log

This should fixes the problem temporarily but we still need to find out
why your klogd is not starting or dying on boot.

-- 
Profile violations fail to log correctly
https://bugs.launchpad.net/bugs/157952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157952] Re: Profile violations fail to log correctly

2007-11-01 Thread John Johansen
Glad to hear it worked.  My guess is that it happened because Ubuntu
runs klogd under the klogd user instead of root.

-- 
Profile violations fail to log correctly
https://bugs.launchpad.net/bugs/157952
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-01-04 Thread John Johansen
No that shouldn't have caused this oops.  If the trace is good, it would
either be the security context missing, or the profile having a null
value.  My guess is the latter as we have had a couple bugs with that
after replacement/removal (though I thought all of those had been
fixed).

-- 
apparmor crashing apache when removing/changing hats
https://bugs.launchpad.net/bugs/502442
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-01-04 Thread John Johansen
This may have already been fixed in proposed by commit
df0c3fa26fb5214c30f8f40753f99ef40b475451

-- 
apparmor crashing apache when removing/changing hats
https://bugs.launchpad.net/bugs/502442
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
Depends: xserver-xorgpcore but is not going to be 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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 477050] Re: Fresh Install of Karmic, Boot ends with Kernel Panic

2009-12-21 Thread John Johansen
Link was this a clean Karmic 64 bit install that is failing?

Also what happens if you add apparmor=0 to the grub command line?

-- 
Fresh Install of Karmic, Boot ends with Kernel Panic 
https://bugs.launchpad.net/bugs/477050
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 couple things that still need to be done to address this bug
- dfa state minimization
- improved dfa table packing

-- 
multiple HOMEDIRS tunable entries can exponentially increase profile loading 
time
https://bugs.launchpad.net/bugs/503869
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-28 Thread John Johansen
I have placed a test kernel with the fix at
 
http://kernel.ubuntu.com/~jj/linux-image-2.6.31-14-generic_2.6.31-14.48~jj_amd64.deb

-- 
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-28 Thread John Johansen
I have placed a test kernel with a fix at
  
http://kernel.ubuntu.com/~jj/linux-image-2.6.31-14-generic_2.6.31-14.48~jj_amd64.deb

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 453335] Re: apparmor complains about write access to a readonly file

2009-10-28 Thread John Johansen
I have placed a test kernel at
http://kernel.ubuntu.com/~jj/linux-image-2.6.31-14-generic_2.6.31-14.48~jj_amd64.deb

-- 
apparmor complains about write access to a readonly file
https://bugs.launchpad.net/bugs/453335
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-28 Thread John Johansen
I have placed a test kernel at
http://kernel.ubuntu.com/~jj/linux-image-2.6.31-14-generic_2.6.31-14.48~jj_amd64.deb

-- 
apparmor disallows truncate of deleted file
https://bugs.launchpad.net/bugs/451375
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-29 Thread John Johansen
Iakov,

yes you will need to reenable the apparmor firefox profile to reproduce,
however I have already had reports of issues with the patch and I am
working on a new version so I would wait for the newer version.

-- 
apparmor disallows truncate of deleted file
https://bugs.launchpad.net/bugs/451375
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424440] Re: BUG: soft lockup - CPU#2 stuck for 61s! [apparmor_parser:30147]

2009-10-12 Thread John Johansen
Kees,

have you been able to reproduce this, recently?  I have been hammering
AA with restarts and replacements and it has survived a torture run of
more than 10,000 replacements with several running in parallel.

-- 
BUG: soft lockup - CPU#2 stuck for 61s! [apparmor_parser:30147]
https://bugs.launchpad.net/bugs/424440
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-12 Thread John Johansen

** Attachment added: proposed patch, fixing both deleted file delegation and 
creation
   http://launchpadlibrarian.net/33573232/aa.diff

-- 
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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-12 Thread John Johansen
This seems to have been two issues,

1. AppArmor was enforcing tighter deleted file delegation semantics and
2. With the new hook placement under certain filesystems creation of files/nods 
was showing up as deleted paths.

The attached patch is the proposed fix and a test kernel with the patch applied 
can be grabbed from
http://kernel.ubuntu.com/~jj/linux-image-2.6.31-13-generic_2.6.31-13.43_amd64.deb

-- 
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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424440] Re: BUG: soft lockup - CPU#2 stuck for 61s! [apparmor_parser:30147]

2009-10-13 Thread John Johansen
** Changed in: linux (Ubuntu)
   Status: New = Invalid

** Changed in: linux (Ubuntu)
   Status: Invalid = New

-- 
BUG: soft lockup - CPU#2 stuck for 61s! [apparmor_parser:30147]
https://bugs.launchpad.net/bugs/424440
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-13 Thread John Johansen
I haven't, though it is possible I just haven't spent enough time
testing it in karmic yet.

-- 
Frequent random KVM host kernel OOPS 
https://bugs.launchpad.net/bugs/361819
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 410309] Re: [i965GM] Screen goes blank after rotation

2009-10-13 Thread John Johansen
This appears to be fixed now, I haven't tested in awhile so I can't
which update fixed it, but I can no longer reproduce with the latest
updates.

-- 
[i965GM] Screen goes blank after rotation
https://bugs.launchpad.net/bugs/410309
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424440] Re: BUG: soft lockup - CPU#2 stuck for 61s! [apparmor_parser:30147]

2009-10-13 Thread John Johansen
** Changed in: linux (Ubuntu)
   Status: New = Fix Released

-- 
BUG: soft lockup - CPU#2 stuck for 61s! [apparmor_parser:30147]
https://bugs.launchpad.net/bugs/424440
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 261525] Re: Error creating files on NFS

2009-10-13 Thread John Johansen
*** This bug is a duplicate of bug 415632 ***
https://bugs.launchpad.net/bugs/415632

** This bug has been marked a duplicate of bug 415632
   apparmor not properly handling file deletion on NFS

-- 
Error creating files on NFS
https://bugs.launchpad.net/bugs/261525
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 261525] Re: Error creating files on NFS

2009-10-13 Thread John Johansen
*** This bug is a duplicate of bug 415632 ***
https://bugs.launchpad.net/bugs/415632

I have marked this as a duplicate Bug #415632 as that bug exposed
problems with the handling of some creation operations on NFS.  Bug
415632 was exposing it self in a slightly different way so it is
possible (though unlikely) that this is a separate issue.  Please reopen
if this is not fixed in Karmic Beta2.

-- 
Error creating files on NFS
https://bugs.launchpad.net/bugs/261525
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-13 Thread John Johansen
Hi David,

There were some fixes to profile loading/replacement/removal that went
in that may be related to this bug but I haven't been able to confirm or
deny that, nor replicate this bug.  It would be good to now if you have
seen an oops recently even if you can't readily reproduce.

-- 
BUG: unable to handle kernel NULL pointer dereference at 0040 
apparmor_bprm_set_creds
https://bugs.launchpad.net/bugs/446164
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451422] Re: most specific AppArmor rule doesn't always match

2009-10-14 Thread John Johansen
At this time, this is not possible, priority ordering by hierarchy (ie
local rules taking precedence over include rules) is not currently
implemented and deny rules take precedence over allow rules.

-- 
most specific AppArmor rule doesn't always match
https://bugs.launchpad.net/bugs/451422
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-08 Thread John Johansen
Public bug reported:

In ubuntu/apparmor/procattr.c, AppArmor allocates memory for the
procattr buffer

len = strlen(unconfined_str);
if (ns != default_namespace)
len += strlen(ns-base.name) + 1;
str = kmalloc(len + 1, GFP_ATOMIC);

However this is 2 bytes smaller than the actual string because the
string :// which separates the namespace and profile names is 3 bytes
not 1 as is done in the above allocation.

if (ns != default_namespace)
sprintf(str, %s://%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) = John Johansen (jjohansen)

-- 
AppArmor overwrites unallocated memory in getprocattr interface
https://bugs.launchpad.net/bugs/446595
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-27 Thread John Johansen
Public bug reported:

Wireless iface is not reporting connection speed

iwconfig reports Bit Rate=0 kb/s, network manager connection information
reports Speed unknown.

ProblemType: Bug
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  jj 2688 F pulseaudio
 /dev/snd/pcmC0D0p:   jj 2688 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf822 irq 17'
   Mixer name   : 'Analog Devices AD1984'
   Components   : 'HDA:11d41984,17aa20dd,00100400'
   Controls  : 29
   Simple ctrls  : 18
CheckboxSubmission: 634e340822dbba19cfc2dc121e877bff
CheckboxSystem: bb422ca46d02494cdbc459927a98bc2f
Date: Tue Oct 27 04:05:06 2009
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=d369ff24-e028-49e5-9f57-f4e8b4c2b324
MachineType: LENOVO 7762WGS
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=b9769772-0541-41b1-a43d-3097cf5a59eb ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
SourcePackage: linux
Uname: Linux 2.6.31-14-generic x86_64
dmi.bios.date: 03/12/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7SET37WW (1.23 )
dmi.board.name: 7762WGS
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7SET37WW(1.23):bd03/12/2009:svnLENOVO:pn7762WGS:pvrThinkPadX61Tablet:rvnLENOVO:rn7762WGS:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7762WGS
dmi.product.version: ThinkPad X61 Tablet
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2009-10-27 Thread John Johansen

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34447802/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34447804/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34447805/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34447806/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34447807/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34447808/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34447809/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/34447810/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34447811/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34447812/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34447813/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34447814/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34447815/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34447816/ProcModules.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/34447817/RfKill.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34447818/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34447819/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/34447820/WifiSyslog.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] apport-collect data

2009-10-27 Thread John Johansen
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 4771 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe8f8000 irq 16'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,104382a3,0011'
   Controls  : 27
   Simple ctrls  : 14
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 
(20091020.3)
MachineType: System manufacturer ASUS NOVA (P20/P22)
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
persistent file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz 
quiet splash --
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
Uname: Linux 2.6.31-14-generic x86_64
UserGroups:
 
XsessionErrors:
 (gnome-settings-daemon:4851): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:4851): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:4947): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:4973): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-panel:4946): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -6 and height 24
dmi.bios.date: 11/08/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0302
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P2P5B1-DHS
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0302:bd11/08/2007:svnSystemmanufacturer:pnASUSNOVA(P20/P22):pvrSystemVersion:rvnASUSTeKComputerINC.:rnP2P5B1-DHS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: ASUS NOVA (P20/P22)
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] AlsaDevices.txt

2009-10-27 Thread John Johansen

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34448644/AlsaDevices.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] AplayDevices.txt

2009-10-27 Thread John Johansen

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34448645/AplayDevices.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] BootDmesg.txt

2009-10-27 Thread John Johansen

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34448648/BootDmesg.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] ArecordDevices.txt

2009-10-27 Thread John Johansen

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34448646/ArecordDevices.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] Card0.Codecs.codec.0.txt

2009-10-27 Thread John Johansen

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34448651/Card0.Codecs.codec.0.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] Card0.Amixer.values.txt

2009-10-27 Thread John Johansen

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34448649/Card0.Amixer.values.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] CurrentDmesg.txt

2009-10-27 Thread John Johansen

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34448652/CurrentDmesg.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] IwConfig.txt

2009-10-27 Thread John Johansen

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/34448653/IwConfig.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] Lspci.txt

2009-10-27 Thread John Johansen

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34448654/Lspci.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] Lsusb.txt

2009-10-27 Thread John Johansen

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34448655/Lsusb.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] PciMultimedia.txt

2009-10-27 Thread John Johansen

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34448656/PciMultimedia.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] ProcInterrupts.txt

2009-10-27 Thread John Johansen

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34448658/ProcInterrupts.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] ProcCpuinfo.txt

2009-10-27 Thread John Johansen

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34448657/ProcCpuinfo.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] ProcModules.txt

2009-10-27 Thread John Johansen

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34448659/ProcModules.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] RfKill.txt

2009-10-27 Thread John Johansen

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/34448660/RfKill.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] UdevDb.txt

2009-10-27 Thread John Johansen

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34448662/UdevDb.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 454529] Re: livecd fails to boot with --splash option

2009-10-27 Thread John Johansen
This is indeed fixed in the RC.

-- 
livecd fails to boot with --splash option
https://bugs.launchpad.net/bugs/454529
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 454522] Re: livecd slow boot spends several minutes probing dvd /dev/sr0

2009-10-27 Thread John Johansen
This is fixed in the RC


** Changed in: linux (Ubuntu)
   Status: New = Fix Released

-- 
livecd slow boot spends several minutes probing dvd /dev/sr0
https://bugs.launchpad.net/bugs/454522
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] apport-collect data

2009-10-27 Thread John Johansen
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 4771 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe8f8000 irq 16'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,104382a3,0011'
   Controls  : 27
   Simple ctrls  : 14
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 
(20091020.3)
MachineType: System manufacturer ASUS NOVA (P20/P22)
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
persistent file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz 
quiet splash --
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
Uname: Linux 2.6.31-14-generic x86_64
UserGroups:
 
XsessionErrors:
 (gnome-settings-daemon:4851): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:4851): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:4947): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:4973): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-panel:4946): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -6 and height 24
dmi.bios.date: 11/08/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0302
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P2P5B1-DHS
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0302:bd11/08/2007:svnSystemmanufacturer:pnASUSNOVA(P20/P22):pvrSystemVersion:rvnASUSTeKComputerINC.:rnP2P5B1-DHS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: ASUS NOVA (P20/P22)
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] AlsaDevices.txt

2009-10-27 Thread John Johansen

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34448825/AlsaDevices.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] AplayDevices.txt

2009-10-27 Thread John Johansen

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34448826/AplayDevices.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] ArecordDevices.txt

2009-10-27 Thread John Johansen

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34448831/ArecordDevices.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] BootDmesg.txt

2009-10-27 Thread John Johansen

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34448843/BootDmesg.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 461830] Card0.Amixer.values.txt

2009-10-27 Thread John Johansen

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34448849/Card0.Amixer.values.txt

-- 
Wireless reports connection Bit Rate=0 kb/s
https://bugs.launchpad.net/bugs/461830
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.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >