Re: [systemd-devel] [PATCH] analyze/run: Use bus_open_transport_systemd instead of bus_open_transport.

2014-02-24 Thread Thomas Bächler
Am 21.02.2014 11:55, schrieb Thomas Bächler: Both systemd-analyze and systemd-run only access org.freedesktop.systemd1 on the bus. This patch allows using systemd-run --user and systemd-analyze --user even if the user session's bus is not properly integrated with the systemd user unit. Ping.

Re: [systemd-devel] [PATCH] analyze/run: Use bus_open_transport_systemd instead of bus_open_transport.

2014-02-24 Thread Lennart Poettering
On Fri, 21.02.14 11:55, Thomas Bächler (tho...@archlinux.org) wrote: Both systemd-analyze and systemd-run only access org.freedesktop.systemd1 on the bus. This patch allows using systemd-run --user and systemd-analyze --user even if the user session's bus is not properly integrated with the

Re: [systemd-devel] [PATCH] analyze/run: Use bus_open_transport_systemd instead of bus_open_transport.

2014-02-24 Thread Thomas Bächler
Am 24.02.2014 17:10, schrieb Lennart Poettering: On Fri, 21.02.14 11:55, Thomas Bächler (tho...@archlinux.org) wrote: Both systemd-analyze and systemd-run only access org.freedesktop.systemd1 on the bus. This patch allows using systemd-run --user and systemd-analyzeefau --user even if the

[systemd-devel] [PATCH] analyze/run: Use bus_open_transport_systemd instead of bus_open_transport.

2014-02-21 Thread Thomas Bächler
Both systemd-analyze and systemd-run only access org.freedesktop.systemd1 on the bus. This patch allows using systemd-run --user and systemd-analyze --user even if the user session's bus is not properly integrated with the systemd user unit. --- src/analyze/analyze.c | 2 +- src/run/run.c