FS#71818 - Error: open /proc/sys/net/ipv4/ping_group_range with containers-common 0.43.0

Attached to Project: Community Packages
Opened by Jian-Hong Pan (starnight) - Thursday, 12 August 2021, 16:06 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 17 August 2021, 12:09 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:

Podman cannot access /proc/sys/net/ipv4/ping_group_range when I try to have a new container. So, failed to create the new container.

Additional info:
* This is a bug in containers-common 0.43.0-1
* Here is the ticket from upstream https://github.com/containers/common/issues/723
* Upstream fixed it in version 0.43.1

Steps to reproduce:

$ podman run -it --name test docker.io/library/alpine:latest sh
Error: open /proc/sys/net/ipv4/ping_group_range : No such file or directory: OCI runtime attempted to invoke a command that was not found
$ ls -l /proc/sys/net/ipv4/ping_group_range
-rw-r--r-- 1 root root 0 Aug 12 15:12 /proc/sys/net/ipv4/ping_group_range
This task depends upon

Closed by  Morten Linderud (Foxboron)
Tuesday, 17 August 2021, 12:09 GMT
Reason for closing:  Fixed
Comment by Sebastian Gmeiner (Basti.G) - Friday, 13 August 2021, 10:21 GMT
New containers-common 0.43.1-1 from community fixes the issue for me.
Thanks for the fast fix!
Comment by Thomas Caswell (tcaswell) - Friday, 13 August 2021, 17:19 GMT
I can confirm Sebastian's report that updating to containers-common 0.43.1-1 fixes the problem

Loading...