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
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
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
---
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
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/