Package: podman
Version: 3.0.1+dfsg1-3+b1
Severity: minor
X-Debbugs-Cc: void@???
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"
To make the default configuration more user friendly, this file could be
included in the podman package. (The first line is needed in order to be
able to use podman at all, see [Bug 595].)
Steps to reproduce:
1. Install podman.
2. Execute the following commands
$ podman pull docker.io/dyne/devuan:beowulf
$ podman run --rm -ti dyne/devuan:beowulf
ERRO[0000] unable to write pod event: "write unixgram @0001d->/run/systemd/journal/socket: sendmsg: no such file or directory"
ERRO[0000] unable to write pod event: "write unixgram @0001d->/run/systemd/journal/socket: sendmsg: no such file or directory"
ERRO[0000] unable to write pod event: "write unixgram @0001d->/run/systemd/journal/socket: sendmsg: no such file or directory"
ERRO[0000] unable to write pod event: "write unixgram @0001d->/run/systemd/journal/socket: sendmsg: no such file or directory"
3. Create the file `/etc/containers/containers.conf` as described above.
4. Repeat 2.
[Bug 595]:
https://bugs.devuan.org/cgi/bugreport.cgi?bug=595
-- System Information:
Distributor ID: Devuan
Description: Devuan GNU/Linux 4 (chimaera)
Release: 4
Codename: n/a
Architecture: x86_64
Kernel: Linux 5.10.0-8-amd64 (SMP w/1 CPU thread)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled
Versions of packages podman depends on:
ii conmon 2.0.25+ds1-1
ii containernetworking-plugins 0.9.0-1+b6
ii crun 0.17+dfsg-1
ii golang-github-containers-common 0.33.4+ds1-1
ii init-system-helpers 1.60+devuan1
ii iptables 1.8.7-1
ii libc6 2.31-12
ii libdevmapper1.02.1 2:1.02.175-2.1
ii libgpgme11 1.14.0-1+b2
ii libseccomp2 2.5.1-1
Versions of packages podman recommends:
ii buildah 1.19.6+dfsg1-1+b5
ii catatonit 0.1.5-2
ii fuse-overlayfs 1.4.0-1
ii golang-github-containernetworking-plugin-dnsname 1.1.1+ds1-4+b7
ii slirp4netns 1.0.1-2
ii uidmap 1:4.8.1-1
Versions of packages podman suggests:
pn containers-storage <none>
pn docker-compose <none>
-- no debconf information