Problem:
Hi,
every time I create pulp container it does core dump with the following error:
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
fix-attrs: info: applying /etc/fix-attrs.d/postgres
/package/admin/s6-overlay-3.1.6.2/etc/s6-rc/scripts/fix-attrs: line 16: 53 Segmentation fault (core dumped) /package/admin/s6-overlay-3.1.6.2/libexec/fix-attrs < "$1"
fix-attrs: warning: fix-attrs is deprecated, please fix volume permissions in your container manager instead
fix-attrs: warning: some fix files failed to apply
s6-rc: info: service fix-attrs successfully started
I create fresh pulp container following the steps: Multi-Process Images - Pulp OCI Images like below:
# podman run --detach \
> --publish 8080:80 \
> --name pulp \
> --volume "$(pwd)/settings":/etc/pulp:Z \
> --volume "$(pwd)/pulp_storage":/var/lib/pulp:Z \
> --volume "$(pwd)/pgsql":/var/lib/pgsql:Z \
> --volume "$(pwd)/containers":/var/lib/containers:Z \
> --device /dev/fuse
Expected outcome:
No core dump when running container
Pulpcore version:
Pulp plugins installed and their versions:
β3.50.1β
Latest pulp/pulp image
Operating system - distribution and version:
RHEL 8.9
Other relevant data: