[Bug 1877078] Re: Please ship empty /etc/fstab in LXD images

Launchpad Bug Tracker 1877078 at bugs.launchpad.net
Tue Jun 23 20:06:00 UTC 2020


This bug was fixed in the package livecd-rootfs - 2.668

---------------
livecd-rootfs (2.668) groovy; urgency=medium

  [ Łukasz 'sil2100' Zemczak ]
  * Enable overrides of UC20 grade dangerous channels - as this is possible.
    (LP: #1879350)

  [ Patrick Wu ]
  * live-build/ubuntu/hooks/040-hyperv-desktop-images.binary: fix issues
    with Hyper-V xrdp support.

  [ Balint Reczey ]
  * Remove fstab from squashfs images (LP: #1877078)

 -- Dimitri John Ledkov <xnox at ubuntu.com>  Tue, 23 Jun 2020 15:05:11
+0100

** Changed in: livecd-rootfs (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1877078

Title:
  Please ship empty /etc/fstab in LXD images

Status in livecd-rootfs package in Ubuntu:
  Fix Released

Bug description:
  Systemd boots degraded because of the invalid content of /etc/fstab:

  $ lxc shell gg-test 
  root at gg-test:~# systemctl is-system-running 
  degraded
  root at gg-test:~# systemctl list-units --failed 
    UNIT                       LOAD   ACTIVE SUB    DESCRIPTION                         
  ● systemd-remount-fs.service loaded failed failed Remount Root and Kernel File Systems

  LOAD   = Reflects whether the unit definition was properly loaded.
  ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  SUB    = The low-level unit activation state, values depend on unit type.

  1 loaded units listed.
  root at gg-test:~# cat /etc/fstab 
  LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
  root at gg-test:~# echo "" > /etc/fstab 
  root at gg-test:~# reboot

  Session terminated, killing shell... ...killed.
  rbalint at yogi:~$ lxc shell gg-test 
  root at gg-test:~# systemctl is-system-running 
  running
  root at gg-test:~# systemctl list-units --failed 
    UNIT LOAD ACTIVE SUB DESCRIPTION
  0 loaded units listed.

  
  Not shipping is also fixing the issue, but some programs (such as systemd autopkgtes) reads fstab and a missing fstab should be special-cased, thus that would cause more breakages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1877078/+subscriptions



More information about the foundations-bugs mailing list