[systemd-devel] systemd v4[01] and graphical login managers

2012-02-09 Thread Christian Hesse
Hello everybody, starting with systemd v40 I have problems with graphical login managers (tested with lightdm and slim on Arch). After successful user authentication the login manager is killed by systemd-logind with SIGTERM. I think this is because of the changes in commit logind: if we have to

Re: [systemd-devel] systemd v4[01] and graphical login managers

2012-02-09 Thread Lennart Poettering
On Thu, 09.02.12 18:50, Christian Hesse (l...@eworm.de) wrote: Hello everybody, starting with systemd v40 I have problems with graphical login managers (tested with lightdm and slim on Arch). After successful user authentication the login manager is killed by systemd-logind with SIGTERM. I

Re: [systemd-devel] [PATCH] Clarify man page with respect to automatic fstab dependencies.

2012-02-09 Thread Lennart Poettering
On Fri, 03.02.12 17:03, Bill Nottingham (nott...@redhat.com) wrote: Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set. Thanks! Applied. Lennart -- Lennart Poettering - Red Hat, Inc.

Re: [systemd-devel] systemd39: journald segfault brings down some user services

2012-02-09 Thread Lennart Poettering
On Fri, 03.02.12 11:53, warpme (war...@o2.pl) wrote: Hi, I have question related to latest systemd39 newly introduced journald. I'm on ArchLinux (kernel 3.0.18). Recently - after upgrade from systemd37-39 I'm observing decreased system stability. It manifests as random services outages.

Re: [systemd-devel] [PATCH v2 1/3] introduce WatchdogSec and hook up the watchdog with the existing failure logic

2012-02-09 Thread Lennart Poettering
On Thu, 09.02.12 10:21, Michael Olbrich (m.olbr...@pengutronix.de) wrote: +be restarted. Defaults to 0s, which +disables this feature./para/listitem This makes me think that it might be a good idea to add a new restart

Re: [systemd-devel] systemd v4[01] and graphical login managers

2012-02-09 Thread Christian Hesse
Lennart Poettering lenn...@poettering.net on Thu, 9 Feb 2012 19:38:39 +0100: On Thu, 09.02.12 18:50, Christian Hesse (l...@eworm.de) wrote: Hello everybody, starting with systemd v40 I have problems with graphical login managers (tested with lightdm and slim on Arch). After

Re: [systemd-devel] User services

2012-02-09 Thread Christian Hesse
Gustavo Sverzut Barbieri barbi...@profusion.mobi on Mon, 23 Jan 2012 12:22:46 -0200: On Mon, Jan 23, 2012 at 11:51 AM, Mike Kazantsev mk.frag...@gmail.com wrote: On Mon, 23 Jan 2012 09:16:52 +0100 Christian Hesse l...@eworm.de wrote: I think systemd caring about session is a great idea

[systemd-devel] A problem with sshd socket from converting inetd Services

2012-02-09 Thread Badiu Mircea Gabriel
Hello, I followed the steps from here http://0pointer.de/blog/projects/inetd.html to set-up ssh server to start when an it detect an incoming connection from remote host vis 22 port. I make the sshd.socket unit : /[Unit] Description=SSH Socket for Per-Connection Servers [Socket]

Re: [systemd-devel] [PATCH v3] service: add StartLimitInterval/StartLimitBurst/StartLimitAction

2012-02-09 Thread Lennart Poettering
On Thu, 09.02.12 13:05, Michael Olbrich (m.olbr...@pengutronix.de) wrote: src/dbus-service.c |7 + src/load-fragment-gperf.gperf.m4 |3 ++ src/load-fragment.c |1 + src/load-fragment.h |1 + src/service.c| 54

Re: [systemd-devel] systemd v4[01] and graphical login managers

2012-02-09 Thread Lennart Poettering
On Thu, 09.02.12 20:57, Christian Hesse (l...@eworm.de) wrote: Yes, there have been similar reports. Glad to hear I am not the only one... Could not find any reports so far. There were a couple on #systemd. systemd-logind tracks open sessions by keeping open a FIFO fd to the PAM

[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

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

2012-02-09 Thread Lennart Poettering
On Fri, 10.02.12 00:56, Benjamin Franzke (benjaminfran...@googlemail.com) wrote: --- I'm not sure whether its intentional that those aren't enabled by default. If so, feel free to reject this :) You are right. D-Bus should grant access to these calls, as we use Polkit for the real