From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30649: Cuirass service does not rotate its logs Date: Fri, 02 Mar 2018 00:47:55 +0100 Message-ID: <87606ehbtq.fsf@gnu.org> References: <20180228145039.GA4589@jurong> <87y3jb4utx.fsf@gnu.org> <20180301164310.GA13951@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erkJA-0000nz-3y for bug-guix@gnu.org; Fri, 02 Mar 2018 08:01:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erkJ4-0005tj-Hp for bug-guix@gnu.org; Fri, 02 Mar 2018 08:01:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60559) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erkJ4-0005tZ-Eb for bug-guix@gnu.org; Fri, 02 Mar 2018 08:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erkJ4-0007CD-6b for bug-guix@gnu.org; Fri, 02 Mar 2018 08:01:02 -0500 In-Reply-To: <20180228145039.GA4589@jurong> Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Andreas Enge Cc: 30649-done@debbugs.gnu.org Andreas Enge skribis: > On Thu, Mar 01, 2018 at 05:35:54PM +0100, Ludovic Court=C3=A8s wrote: >> The cuirass service in GuixSD explicitly extends rottlog so that this >> file is rotated on a weekly basis. Perhaps you just need to wait a >> little longer? > > The problem is not that the file grows too large. > > The problem was that after rebooting the server, the file was *replaced* > with newly written content. Maybe the problem is not rotation, but opening > a file in "write" instead of "append" mode... Oh indeed, that=E2=80=99s a different thing. This is fixed by Shepherd commit 7b4c88bac70f0bad82ef70fd5b682a49bc227478, thanks! Ludo=E2=80=99.