From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etaxB-0001yf-6V for guix-patches@gnu.org; Wed, 07 Mar 2018 10:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etax8-0006ZN-Il for guix-patches@gnu.org; Wed, 07 Mar 2018 10:26:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41791) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etax8-0006Z9-FB for guix-patches@gnu.org; Wed, 07 Mar 2018 10:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1etax8-0000dk-8z for guix-patches@gnu.org; Wed, 07 Mar 2018 10:26:02 -0500 Subject: [bug#30498] [PATCH 0/3] Log to syslog whenever possible Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87371ea2jj.fsf@gnu.org> <20180307110454.17110-1-ludo@gnu.org> Date: Wed, 07 Mar 2018 16:25:28 +0100 In-Reply-To: <20180307110454.17110-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Wed, 7 Mar 2018 12:04:51 +0100") Message-ID: <871sgvsyaf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30498@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > However! The downside is that messages upon shutdown written after > syslogd has been killed are lost: they go to /dev/kmsg, which goes to > the console at that point, but they=E2=80=99re not written anywhere. I should point out that this is already the case in shepherd master. Ludo=E2=80=99.