mocaccinoOS / mocaccino

:musical_score: where magic happens
69 stars 7 forks source link

Plymouth errors in journal due to deprecated option in use #34

Closed jcfrosty closed 2 years ago

jcfrosty commented 3 years ago

Aug 08 16:38:36 Zero systemd[1]: /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.

joostruis commented 2 years ago

Should be fixed upstream Gentoo. Can you file a bug there?

joostruis commented 2 years ago

Relevant patch is here: https://cgit.freedesktop.org/plymouth/commit/systemd-units/plymouth-start.service.in?id=9d0f8b2e7bc2d1d2b0900fcdf119bb9a2cc4f474 What are we going to do about this?

joostruis commented 2 years ago

sed '/^sConditionVirtualization.*/a IgnoreOnIsolate=true' /lib/systemd/system/plymouth-start.service sed -i -e 's/KillMode=none/KillMode=mixed/g' /lib/systemd/system/plymouth-start.service