Re: [systemd-devel] [PATCH] machined: use x-machine-unix prefix for the container bus on dbus1

2015-02-28 Thread Benjamin Franzke
May I ask if this can be reviewed/applied? Thanks, Benjamin 2015-02-19 20:47 GMT+01:00 Benjamin Franzke : > This fixes "machinectl login" on systems configured with --disable-kdbus. > > The error was: > machinectl login foo > Failed to get machine PTY: Input/output e

[systemd-devel] [PATCH] machined: use x-machine-unix prefix for the container bus on dbus1

2015-02-19 Thread Benjamin Franzke
This fixes "machinectl login" on systems configured with --disable-kdbus. The error was: machinectl login foo Failed to get machine PTY: Input/output error --- src/machine/machine-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine-dbus.c b/src/machine/m

[systemd-devel] [PATCH] man: add newlines to the pull-raw example in machinectl(1)

2015-02-19 Thread Benjamin Franzke
They were removed in commit 798d3a52 ("Reindent man pages to 2ch"). --- man/machinectl.xml | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/man/machinectl.xml b/man/machinectl.xml index 9b07af4..640cb8b 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -715

[systemd-devel] [PATCH] logind: Allow PowerOff/Reboot in default context

2012-02-09 Thread Benjamin Franzke
--- I'm not sure whether its intentional that those aren't enabled by default. If so, feel free to reject this :) src/login/org.freedesktop.login1.conf |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/login/org.freedesktop.login1.conf b/src/login/org.freedesk

[systemd-devel] [PATCH] logind: Terminate bus_login_session_user_properties

2012-02-07 Thread Benjamin Franzke
Fixes segfault in systemd-logind, triggered by: systemd-loginctl show-session $XDG_SESSION_ID. Bug introduced by d200735e13c52dcfe36c0e066f9f6c2fbfb85a9c, so only systemd v39 is affected. --- src/login/logind-session-dbus.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/