← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2114116] Re: Questing boot splash is interrupted by fsck "clean" message

 

> 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
Debcrafters packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/2114116

Title:
  Questing boot splash is interrupted by fsck "clean" message

Status in initramfs-tools package in Ubuntu:
  Triaged
Status in plymouth package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Opinion

Bug description:
  In Questing we no longer have all-graphical splash screens prior to
  the login screen. There is an fsck "clean" message on the console
  causing the system to switch to text mode during boot.

  This is a regression of bug 1970069 in 25.10, which was fully resolved
  in 24.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2114116/+subscriptions



References