Hello Andreas, Andreas Henriksson wrote on 05/17/2015 21:39: > Hello Jörg-Volker Peetz. > > Thanks for your bug report. > > On Sat, May 16, 2015 at 06:44:53PM +0200, Jörg-Volker Peetz wrote: >> Package: mount, util-linux >> Version: 2.26.2-2 >> Severity: normal >> >> Dear Maintainer, >> >> since version 2.26 the remounting of the root file system with >> lazytime/nolazytime seems to be broken. The command >> >> # mount -o remount,lazytime / >> >> has no effect if lazytime is not set. > > Could you please check if commenting out the following row > in debian/rules and rebuilding the package makes any difference > for this issue? > > CONFOPTS += --enable-libmount-force-mountinfo > > Quick hints for rebuilding the package: > cd /tmp > apt-get source util-linux > cd util-linux > # edit debian/rules to comment or delete the row mentioned above. > apt-get build-dep util-linux > dpkg-buildpackage -uc -us > dpkg -i ../libmount_*.deb ../mount_*.deb > Thanks for the instructions.
Before going further in this direction some more informations: In order to get the lazytime mount option set for the root file system, the /etc/fstab entry was not enough, I had to use the kernel parameter rootflags=lazytime also. I use a self compiled stable kernel 4.0.3 without initramfs. Meanwhile I've downgraded to util-linux version 2.25.2-5, where this bug is not present. There's some discussion going on upstream, about where the bug is really located, see, e.g., http://article.gmane.org/gmane.comp.file-systems.ext4/48663 and http://thread.gmane.org/gmane.comp.file-systems.ext4/48676 > > Maybe that change is completely unrelated to your issue, but would be > appreciated if you could help me out with checking if so. > I'll check it as soon as possible. >> Also I see a warning like >> >> findfs: unable to resolve UUID=... >> >> (don't remember the exact message) during the boot process. > > Please check your system logs and provide full details about this. > I should have sent this in another bug report as wishlist. This message appears also with util-linux 2.25.2-5. The message appears only on the boot screen and the uuid is the one of the root file system. It reads findfs: unable to resolve 'UUID=1f7c8ee0-...' where I substituted '...' for the rest of the uuid. > Regards, > Andreas Henriksson > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

