Re: Restarts of journald

2017-03-05 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Mar 05, 2017 at 11:57:38PM +0100, Michael Biebl wrote: > Am 17.01.2017 um 03:51 schrieb Zbigniew Jędrzejewski-Szmek: > > On Sat, Jan 14, 2017 at 06:40:49PM +0100, Jarek Kamiński wrote: > >> Hello, > >> > >> #771122 explains that journald can't be restarted, as all stdout and > >> stderr fds

Re: Restarts of journald

2017-03-05 Thread Michael Biebl
Am 17.01.2017 um 03:51 schrieb Zbigniew Jędrzejewski-Szmek: > On Sat, Jan 14, 2017 at 06:40:49PM +0100, Jarek Kamiński wrote: >> Hello, >> >> #771122 explains that journald can't be restarted, as all stdout and >> stderr fds used by daemons to log would be lost. If I understand [..] > There were

Re: Restarts of journald

2017-01-16 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jan 14, 2017 at 06:40:49PM +0100, Jarek Kamiński wrote: > Hello, > > #771122 explains that journald can't be restarted, as all stdout and > stderr fds used by daemons to log would be lost. If I understand > correctly, that was fixed in v219[1] though: > > * systemd now provides a w

Re: Restarts of journald

2017-01-14 Thread Michael Biebl
Hi Jarek Am 14.01.2017 um 18:40 schrieb Jarek Kamiński: > Hello, > > #771122 explains that journald can't be restarted, as all stdout and > stderr fds used by daemons to log would be lost. If I understand > correctly, that was fixed in v219[1] though: >> * systemd now provides a way to st

Restarts of journald

2017-01-14 Thread Jarek Kamiński
Hello, #771122 explains that journald can't be restarted, as all stdout and stderr fds used by daemons to log would be lost. If I understand correctly, that was fixed in v219[1] though: > * systemd now provides a way to store file descriptors > per-service in PID 1.This is useful