Activity log for bug #1444402

Date Who What changed Old value New value Message
2015-04-15 10:30:24 Iain Lane bug added bug
2015-04-24 11:32:11 Iain Lane bug watch added https://bugs.freedesktop.org/show_bug.cgi?id=89383
2015-04-24 11:32:11 Iain Lane bug task added systemd
2015-04-24 11:32:27 Iain Lane bug added subscriber Didier Roche
2015-04-24 12:59:30 Bug Watch Updater systemd: status Unknown Confirmed
2015-04-24 12:59:30 Bug Watch Updater systemd: importance Unknown Critical
2015-04-24 12:59:34 Bug Watch Updater bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=743891
2015-04-27 08:05:02 Martin Pitt systemd (Ubuntu): status New In Progress
2015-04-27 08:05:04 Martin Pitt systemd (Ubuntu): importance Undecided Medium
2015-04-27 08:05:06 Martin Pitt systemd (Ubuntu): assignee Martin Pitt (pitti)
2015-04-27 08:05:10 Martin Pitt nominated for series Ubuntu Vivid
2015-04-27 08:05:10 Martin Pitt bug task added systemd (Ubuntu Vivid)
2015-04-27 08:11:37 Martin Pitt systemd (Ubuntu Vivid): milestone vivid-updates
2015-04-28 15:13:11 Martin Pitt systemd: importance Critical Undecided
2015-04-28 15:13:11 Martin Pitt systemd: status Confirmed New
2015-04-28 15:13:11 Martin Pitt systemd: remote watch freedesktop.org Bugzilla #89383
2015-04-28 15:46:59 Martin Pitt summary While sbuilding, systemd loops attempting to umount the underlay While sbuilding in LXLC, systemd loops attempting to umount the underlay
2015-04-28 15:47:04 Martin Pitt summary While sbuilding in LXLC, systemd loops attempting to umount the underlay While sbuilding in LXC, systemd loops attempting to umount the underlay
2015-05-06 05:58:08 Martin Pitt systemd (Ubuntu): milestone vivid-updates
2015-05-14 10:55:50 Martin Pitt attachment added /lib/systemd/systemd with proposed fix https://bugs.launchpad.net/systemd/+bug/1444402/+attachment/4397421/+files/systemd
2015-05-17 13:58:04 Martin Pitt attachment added /lib/systemd/systemd with proposed fix (v2) https://bugs.launchpad.net/systemd/+bug/1444402/+attachment/4398907/+files/systemd
2015-05-18 09:54:58 Martin Pitt tags systemd-boot
2015-05-18 09:55:36 Martin Pitt summary While sbuilding in LXC, systemd loops attempting to umount the underlay LXC with r/w sys and udev keeps trying to unmount bind mounts
2015-05-19 08:33:15 Martin Pitt attachment added /lib/systemd/systemd with proposed fix (v3) https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1444402/+attachment/4400057/+files/systemd
2015-05-19 11:45:23 Martin Pitt systemd: status New Fix Released
2015-05-19 16:28:26 Martin Pitt systemd (Ubuntu): status In Progress Fix Committed
2015-05-19 16:28:35 Martin Pitt systemd (Ubuntu Vivid): assignee Martin Pitt (pitti)
2015-05-19 18:54:44 Martin Pitt description I recently hit ENOSPC which turned out to be the result of various syslogs from the current and previous boots totalling up to 30G. They were filled with messages like Apr 15 11:22:35 vivid systemd[1]: Unit var-lib-schroot-union-underlay-vivid\x2damd64\x2d5d4f7453\x2d9a95\x2d4a6a\x2d9aee\x2d9394923bf734.mount is bound to inactive unit dev-disk-by\x2duuid-980689ca\x2de7d9\x2d4a99\x2d8230\x2d33b8b6e917cd.device. Stopping, too. Apr 15 11:22:35 vivid systemd[1]: Unmounting /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734... Apr 15 11:22:35 vivid umount[31795]: umount: /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734: target is busy Apr 15 11:22:35 vivid umount[31795]: (In some cases useful info about processes that Apr 15 11:22:35 vivid umount[31795]: use the device is found by lsof(8) or fuser(1).) Apr 15 11:22:35 vivid systemd[1]: var-lib-schroot-union-underlay-vivid\x2damd64\x2d5d4f7453\x2d9a95\x2d4a6a\x2d9aee\x2d9394923bf734.mount mount process exited, code=exited status=32 Apr 15 11:22:35 vivid systemd[1]: Failed unmounting /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734. Apr 15 11:22:35 vivid systemd[1]: Unit var-lib-schroot-union-underlay-vivid\x2damd64\x2d5d4f7453\x2d9a95\x2d4a6a\x2d9aee\x2d9394923bf734.mount is bound to inactive unit dev-disk-by\x2duuid-980689ca\x2de7d9\x2d4a99\x2d8230\x2d33b8b6e917cd.device. Stopping, too. Apr 15 11:22:35 vivid systemd[1]: Unmounting /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734... Apr 15 11:22:35 vivid systemd[1]: Unmounted /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734. Apr 15 11:22:35 vivid systemd[1]: Unit var-lib-schroot-union-underlay-vivid\x2damd64\x2d5d4f7453\x2d9a95\x2d4a6a\x2d9aee\x2d9394923bf734.mount entered failed state. looping constantly for the duration of any builds in sbuild. Why is systemd trying to do this? laney@vivid> apt-cache policy systemd systemd: Installed: 219-7ubuntu1 Candidate: 219-7ubuntu1 Version table: *** 219-7ubuntu1 0 500 http://sherwood/ubuntu/ vivid/main amd64 Packages 100 /var/lib/dpkg/status I recently hit ENOSPC which turned out to be the result of various syslogs from the current and previous boots totalling up to 30G. They were filled with messages like Apr 15 11:22:35 vivid systemd[1]: Unit var-lib-schroot-union-underlay-vivid\x2damd64\x2d5d4f7453\x2d9a95\x2d4a6a\x2d9aee\x2d9394923bf734.mount is bound to inactive unit dev-disk-by\x2duuid-980689ca\x2de7d9\x2d4a99\x2d8230\x2d33b8b6e917cd.device. Stopping, too. Apr 15 11:22:35 vivid systemd[1]: Unmounting /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734... Apr 15 11:22:35 vivid umount[31795]: umount: /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734: target is busy Apr 15 11:22:35 vivid umount[31795]: (In some cases useful info about processes that Apr 15 11:22:35 vivid umount[31795]: use the device is found by lsof(8) or fuser(1).) Apr 15 11:22:35 vivid systemd[1]: var-lib-schroot-union-underlay-vivid\x2damd64\x2d5d4f7453\x2d9a95\x2d4a6a\x2d9aee\x2d9394923bf734.mount mount process exited, code=exited status=32 Apr 15 11:22:35 vivid systemd[1]: Failed unmounting /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734. Apr 15 11:22:35 vivid systemd[1]: Unit var-lib-schroot-union-underlay-vivid\x2damd64\x2d5d4f7453\x2d9a95\x2d4a6a\x2d9aee\x2d9394923bf734.mount is bound to inactive unit dev-disk-by\x2duuid-980689ca\x2de7d9\x2d4a99\x2d8230\x2d33b8b6e917cd.device. Stopping, too. Apr 15 11:22:35 vivid systemd[1]: Unmounting /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734... Apr 15 11:22:35 vivid systemd[1]: Unmounted /var/lib/schroot/union/underlay/vivid-amd64-5d4f7453-9a95-4a6a-9aee-9394923bf734. Apr 15 11:22:35 vivid systemd[1]: Unit var-lib-schroot-union-underlay-vivid\x2damd64\x2d5d4f7453\x2d9a95\x2d4a6a\x2d9aee\x2d9394923bf734.mount entered failed state. looping constantly for the duration of any builds in sbuild. Why is systemd trying to do this? SRU TEST CASE: -------------- - Create a vivid container, and set "lxc.aa_profile = unconfined" and "lxc.mount.auto = sys:rw cgroup" in its config. (Note that the latter is not supported!) - Start the container - Run "mount -v -o bind /bin /mnt" - Observe that it doesn't stay mounted, but "sudo journalctl" says Mai 06 09:17:08 test systemd[1]: Unit mnt.mount is bound to inactive unit dev-sda3.device. Stopping, too. Mai 06 09:17:08 test systemd[1]: Unmounting /mnt... Mai 06 09:17:08 test systemd[1]: Unmounted /mnt. - With the fixed package bind mounts stay mounted. REGRESSION POTENTIAL: This could potentially break cleanup of stale mount points of either hotplug devices which disappear, or media which get forcefully ejected (like CDs). Testing should include that these still work. laney@vivid> apt-cache policy systemd systemd:   Installed: 219-7ubuntu1   Candidate: 219-7ubuntu1   Version table:  *** 219-7ubuntu1 0         500 http://sherwood/ubuntu/ vivid/main amd64 Packages         100 /var/lib/dpkg/status
2015-05-21 12:37:56 Launchpad Janitor systemd (Ubuntu): status Fix Committed Fix Released
2015-06-02 23:18:46 Brian Murray systemd (Ubuntu Vivid): status In Progress Fix Committed
2015-06-02 23:18:48 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2015-06-02 23:18:52 Brian Murray bug added subscriber SRU Verification
2015-06-02 23:18:57 Brian Murray tags systemd-boot systemd-boot verification-needed
2015-06-09 08:50:47 Iain Lane tags systemd-boot verification-needed systemd-boot verification-done
2015-06-10 18:21:30 Launchpad Janitor systemd (Ubuntu Vivid): status Fix Committed Fix Released
2015-06-10 18:21:39 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team
2017-04-27 23:45:44 Kirill Tkhai attachment added 471CAC1BAC1545C7FE4EA113AF0AA5D0.jpg https://bugs.launchpad.net/bugs/1444402/+attachment/4868940/+files/471CAC1BAC1545C7FE4EA113AF0AA5D0.jpg
2020-02-04 14:00:35 Ross Patterson removed subscriber Ross Patterson