[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
Karmic has long since stopped to receive any updates. Marking the Karmic task for this ticket as "Won't Fix". ** Changed in: cupsys (Ubuntu Karmic) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/131976 Title: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/131976/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
Karmic has long since stopped to receive any updates. Marking the Karmic task for this ticket as "Won't Fix". ** Changed in: dhcp (Ubuntu Karmic) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/131976 Title: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/131976/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
** Changed in: apparmor (Ubuntu Karmic) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/131976 Title: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
** Tags added: karmic regression-release ** Tags removed: regression-potential -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
If you look at "sudo aa-status", I would expect that DHCP and CUPS are not actually being confined by AppArmor, so there aren't errors. If you restart the network or CUPS after starting AppArmor in the LiveCD, I would expect those services to start failing. If that's _not_ the case, then this should be examined further. -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
IF the problem is the stacked file system, then why am I able to, after booting, do: sudo /etc/init.d/apparmor start on my persistent 9.10 Live CD and have no errors? Is it possible that this 'bug' with the stacked file system is just a problem caused by the Ubuntu initrd.lz trying to load apparmor profiles before the casper script has had a chance to fully create the stacked file system? (please see prior post #44 that addresses the sequence of script events during the Live CD boot process) I am just wondering if the problem is with the Ubuntu customization of the 'init' and 'casper' scripts within the Ubuntu initrd.lz, and not really an upstream problem at all. -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
On Tue, Jun 22, 2010 at 02:45:13AM -, Sid MacT wrote: > Is it possible that simply changing the apparmor profile load process to > follow the creation of the union file system, would allow apparmor to > execute properly? It seems like an odd coincidence that lots of software > EXCEPT apparmor appears to run flawlessly on the 'stacked' file system, > and that apparmor is happy to load profiles after booting the Live CD? That is precisely the bug: AppArmor does not operate on a stacked filesystem, so it must be disabled in the LiveCD. AIUI, when proper union mount support is added to the upstream kernel, these problems will start to disappear. :) http://valerieaurora.org/union/ -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
Is it possible this problem is caused by a sequencing problem with the Live CD scripts? I run the Karmic LiveCD in persistent mode on a hard disk drive. Once I am logged in to Ubuntu, I can run 'sudo /etc/init.d/apparmor start' and see no errors in the terminal nor the log files. The kernel log shows all the aparmor profiles are loaded. Everything works normally. In looking at the Karmic initrd.lz content, it appears that the '/init' script calls '/scripts/init-bottom/apparmor', which then tests for the existence of a file called '/scripts/casper-bottom/42disable-apparmor'. The latter file will be found when booting with the Live CD software, and finding that file will cause '/scripts/init-bottom/apparmor' to early exit instead of loading the apparmor profiles. The apparent reason for the early exit, in lieu of loading the profiles, is the assumed failure of apparmor to deal deal with the union file system created by the live CD software. BUT, when the early exit is taken, the '/scripts/casper' script that sets up the union files system has NOT YET RUN, as far as I can see, so of course apparmor would have a problem finding and loading profiles? Is it possible that simply changing the apparmor profile load process to follow the creation of the union file system, would allow apparmor to execute properly? It seems like an odd coincidence that lots of software EXCEPT apparmor appears to run flawlessly on the 'stacked' file system, and that apparmor is happy to load profiles after booting the Live CD? -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
** 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
unassigned MOTU, invalidated wrong dhcp & cupsys tasks ** Changed in: cupsys (Ubuntu) Assignee: MOTU (motu) => (unassigned) ** Changed in: dhcp (Ubuntu) Assignee: MOTU (motu) => (unassigned) ** Changed in: cupsys (Ubuntu) Status: New => Invalid ** Changed in: dhcp (Ubuntu) Status: New => Invalid -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
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 (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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
On Wed, Feb 10, 2010 at 03:46:42PM -, Nikolaus Rath wrote: > It still does not work: > > [0] matterhorn[ltsp]:~# cat /etc/apparmor.d/tunables/alias > # https://bugs.launchpad.net/bugs/131976 > alias file > alias /rofs -> /, > alias /cow -> /, Err, the alias mappings should be the other round; i.e. alias / -> /rofs, alias / -> /cow, except that you don't want (or can't have) two mappings for the same path *and* you will be mapping everything under / to it, which may break if there's anything that's not covered by the stacked file system. You probably want something more akin to: alias /etc -> /rofs/etc, alias /lib -> /rofs/lib, alias /usr -> /rofs/usr, alias /var -> /cow/var, (continue as needed) -- Steve Beattie http://NxNW.org/~steve/ -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
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/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 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
** Attachment added: "/etc/apparmor.d/sbin.dhclient3" http://launchpadlibrarian.net/39015066/sbin.dhclient3 -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
It still does not work: [0] matterhorn[ltsp]:~# cat /etc/apparmor.d/tunables/alias # https://bugs.launchpad.net/bugs/131976 alias file alias /rofs -> /, alias /cow -> /, [0] matterhorn[ltsp]:~# /etc/init.d/apparmor restart * Reloading AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox-3.5 [ OK ] [0] matterhorn[ltsp]:~# /sbin/dhclient3 /sbin/dhclient3: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory [127] matterhorn[ltsp]:~# dmesg | tail [ 238.455429] type=1505 audit(1265816743.526:36): operation="profile_replace" pid=3252 name=/usr/lib/connman/scripts/dhclient-script [ 250.748581] type=1505 audit(1265816755.818:37): operation="profile_replace" pid=3253 name=/usr/bin/evince [ 250.750097] type=1505 audit(1265816755.821:38): operation="profile_replace" pid=3253 name=/usr/bin/evince-previewer [ 250.751089] type=1505 audit(1265816755.821:39): operation="profile_replace" pid=3253 name=/usr/bin/evince-thumbnailer [ 251.059593] type=1505 audit(1265816756.130:40): operation="profile_replace" pid=3255 name=/usr/lib/cups/backend/cups-pdf [ 251.059841] type=1505 audit(1265816756.130:41): operation="profile_replace" pid=3255 name=/usr/sbin/cupsd [ 251.148214] type=1505 audit(1265816756.220:42): operation="profile_replace" pid=3256 name=/usr/sbin/tcpdump [ 259.679327] type=1503 audit(1265816764.748:43): operation="open" pid=3280 parent=3024 profile="/sbin/dhclient3" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/rofs/etc/ld.so.cache" [ 259.679422] type=1503 audit(1265816764.748:44): operation="open" pid=3280 parent=3024 profile="/sbin/dhclient3" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/rofs/lib/tls/i686/cmov/libc-2.10.1.so" [ 259.680201] type=1503 audit(1265816764.752:45): operation="open" pid=3280 parent=3024 profile="/sbin/dhclient3" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/rofs/lib/libc-2.10.1.so" Which profile do you want me to attach? -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
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.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 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
Doesn't seem to help: [0] matterhorn[ltsp]:~# /sbin/dhclient3 /sbin/dhclient3: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory [127] matterhorn[ltsp]:~# cat /etc/apparmor.d/tunables/alias # https://bugs.launchpad.net/bugs/131976 alias file alias /rofs -> /, alias /cow -> /, -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
** Also affects: cupsys (Ubuntu) Importance: Undecided Status: New ** Also affects: dhcp (Ubuntu) Importance: Undecided Status: New ** Changed in: cupsys (Ubuntu) Assignee: (unassigned) => MOTU (motu) ** Changed in: dhcp (Ubuntu) Assignee: (unassigned) => MOTU (motu) -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
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 commands to your /etc/apparmor.d/tunables/alias file alias /rofs -> /, alias /cow -> /, -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
Note that this is not on the LiveCD, but on a LTSP client. Root is a unionfs of /rofs (NFS) and /cow (tmpfs). -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
I am still experiencing this problem: # ifup eth1 dhclient3: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory Failed to bring up eth1. # dmesg | tail [ 226.453040] type=1503 audit(1265397277.944:30): operation="open" pid=2983 parent=2982 profile="/sbin/dhclient3" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/rofs/etc/ld.so.cache" [ 226.453138] type=1503 audit(1265397277.944:31): operation="open" pid=2983 parent=2982 profile="/sbin/dhclient3" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/rofs/lib/tls/i686/cmov/libc-2.10.1.so" [ 226.454022] type=1503 audit(1265397277.944:32): operation="open" pid=2983 parent=2982 profile="/sbin/dhclient3" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/rofs/lib/libc-2.10.1.so" [0] matterhorn[ltsp]:~# aa-complain /sbin/dhclient3 Setting /sbin/dhclient3 to complain mode. [0] matterhorn[ltsp]:~# ifup eth1 Internet Systems Consortium DHCP Client V3.1.2 Copyright 2004-2008 Internet Systems Consortium. [] ** Changed in: apparmor (Ubuntu Karmic) Status: Fix Released => Confirmed ** Changed in: apparmor (Ubuntu) Status: Fix Released => Confirmed -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
Turning apparmor off on the LiveCD is ignoring the underlying problem that apparmor doesn't work on stacked file systems. I'm currently developing a system that uses aufs as the root file system, and there's no way to use apparmor with it. I assume this is a bug that would need to be fixed upstream. Does anyone else know where or how to file a bug report that will actually get this fixed, rather than just covered up? -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
This bug was fixed in the package apparmor - 2.3.1+1403-0ubuntu22 --- apparmor (2.3.1+1403-0ubuntu22) karmic; urgency=low * Do not run AppArmor on the LiveCD, again (LP: #131976). * More aggressively stay quiet when booting in quiet mode (LP: #435285). -- Kees CookWed, 23 Sep 2009 15:40:22 -0700 ** Changed in: apparmor (Ubuntu Karmic) Status: In Progress => 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
Yes, this is related to moving AppArmor init into the initramfs. I'll have it uploaded shortly. ** Changed in: apparmor (Ubuntu Karmic) Status: Triaged => In Progress -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
** Branch linked: lp:~ubuntu-core-dev/apparmor/ubuntu -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 131976] Re: apparmor doesn't work on stacked file system (livecd) -- DHCP/cups/others fail to start
Tentatively assigning to Kees, please assing to someone appropriate (Johan?) ** Changed in: apparmor (Ubuntu Karmic) Assignee: (unassigned) => Kees Cook (kees) ** Changed in: apparmor (Ubuntu Karmic) Milestone: None => ubuntu-9.10-beta ** Tags added: regression-potential ** Tags removed: qa-hardy-desktop -- 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 subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs