On Friday, January 24, 2020 1:37:16 PM CET Jiri Slaby wrote:
On 24. 01. 20, 11:07, Peter Suetterlin wrote:
Frank Krüger wrote:
I have just realized that purge-kernels at boot in TW does not work anymore (multiversion is enabled).
Anyone else seeing this? Thank you.
Indeed, I just upgraded to 20200121, rebooted - no purge-kernels. And woodstock:~ # systemctl status purge-kernels.service Unit purge-kernels.service could not be found.
(but the systemctl call it did auto-complete pu+TAB to purge-kernels.service) That would be perhaps outcome of: https://bugzilla.suse.com/show_bug.cgi?id=1131629
It's a bug that /etc/systemd/system/multi-user.target.wants/purge-kernels.service is left as a dangling link. That's why TAB completion sees it, but systemctl doesn't.
thanks,
Jiri, in https://bugzilla.suse.com/show_bug.cgi?id=1131629 Michal Suchanek says that purge-kernels is now a part of zypper but the new purge-kernels.service file is not included in zypper. But there is a purge-kernels-service package in https://download.opensuse.org/tumbleweed/repo/oss/x86_64/purge-kernels-servi... that correctly calls "ExecStart=/usr/bin/zypper purge-kernels" but is not mentioned in the zypper.spec here https://build.opensuse.org/package/view_file/openSUSE:Factory/zypper/ zypper.spec?expand=1 Shouldn't the spec file contain a Requires: /usr/lib/systemd/system/purge-kernels.service or something similar like the package name? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org