> It also seems to affect the shutdown splash
Confirm. playmouthd just not started at shutdown. Probably because
/run/systemd/fsck.progress already exists, but with mentioned patch
there is bind to it and exit with "plymouthd already running" message on
error.
+@@ -214,7 +232,11 @@
+ ply_listen_to_unix_socket
(PLY_BOOT_PROTOCOL_TRIMMED_ABSTRACT_SOCKET_PATH,
+
PLY_UNIX_SOCKET_TYPE_TRIMMED_ABSTRACT);
+
+- if (server->socket_fd < 0)
++ server->fsck_progress_fd =
++ ply_listen_to_unix_socket ("/run/systemd/fsck.progress",
++ PLY_UNIX_SOCKET_TYPE_CONCRETE);
++
++ if (server->socket_fd < 0 || server->fsck_progress_fd < 0)
+ return false;
+
+ return true;
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2114116
Title:
Questing boot splash is interrupted by fsck "clean" message
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2114116/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs