Re: [systemd-devel] systemd-logind and selinux enforcing: Assertion failed

2015-05-29 Thread George Karakougioumtzis
not an option since there will be too many updates everyday for a mediocre adsl2+ connection. Thanks for answering and you were right as to where i should have mailed this. On 05/29/2015 04:54 PM, Lennart Poettering wrote: > On Fri, 29.05.15 14:04, George Karakougioumtzis (mad-prof

[systemd-devel] systemd-logind and selinux enforcing: Assertion failed

2015-05-29 Thread George Karakougioumtzis
As i was trying to enforce selinux on a fedora 21 i got this which seems more related to systemd-mailing list rather than the selinux one. systemd-logind[355]: Assertion 's->user->slice' failed at ../src/login/logind-session.c:496, function session_start_scope(). Aborting. As a result loginctl

[systemd-devel] Introducing a desktop notification app

2015-04-28 Thread George Karakougioumtzis
Hello. Based on a previous email that i sent to this list i wrote a python app that notifies the user on the desktop about systemd logins, failed systemd services, the status of some user defined services and also monitors systemd files in /usr/lib/systemd and /etc/systemd/ directories for modify,w

Re: [systemd-devel] directive for executing a script on service failure

2015-02-11 Thread George Karakougioumtzis
--- On 02/10/2015 10:53 PM, Lennart Poettering wrote: > On Fri, 06.02.15 21:23, Mantas Mikulėnas (graw...@gmail.com) wrote: > >> On Fri, Feb 6, 2015 at 5:26 PM, George Karakougioumtzis < >> mad-proffes...@hotmail.com> wrote: >> >

Re: [systemd-devel] directive for executing a script on service failure

2015-02-08 Thread George Karakougioumtzis
notif=DbusNotify() notif.doRun() ### On 02/07/2015 06:15 PM, Mantas Mikulėnas wrote: > On Sat, Feb 7, 2015 at 1:32 AM, George Karakougioumtzis > mailto:mad-proffes...@hotmail.com>> wrote: > > Interesting point, thanks for the clarifications. I thought that > it wo

Re: [systemd-devel] directive for executing a script on service failure

2015-02-06 Thread George Karakougioumtzis
and perhaps there was one already to call an external script. But thanks anyway On 02/06/2015 09:23 PM, Mantas Mikulėnas wrote: > On Fri, Feb 6, 2015 at 5:26 PM, George Karakougioumtzis > mailto:mad-proffes...@hotmail.com>> wrote: > > Hi. Congrats for the near perfect job

[systemd-devel] directive for executing a script on service failure

2015-02-06 Thread George Karakougioumtzis
Hi. Congrats for the near perfect job on systemd! I was searching for a directive to execute a script upon systemd service failure. I would like to receive desktop notifications about such failures. I stumbled upon OnFailure and FailureAction but these have hardcoded list of actions? Any hints how