-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: open /proc/sys/net/ipv4/ping_group_range with 0.43.0 #723
Comments
|
The errors seems to be caused by 62d90f9, which adds spaces around Relevant part of strace log:
|
Correct, once i remove the spaces there are no problems anymore with the current version 👍 |
I just tested and found that crun and runc do not support sysctl options like Perhaps adding spaces to the equals sign of the sysctl/ulimit option is not what most people expect |
No one should be shipping /etc/containers/containers.conf by default... |
@rhatdan , I added checks for extra spacing in |
This is to catch invalid sysctl configs with extra spacing. See containers/common#723 (comment) Signed-off-by: xatier <[email protected]>
I'm not able to launch any container with port mapping since i upgraded to containers-common 0.43.0, downgrading to 0.42.1 fixes the problem.
$ podman info
:With current version:
After downgrading to
0.42.1
everything is fine:The text was updated successfully, but these errors were encountered: