22 Feb
2016
22 Feb
'16
7:40 p.m.
Gday everyone, Since the last systemd update (229) I haven't been able to run my systemd user instance. I'm getting this error when I try to run "systemctl --user status": Failed to connect to bus: No such file or directory Running strace reveals that it tries to connect to kdbus which isn't available on the current kernel: open("/sys/fs/kdbus/1000-user/bus", O_RDWR|O_NOCTTY|O_CLOEXEC) = -1 ENOENT (No such file or directory) I've tried disabling kdbus adding "kdbus=0" as kernel parameter but that didn't work. Any help here will be greatly appreciated.