[systemd-devel] Systemd loads units before btrfs subvolumes are mounted

2016-05-24 Thread Rashmi Ranjan Mohanty
Hi, Our whole software is installed into /opt. So the systemd unit files are also there in /opt and the units are enabled to start on boot using the command "systemctl enable ". But if the /opt is a subvolume on a btrfs file system, when the system boots, sometimes (or on some systems) systemd

Re: [systemd-devel] Hear opinions about changing watchdog timeout value during service running

2016-05-24 Thread David R. Piegdon
Hi, On Tuesday 2016-05-24 12:12:56 +0200, Lennart Poettering wrote: > Also, we already have NotifyAccess= already, which I think is enough. NotifyAccess= slipped my mind, so agreed. However, watchdogs being a safety (vs security;) feature, I still feel that an upper bound should be configurabl

Re: [systemd-devel] [ANNOUNCE] systemd v230

2016-05-24 Thread Zbigniew Jędrzejewski-Szmek
On Sun, May 22, 2016 at 01:33:13PM +0500, Alexander E. Patrakov wrote: > 22.05.2016 03:51, Zbigniew Jędrzejewski-Szmek пишет: > >Hi, > > > >systemd v230 has been tagged. Enjoy! > > > >CHANGES WITH 230: > > > > >* Framebuffer devices (/dev/fb*) and 3D printers and scanners > > (d

Re: [systemd-devel] UEFI menu entries wiped from BIOS after power off at dm-crypt boot prompt

2016-05-24 Thread Michal Sekletar
On Sat, May 21, 2016 at 10:43 PM, Jamie Kitson wrote: > if I power off my computer at the dm-crypt boot password prompt my UEFI > menu entries get wiped from the BIOS and reset to the single default > Windows option. What do you exactly mean by "menu entries get wiped from the BIOS"? Does BootOrd

Re: [systemd-devel] Running ldconfig at boot

2016-05-24 Thread Michal Sekletar
On Mon, May 23, 2016 at 4:01 PM, Florian Weimer wrote: > I expect there are still installations out there which run /opt (or > something like it) off NFS. rpms shipped by many ISVs install things to /opt and also we seen quite often that /opt has remote-fs mounted in it. Also, administrators exp

Re: [systemd-devel] Hear opinions about changing watchdog timeout value during service running

2016-05-24 Thread Lennart Poettering
On Mon, 23.05.16 19:23, David R. Piegdon (syst...@p23q.org) wrote: > Hi, > > No general counter-arguments here, but I would like to strongly suggest > that support for this has to be explicitly enabled in the services unit, > preferably with required configuration of an upper bound. E.g. > > >

Re: [systemd-devel] restart vs. stop/start

2016-05-24 Thread Lennart Poettering
On Mon, 23.05.16 22:45, Christian Boltz (systemd-de...@cboltz.de) wrote: > > We don't support that as our logic permits merging of jobs. This means > > that if two clients enqueue two stop or two start jobs at the same > > time, then we will only actually run one. In fact, this merging of > > jobs

Re: [systemd-devel] restart vs. stop/start

2016-05-24 Thread Lennart Poettering
On Mon, 23.05.16 22:52, Christian Boltz (systemd-de...@cboltz.de) wrote: > > It appears to me, that you are trying to map something onto the > > "service" concept, that probably shouldn't really be a service. As > > someone who really doesn't know aa I'd probably suggest to have some > > tool mayb

Re: [systemd-devel] launching an interactive user session

2016-05-24 Thread Lennart Poettering
On Mon, 23.05.16 18:06, Mike Gulick (mike.gul...@mathworks.com) wrote: > > On 05/23/2016 06:07 AM, Lennart Poettering wrote: > >On Fri, 20.05.16 20:10, Mike Gulick (mike.gul...@mathworks.com) wrote: > > > >>Hi systemd-devel, > >> > >>I'm on Debian Jessie running the default systemd-215. I have a

Re: [systemd-devel] Fwd: Handling ExecStop failure

2016-05-24 Thread Lennart Poettering
On Tue, 24.05.16 14:29, Ashish Sangwan (ashishsangw...@gmail.com) wrote: > > As discussed in the other mails in this thread: maybe this is simply > > confusion about what "console" in StandardOutput=console+journal > > actually means. It does not mean the tty that you invoked "systemctl" > > from.

Re: [systemd-devel] Fwd: Handling ExecStop failure

2016-05-24 Thread Ashish Sangwan
On Mon, May 23, 2016 at 6:21 PM, Lennart Poettering wrote: > On Mon, 23.05.16 18:16, Ashish Sangwan (ashishsangw...@gmail.com) wrote: > >> On Mon, May 23, 2016 at 2:13 PM, Lennart Poettering >> wrote: >> > On Mon, 23.05.16 13:30, Ashish Sangwan (ashishsangw...@gmail.com) wrote: >> > >> >> The fir