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: Thu, 01 Mar 2018 17:35:54 +0100 Message-ID: <87y3jb4utx.fsf@gnu.org> References: <20180228145039.GA4589@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]:45300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erRBj-0006GH-A9 for bug-guix@gnu.org; Thu, 01 Mar 2018 11:36:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erRBe-0002Ow-12 for bug-guix@gnu.org; Thu, 01 Mar 2018 11:36:10 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59868) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erRBd-0002Oq-So for bug-guix@gnu.org; Thu, 01 Mar 2018 11:36:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erRBd-00060B-Mu for bug-guix@gnu.org; Thu, 01 Mar 2018 11:36:05 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180228145039.GA4589@jurong> (Andreas Enge's message of "Wed, 28 Feb 2018 15:50:39 +0100") 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@debbugs.gnu.org Andreas Enge skribis: > while testing the cuirass service on bayfront, I see the following: > > $ ll /var/log/c* > -rw-r--r-- 1 root root 2003521 Feb 28 15:38 /var/log/cuirass.log 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? Ludo=E2=80=99.