Bug ID 1162432
Summary conmon binary lacks journald support (Devel:Kubic repo)
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Kubic
Assignee kubic-bugs@opensuse.org
Reporter jobbara.artalmatlan@gmail.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Hello,

I have been using the Devel:Kubic repo in OpenSUSE Leap 15.1 for getting recent
releases of podman.

Today I tried to use journald logging driver but it failed. It reports missing
journald support. See error message below.

I found a similar issue regarding Ubuntu [2], which indicates it is a build
time flag to have it enabled and downstream distros should build the binary
that way. If I understood it correctly.

Steps of reproduction:
1) install podman from Devel:Kubic repo
# podman pod create --name test
# podman run -d --name example --expose 80 --expose 443 --pod test --log-driver
journald --log-opt tag="nginx|{{.ImageName}}|podman" nginx:1.16
[conmon:e] Include journald in compilation path to log to systemd journal
Error: write child: broken pipe
# echo $?
126
# rpm -qa | egrep "podman|conmon"
conmon-2.0.10-lp151.21.1.x86_64
podman-cni-config-1.7.0-lp151.4.1.noarch
podman-1.7.0-lp151.4.1.x86_64

[1] http://download.opensuse.org/repositories/devel:/kubic/openSUSE_Leap_15.1/
[2] https://github.com/containers/conmon/issues/67

Let me know how can I help further.

Best regards,
Bal�zs N�METH


You are receiving this mail because: