Description of problem: mga8 dev0 systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. boot system 2. journalctl --no-hostname | grep KillMode 3.
Confirmed. See similars outputs since change to systemd 246. Assigning to Basesystem maintainers.
CC: (none) => ouaurelienAssignee: bugsquad => basesystem
CC: ouaurelien => (none)
Upstream plymouth has been updated on 2020-07-08 (https://www.freedesktop.org/software/plymouth/releases/) This adds: 0.9.5 - Add new firmware-upgrade mode - Deprecate some cruft, expunge some old code - Add keyboard layout indicator - Add translations - Improve boot.log output - Darmatically rework DRM renderer - Add support for EFI vendor provided logos - Theme updates - Misc fixes Issue reported by an Arch user. Also give some comment there.
URL: (none) => https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/123
Upstream has release a commit on gitlab in master branch on Sept. 18th 2020. https://gitlab.freedesktop.org/plymouth/plymouth/-/commit/b406b0895a95949db2adfedaeda451f36f2b51c3 Notable change: systemd-units/plymouth-start.service.in @@ -6,11 +6,12 @@ After=systemd-vconsole-setup.service systemd-udev-trigger.service systemd-udevd. Before=systemd-ask-password-plymouth.service ConditionKernelCommandLine=!plymouth.enable=0 ConditionVirtualization=!container IgnoreOnIsolate=true <==== Added [Service] ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash Type=forking RemainAfterExit=yes KillMode=mixed <==== Modified SendSIGKILL=no We are currently at 0.9.5-1.mga8 release, in phase with upstream. Commit has been done after release. Tested above changes: OK on my Cauldron.
CC: (none) => ouaurelien
Still valid with Mageia 8 RC take 5. See comments above for solving this unnecessary complain. Affected version: plymouth-0.9.5-3.mga8.src.rpm CC'd tmb on this.
CC: (none) => tmbSource RPM: plymouth-0.9.4-3.mga8.src.rpm => plymouth-0.9.5-3.mga8.src.rpm
fix merged in plymouth-0.9.5-5.mga8
Resolution: (none) => FIXEDStatus: NEW => RESOLVED
Thanks Thomas!