touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #86971
[Bug 1466314] Re: UTMP Update makes booting 1:30min longer
Thanks. So systemd-update-utmp.service started in no time, this is a red
herring. The problem is this:
Jun 30 09:07:31 M2 systemd[1]: Job dev-disk-by\x2duuid-bb8b6759\x2d8fdb\x2d4e4b\x2d879b\x2d7701cb217d2a.device/start timed out.
Jun 30 09:07:31 M2 systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-bb8b6759\x2d8fdb\x2d4e4b\x2d879b\x2d7701cb217d2a.device.
Jun 30 09:07:31 M2 systemd[1]: Dependency failed for /dev/disk/by-uuid/bb8b6759-8fdb-4e4b-879b-7701cb217d2a.
Jun 30 09:07:31 M2 systemd[1]: Dependency failed for Swap.
Jun 30 09:07:31 M2 systemd[1]: Job swap.target/start failed with result 'dependency'.
Jun 30 09:07:31 M2 systemd[1]: Job dev-disk-by\x2duuid-bb8b6759\x2d8fdb\x2d4e4b\x2d879b\x2d7701cb217d2a.swap/start failed with result 'dependency'.
Jun 30 09:07:31 M2 systemd[1]: Job dev-disk-by\x2duuid-bb8b6759\x2d8fdb\x2d4e4b\x2d879b\x2d7701cb217d2a.device/start failed with result 'timeout'.
It seems your /etc/fstab contains a swap partition (by UUID) which isn't
found any more. This might be a regression from the new kernel if some
disk/file system related driver changed. Can you please copy&paste the
output of
sudo blkid
ls -lR /dev/disk/by-uuid/
grep -v '^#' /etc/fstab
Thanks!
** Summary changed:
- UTMP Update makes booting 1:30min longer
+ boot hangs on missing swap partition
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1466314
Title:
boot hangs on missing swap partition
Status in systemd package in Ubuntu:
Incomplete
Bug description:
With the recent kernel update for Ubuntu 15.04 the boot process takes
so long. At this line I have to wait 1:30 min until it gets over with
it:
> UPDATE UTMP System Boot/Shutdown ... (progress bar here)
How can we disable this? And why has the latest kernel introduced
this?
My system:
$ uname -a
Linux M2 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1466314/+subscriptions
References