Kloak.service is not restarting on my VMs.
I have Whonix installed twice and it happens on both Workstations.
Error: kloak.service: Failed with result 'core-dump'
Main PID: 1983 (code=dumped, signal=SYS)
Tried to restart it with
“sudo systemctl restart kloak”
“sudo systemctl stop kloak”
“sudo systemctl start kloak”
Nothing worked.
Which virtualizer?
Any unusual architecture?
Here is how you can debug it.
Can you make head or tail of that?
Virtualbox
No x86 Intel
Syscall 89, I will look into it further. When it does not work I can do a fresh install.
[workstation user ~]% sudo systemctl status kloak.service
× kloak.service - kloak anti keystroke deanonymization tool
Loaded: loaded (/lib/systemd/system/kloak.service; enabled; preset: enabled)
Active: failed (Result: core-dump) since Wed 2024-10-02 23:02:11 UTC; 5s ago
Duration: 80ms
Docs: https://github.com/vmonaco/kloak
Process: 1865 ExecStart=/usr/sbin/kloak (code=dumped, signal=SYS)
Main PID: 1865 (code=dumped, signal=SYS)
CPU: 77ms
Oct 02 23:02:11 host systemd[1]: kloak.service: Main process exited, code=dumped, status=31/SYS
Oct 02 23:02:11 host systemd[1]: kloak.service: Failed with result 'core-dump'.
Oct 02 23:02:11 host systemd[1]: kloak.service: Scheduled restart job, restart counter is at 5.
Oct 02 23:02:11 host systemd[1]: Stopped kloak.service - kloak anti keystroke deanonymization tool.
Oct 02 23:02:11 host systemd[1]: kloak.service: Start request repeated too quickly.
Oct 02 23:02:11 host systemd[1]: kloak.service: Failed with result 'core-dump'.
Oct 02 23:02:11 host systemd[1]: Failed to start kloak.service - kloak anti keystroke deanonymization tool.
zsh: exit 3 sudo systemctl status kloak.service
[workstation user ~]%
I can confirm this.
I also have this problem. I went down the rabbit hole and found this:
#define _NR_ReadLink 89
I have no idea if this right for my system so I did not modify file kloak.service. I will wait for a solution from someone more knowing than me. Sorry, cant be of more help.
Kloak package in stable repository was outdated. So this probably only affected upgrade versions.
Should be fixed after upgrades.
Fix kloak package (i had run into the readlink
seccomp issue myself earlier) should be fixed after upgrades.