[Bug 1282760] Re: update-motd-fsck-at-reboot claims that partitions will be checked even if check is disabled in fstab
Nils Kassube
kassube at gmx.net
Fri Feb 21 06:53:43 UTC 2014
Thanks for the review. With the cut command I want to select the mount
point and not the device. The device is known inside the loop from
"$part" but there are several ways to name the device in /etc/fstab
(device, UUID, label). It is unknown which version is used for the
partition in question. On your last output you can see the problem with
several device names and one UUID. Therefore it is easier to determine
the fstab line using the mount point, and that is at field 2. So the
output of
grep -v '^#' /etc/fstab | tr -s ' ' '\t' | cut -s -f 2,6
should be the mount points and the pass numbers.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to update-notifier in Ubuntu.
https://bugs.launchpad.net/bugs/1282760
Title:
update-motd-fsck-at-reboot claims that partitions will be checked even
if check is disabled in fstab
Status in “update-notifier” package in Ubuntu:
Incomplete
Bug description:
When I login remotely I get a message that a partition will be checked
at next reboot. This message will appear even after the next reboot
because in my /etc/fstab that partition is marked as not to check
(last field = 0). Either that message should not appear or it should
be different to indicate that the partition will not be checked
automatically but should be checked.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: update-notifier-common 0.152
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
Date: Thu Feb 20 21:17:12 2014
PackageArchitecture: all
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: update-notifier
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1282760/+subscriptions
More information about the foundations-bugs
mailing list