When I shutdown I get the following error in kubuntu 18.10:
'[FAILED] Failed to start Apply Kernel Variables
See systemctl status systemd-sysctl.service for details'
Here is the output of the command 'systemctl status systemd-sysctl.service'
What can be the cause of this error
'
'[FAILED] Failed to start Apply Kernel Variables
See systemctl status systemd-sysctl.service for details'
Here is the output of the command 'systemctl status systemd-sysctl.service'
Code:
peer@kubuntu:~$ systemctl status systemd-sysctl.service ● systemd-sysctl.service - Apply Kernel Variables Loaded: loaded (/lib/systemd/system/systemd-sysctl.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Sun 2018-12-23 12:18:54 CET; 1min 40s ago Docs: man:systemd-sysctl.service(8) man:sysctl.d(5) Process: 636 ExecStart=/lib/systemd/systemd-sysctl (code=exited, status=1/FAILURE) Main PID: 636 (code=exited, status=1/FAILURE) dec 23 12:18:54 kubuntu systemd[1]: systemd-sysctl.service: Failed with result 'exit-code'. dec 23 12:18:54 kubuntu systemd[1]: Failed to start Apply Kernel Variables. dec 23 12:18:54 kubuntu systemd[1]: Starting Apply Kernel Variables... dec 23 12:18:54 kubuntu systemd[1]: systemd-sysctl.service: Main process exited, code=exited, st dec 23 12:18:54 kubuntu systemd[1]: systemd-sysctl.service: Failed with result 'exit-code'. dec 23 12:18:54 kubuntu systemd[1]: Failed to start Apply Kernel Variables. dec 23 12:18:54 kubuntu systemd[1]: Starting Apply Kernel Variables... dec 23 12:18:54 kubuntu systemd[1]: systemd-sysctl.service: Main process exited, code=exited, st dec 23 12:18:54 kubuntu systemd[1]: systemd-sysctl.service: Failed with result 'exit-code'. dec 23 12:18:54 kubuntu systemd[1]: Failed to start Apply Kernel Variables.
'
Comment