Re: [systemd-devel] [PATCH] bus-control: Fix cgroup handling

2014-08-18 Thread Lennart Poettering
On Sat, 16.08.14 13:55, Denis Kenzior (denk...@gmail.com) wrote: > On systems without properly setup systemd, cg_get_root_path returns > -ENOENT. This means that busctl doesn't display much information. > > busctl monitor also fails whenever it intercepts messages. > > This fix fakes creates a

[systemd-devel] [PATCH] bus-control: Fix cgroup handling

2014-08-16 Thread Denis Kenzior
On systems without properly setup systemd, cg_get_root_path returns -ENOENT. This means that busctl doesn't display much information. busctl monitor also fails whenever it intercepts messages. This fix fakes creates a fake "/" root cgroup which lets busctl work on such systems. --- src/libsyste