I updated TW today, this time it was only Packman and malcomlewis’ https://download.opensuse.org/repositories/home:/malcolmlewis:/openSUSE_General/openSUSE_Tumbleweed. I have the latter for the netatop utility only, packages netatop and netatop-kmp-default. Last week’s TW updates had all been done previously.
Now TW throws
Failed to start Load Kernel Modules
See systemctl status systemd-modules-load.service
to the screen while booting.
Checking:
$ systemctl status systemd-modules-load
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
Active: active (exited) since Mon 2019-09-30 14:03:37 CEST; 17min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Main PID: 521 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
Memory: 0B
CGroup: /system.slice/systemd-modules-load.service
$ sudo journalctl -b | grep -i module
Sep 30 14:03:34 susytmblwdke8570 kernel: ACPI: Added _OSI(Module Device)
Sep 30 14:03:34 susytmblwdke8570 systemd-modules-load[260]: Inserted module 'scsi_dh_alua'
Sep 30 14:03:34 susytmblwdke8570 systemd-modules-load[260]: Inserted module 'scsi_dh_emc'
Sep 30 14:03:34 susytmblwdke8570 systemd-modules-load[260]: Inserted module 'scsi_dh_rdac'
Sep 30 14:03:34 susytmblwdke8570 systemd-modules-load[260]: Inserted module 'dm_multipath'
Sep 30 14:03:34 susytmblwdke8570 systemd-modules-load[260]: Failed to find module 'netatop'
Sep 30 14:03:34 susytmblwdke8570 systemd-modules-load[260]: Inserted module 'sg'
Sep 30 14:03:37 susytmblwdke8570 kernel: netatop: loading out-of-tree module taints kernel.
Sep 30 14:03:37 susytmblwdke8570 kernel: netatop: module verification failed: signature and/or required key missing - tainting kernel
Sep 30 14:03:37 susytmblwdke8570 systemd-modules-load[521]: Inserted module 'netatop'
Sep 30 14:03:37 susytmblwdke8570 systemd[1]: Starting VirtualBox Linux kernel module...
Sep 30 14:03:38 susytmblwdke8570 systemd[1]: Started VirtualBox Linux kernel module.
Sep 30 14:03:38 susytmblwdke8570 systemd[1]: Starting Load extra kernel modules for sound stuff...
Sep 30 14:03:38 susytmblwdke8570 systemd[1]: Started Load extra kernel modules for sound stuff.
Sep 30 14:03:38 susytmblwdke8570 systemd[1]: Starting VirtualBox Linux autostart module...
Sep 30 14:03:38 susytmblwdke8570 systemd[1]: Started VirtualBox Linux autostart module.
Sep 30 14:03:57 susytmblwdke8570 plasmashell[2387]: invalid metadata "/usr/lib64/qt5/plugins/krossmoduleforms.so"
Sep 30 14:03:57 susytmblwdke8570 plasmashell[2387]: invalid metadata "/usr/lib64/qt5/plugins/krossmodulekdetranslation.so"
Sep 30 14:04:03 susytmblwdke8570 kwin_x11[2379]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
So this seems to boil down to something related to netatop:
$ sudo journalctl -b | grep -i netatop
Sep 30 14:03:34 susytmblwdke8570 systemd-modules-load[260]: Failed to find module 'netatop'
Sep 30 14:03:37 susytmblwdke8570 kernel: netatop: loading out-of-tree module taints kernel.
Sep 30 14:03:37 susytmblwdke8570 kernel: netatop: module verification failed: signature and/or required key missing - tainting kernel
Sep 30 14:03:37 susytmblwdke8570 systemd-modules-load[521]: Inserted module 'netatop'
From here, I don’t know how to proceed towards a solution.
I tried to remove all netatop stuff:
$ sudo systemctl stop netatopd
$ sudo systemctl disable netatopd
$ sudo modprobe -r netatop
All these went through. Rebooted, but no success, “Failed to start Load Kernel Modules” and “Failed to find module netatop” remain. I figure modprobe did rebuild the initramfs; or should I have done that - but how??? As a next try, I uninstalled the two packages netatop and netatop-kmp-default. Reboot, but without success either. Finally, I installed the netatop and netatop-kmp-packages again, modprobe’d netatop and started the netatopd service. Rebooting to no success continues.
I am on TW KDE/Plasma, with kernel 5.2.14-1-default. I did not try the one older kernel version present yet.
Now, can I get your help again, please? In particular malcolmlewis’. What am I missing? What has gone wrong? Anyway, I’d like to have a clean boot again, either with netatop or without it. Maybe it is not related to netatop? Thanks a lot in advance.