From unknown Fri Mar 29 15:21:05 2024 X-Loop: owner@bugs.devuan.org Subject: bug#595: , bug#596: podman: messages Reply-To: Mark Hindley , 595@bugs.devuan.org Resent-From: Mark Hindley Resent-To: devuan-bugs@lists.dyne.org Resent-CC: devuan-dev@lists.dyne.org X-Loop: owner@bugs.devuan.org Resent-Date: Wed, 28 Jul 2021 15:03:10 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: followup 595 X-Devuan-PR-Package: src:debian-config-override X-Devuan-PR-Keywords: References: <162707371784.4203.15006124007437811971.reportbug@devuan-vm> <162706778745.3255.9471676401046868613.reportbug@devuan-vm> Received: via spool by 595-submit@bugs.devuan.org id=B595.162748380419966 (code B ref 595); Wed, 28 Jul 2021 15:03:10 +0000 Received: (at 595) by bugs.devuan.org; 28 Jul 2021 14:50:04 +0000 Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Wed, 28 Jul 2021 14:50:04 +0000 (UTC) Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 44986F604DC; Wed, 28 Jul 2021 16:47:53 +0200 (CEST) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from ) id 1m8kqd-0000jN-Mh; Wed, 28 Jul 2021 15:47:51 +0100 Received: (nullmailer pid 16481 invoked by uid 1000); Wed, 28 Jul 2021 14:47:51 -0000 Date: Wed, 28 Jul 2021 15:47:50 +0100 From: Mark Hindley To: Hannah Rittich , 596@bugs.devuan.org, 595@bugs.devuan.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <162707371784.4203.15006124007437811971.reportbug@devuan-vm> X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Control: reassign -1 src:debian-config-override Hannah, On Fri, Jul 23, 2021 at 10:55:17PM +0200, Hannah Rittich wrote: > Package: podman > Version: 3.0.1+dfsg1-3+b1 > Severity: minor > X-Debbugs-Cc: void@rittich.net > > Using podman on chimaera results in many spurious error messages that result > from podman trying to write to the systemd journal. > > These error messages can be avoided by creating the file > `/etc/containers/containers.conf` containing: > > [engine] > cgroup_manager = "cgroupfs" > events_logger = "file" Thanks for this. As podman is not a forked package and Devuan uses Debian's packages directly without recompilation we cannot do this directly. However, I am reassigning to src:debian-config-override and will add a debian-podman-config-override package to that with your suggested defaults. Mark