From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#30649: Cuirass service does not rotate its logs Date: Thu, 1 Mar 2018 17:43:10 +0100 Message-ID: <20180301164310.GA13951@jurong> References: <20180228145039.GA4589@jurong> <87y3jb4utx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erRJO-0004TG-H6 for bug-guix@gnu.org; Thu, 01 Mar 2018 11:44:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erRJK-0007Hh-GY for bug-guix@gnu.org; Thu, 01 Mar 2018 11:44:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59885) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erRJK-0007HQ-Ca for bug-guix@gnu.org; Thu, 01 Mar 2018 11:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1erRJJ-0006CJ-Lz for bug-guix@gnu.org; Thu, 01 Mar 2018 11:44:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87y3jb4utx.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30649@debbugs.gnu.org On Thu, Mar 01, 2018 at 05:35:54PM +0100, Ludovic Courtès 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... Andreas