Re: [systemd-devel] [RFC 4/4] add remote-fs dependencies if needed after change

2014-11-08 Thread Andrei Borzenkov
В Thu, 6 Nov 2014 21:11:03 -0800 Chris Leech пишет: > This is an attempt to add it the remote-fs dependencies to a mount unit > if the options change, like when the utab options are picked up after > mountinfo has already been processed. It just adds the remote-fs > dependencies, leaving the lo

Re: [systemd-devel] [PATCH] smack: introduce new SmackLabelExec option

2014-11-08 Thread Casey Schaufler
On 11/6/2014 10:43 PM, WaLyong Cho wrote: > On 11/07/2014 09:35 AM, Lennart Poettering wrote: >> On Fri, 07.11.14 04:17, WaLyong Cho (walyong@gmail.com) wrote: >> >>> SMACK64 >>> Used to make access control decisions. In almost all cases >>> the label given to a new filesystem object wi

Re: [systemd-devel] Shutdown problems

2014-11-08 Thread Nikolaus Rath
Lennart Poettering writes: > On Thu, 06.11.14 19:07, Nikolaus Rath (nikol...@rath.org) wrote: > >> Hello, >> >> I'm having some trouble shutting down my system with systemd. What >> happens is the following: >> >> * If I execute "systemctl reboot" while a text console is active, >>everythin

Re: [systemd-devel] Unexpecte behavior for timer with OnActiveSec

2014-11-08 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Nov 08, 2014 at 04:36:30PM +0300, Andrei Borzenkov wrote: > В Fri, 7 Nov 2014 08:56:49 + > "Paassen, Hiram van" пишет: > > > Hi, > > > > We need to switch to a different target after 30 min of starting that > > target. Switching happens with isolate. > > So we have a timer with OnAc

Re: [systemd-devel] Unexpecte behavior for timer with OnActiveSec

2014-11-08 Thread Andrei Borzenkov
В Fri, 7 Nov 2014 08:56:49 + "Paassen, Hiram van" пишет: > Hi, > > We need to switch to a different target after 30 min of starting that target. > Switching happens with isolate. > So we have a timer with OnActiveSec=30min witch starts a service that calls > systemctl isolate > > This wo

Re: [systemd-devel] systemd user service when x is started

2014-11-08 Thread arnaud gaboury
> As I said, you just need to ensure that when you startx, your session > launch 'systemctl --user wm.target' automatically. I put this command in my > '.xprofile' (because the *DM usually source this file), and my .xinitrc > contains > [ -r "$HOME/.xprofile" ] && . "$HOME/.xprofile" > so it works

Re: [systemd-devel] [PATCH] network/networkd-netdev-veth.c: Fix a typo.

2014-11-08 Thread David Herrmann
Hi On Sat, Nov 8, 2014 at 11:59 AM, Rami Rosen wrote: > This patch fixes a typo in network/networkd-netdev-veth.c. > > Signed-off-by: Rami Rosen No sign-offs needed on systemd. I changed the commit-msg to systemd style and pushed the fix as "network: fix typo". Thanks! David > --- > src/net

[systemd-devel] [PATCH] network/networkd-netdev-veth.c: Fix a typo.

2014-11-08 Thread Rami Rosen
This patch fixes a typo in network/networkd-netdev-veth.c. Signed-off-by: Rami Rosen --- src/network/networkd-netdev-veth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/networkd-netdev-veth.c b/src/network/networkd-netdev-veth.c index da09ef9..ca2bb07 100644

Re: [systemd-devel] systemd user service when x is started

2014-11-08 Thread Damien Robert
From arnaud gaboury, Fri 07 Nov 2014 at 21:00:14 (+0100) : > I maybe was not explicit enough. > I have a bunch of user services started as soon as I log in. > then I $ startx > > After this command, I would like systemctl --user start some services > (window manager, etc). Yes, this is the same s