Maybe someone have encountered a similar problem. Today after updates at boot systemd-rfkill.service fails. In system logs I see:
systemd[1]: Starting Load/Save RF Kill Switch Status…
systemd-rfkill[982]: Read event structure of invalid size.
systemd[1]: systemd-rfkill.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: systemd-rfkill.service: Failed with result ‘exit-code’.
systemd[1]: Failed to start Load/Save RF Kill Switch Status.
systemd[1]: Starting Load/Save RF Kill Switch Status…
systemd-rfkill[1136]: Read event structure of invalid size.
systemd[1]: systemd-rfkill.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: systemd-rfkill.service: Failed with result ‘exit-code’.
systemd[1]: Failed to start Load/Save RF Kill Switch Status.
But after my system boots up and I restart systemd-rfkill.service (sudo systemctl restart systemd-rfkill.service) then it doesn’t fail. After a while it enters into [FONT=arial]inactive (dead) state, but it might be a normal behaviour.
[/FONT]
My system:
Operating System: openSUSE Tumbleweed 20210307 KDE Plasma Version: 5.21.1 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2 Kernel Version: 5.11.2-1-default OS Type: 64-bit Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-8650U CPU @ 1.90GHz
Memory: 15,0 GiB of RAM
Graphics Processor: Mesa DRI Intel® UHD Graphics 620
Anyone having similar problem? Any suggestions? Thank you
I’m getting the same , and this, also - note for systemd-rfkill.SOCKET
sudo systemctl status systemd-rfkill.socket
● systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch
Loaded: loaded (/usr/lib/systemd/system/systemd-rfkill.socket; static)
Active: failed (Result: service-start-limit-hit) since Wed 2021-03-10 09:25:24 GMT; 44min ago
Triggers: ● systemd-rfkill.service
Docs: man:systemd-rfkill.socket(8)
Listen: /dev/rfkill (Special)
Mar 10 09:25:20 laptop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Mar 10 09:25:24 laptop systemd[1]: systemd-rfkill.socket: Failed with result 'service-start-limit-hit'.
a (very brief) search around for " Failed with result ‘service-start-limit-hit’." seems to suggest that either a folder is missing, has the wrong permissions, or is still mounted read-only at that point during the boot process
So this could be an underlying reason - but I stress, I’ve not done any digging around to confirm this