Activity log for bug #1099349

Date Who What changed Old value New value Message
2013-01-14 10:24:38 Michael Wisheu bug added bug
2013-01-14 10:27:26 Michael Wisheu attachment added U12.04-64 @ 2013-01-14 11:25:45.png https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1099349/+attachment/3482773/+files/U12.04-64%20%40%202013-01-14%2011%3A25%3A45.png
2013-01-14 10:27:44 Michael Wisheu attachment added U12.04-64 @ 2013-01-14 11:26:18.png https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1099349/+attachment/3482774/+files/U12.04-64%20%40%202013-01-14%2011%3A26%3A18.png
2013-01-14 10:27:58 Michael Wisheu attachment added U12.04-64 @ 2013-01-14 11:26:27.png https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1099349/+attachment/3482775/+files/U12.04-64%20%40%202013-01-14%2011%3A26%3A27.png
2013-01-14 10:28:13 Michael Wisheu attachment added U12.04-64 @ 2013-01-14 11:26:39.png https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1099349/+attachment/3482776/+files/U12.04-64%20%40%202013-01-14%2011%3A26%3A39.png
2013-01-14 10:41:34 Michael Wisheu attachment added mountall.debug https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1099349/+attachment/3482779/+files/mountall.debug
2013-01-14 10:41:48 Michael Wisheu attachment added mountall.strace https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1099349/+attachment/3482780/+files/mountall.strace
2013-01-14 15:23:03 Launchpad Janitor mountall (Ubuntu): status New Confirmed
2013-01-14 18:37:23 Bryan Quigley bug added subscriber Bryan Quigley
2013-01-14 20:33:01 Steve Langasek mountall (Ubuntu): importance Undecided High
2013-01-14 20:33:01 Steve Langasek mountall (Ubuntu): status Confirmed Triaged
2013-01-14 20:35:29 Steve Langasek nominated for series Ubuntu Precise
2013-01-14 20:35:29 Steve Langasek bug task added mountall (Ubuntu Precise)
2013-01-14 20:35:29 Steve Langasek nominated for series Ubuntu Quantal
2013-01-14 20:35:29 Steve Langasek bug task added mountall (Ubuntu Quantal)
2013-01-14 20:35:29 Steve Langasek nominated for series Ubuntu Raring
2013-01-14 20:35:29 Steve Langasek bug task added mountall (Ubuntu Raring)
2013-01-14 20:41:11 Steve Langasek mountall (Ubuntu Quantal): status New Triaged
2013-01-14 20:41:13 Steve Langasek mountall (Ubuntu Quantal): importance Undecided High
2013-01-14 20:41:15 Steve Langasek mountall (Ubuntu Precise): status New Triaged
2013-01-14 20:41:17 Steve Langasek mountall (Ubuntu Precise): importance Undecided High
2013-01-14 22:26:29 Steve Langasek attachment added mountall-1099349.patch https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1099349/+attachment/3483402/+files/mountall-1099349.patch
2013-01-14 22:54:51 Mark Russell bug added subscriber Mark Russell
2013-01-14 23:27:34 Nobuto Murata bug added subscriber Nobuto MURATA
2013-01-15 00:15:37 Ubuntu Foundations Team Bug Bot tags patch
2013-01-15 23:55:18 Launchpad Janitor mountall (Ubuntu Raring): status Triaged Fix Released
2013-01-17 01:14:42 Steve Langasek tags patch patch regression-update
2013-01-17 01:22:19 Steve Langasek description Fresh Ubuntu 12.04.1 amd64 install with the following partition layout / lvm setup: $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 1024M 0 rom sda 8:0 0 20G 0 disk ├─sda1 8:1 0 243M 0 part /boot ├─sda2 8:2 0 1K 0 part └─sda5 8:5 0 19.8G 0 part ├─u1204--64-swap_1 (dm-0) 252:0 0 1020M 0 lvm [SWAP] ├─u1204--64-root (dm-1) 252:1 0 7.6G 0 lvm / └─u1204--64-usr--local (dm-2) 252:2 0 11.1G 0 lvm /usr/local The installation works as expected and there are no imminent issues during normal usage. The issue is with the recovery menu. If someone boots into a rescue entry in the boot menu the rescue menu appears as expected but all entries that remount the root volume rw will hang on mountall. [Impact] Following the mountall SRUs for bug #643289, mountall --no-events does not work correctly; the lack of events causes mountall to not finish. This breaks the recovery mode, which invokes mountall --no-events. [Test case] 1. Boot Ubuntu using the 'recovery mode' option. 2. Choose the 'Enable networking' option. 3. Observe that mountall hangs. 4. Reboot and install mountall from -proposed. 5. Boot Ubuntu using the 'recovery mode' option. 6. Choose the 'Enable networking' option. 7. Confirm that mountall no longer hangs. [Regression potential] Minimal; the code changes should only have any effect when mountall is called with --no-events, which is only done in the recovery menu, and that's currently broken. Fresh Ubuntu 12.04.1 amd64 install with the following partition layout / lvm setup: $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 1024M 0 rom sda 8:0 0 20G 0 disk ├─sda1 8:1 0 243M 0 part /boot ├─sda2 8:2 0 1K 0 part └─sda5 8:5 0 19.8G 0 part   ├─u1204--64-swap_1 (dm-0) 252:0 0 1020M 0 lvm [SWAP]   ├─u1204--64-root (dm-1) 252:1 0 7.6G 0 lvm /   └─u1204--64-usr--local (dm-2) 252:2 0 11.1G 0 lvm /usr/local The installation works as expected and there are no imminent issues during normal usage. The issue is with the recovery menu. If someone boots into a rescue entry in the boot menu the rescue menu appears as expected but all entries that remount the root volume rw will hang on mountall.
2013-01-17 01:22:38 Steve Langasek mountall (Ubuntu Quantal): status Triaged In Progress
2013-01-17 01:22:39 Steve Langasek mountall (Ubuntu Precise): status Triaged In Progress
2013-01-17 01:23:19 Steve Langasek bug added subscriber Ubuntu Stable Release Updates Team
2013-01-21 16:58:38 Chris J Arges bug added subscriber Sustaining Engineering
2013-01-29 16:57:12 Colin Watson mountall (Ubuntu Precise): status In Progress Fix Committed
2013-01-29 16:57:16 Colin Watson bug added subscriber SRU Verification
2013-01-29 16:57:18 Colin Watson tags patch regression-update patch regression-update verification-needed
2013-01-29 16:57:26 Colin Watson mountall (Ubuntu Quantal): status In Progress Fix Committed
2013-01-29 18:14:55 Steve Langasek tags patch regression-update verification-needed patch regression-update verification-done-precise verification-needed
2013-01-29 22:19:40 Steve Langasek tags patch regression-update verification-done-precise verification-needed patch regression-update verification-done
2013-02-05 17:57:16 Colin Watson removed subscriber Ubuntu Stable Release Updates Team
2013-02-05 18:00:29 Launchpad Janitor mountall (Ubuntu Quantal): status Fix Committed Fix Released
2013-02-05 18:04:25 Launchpad Janitor mountall (Ubuntu Precise): status Fix Committed Fix Released
2013-02-13 17:40:24 Launchpad Janitor branch linked lp:ubuntu/mountall
2013-12-11 02:04:17 Launchpad Janitor branch linked lp:debian/mountall
2013-12-11 02:04:41 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/precise/mountall/precise-proposed
2013-12-11 02:05:06 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/quantal/mountall/quantal-proposed
2014-02-07 16:03:52 Curtis Hovey removed subscriber Registry Administrators