-
Notifications
You must be signed in to change notification settings - Fork 67
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
Container Creation failed, rp_filter not found #278
Milestone
Comments
Merged
Skazza94
added a commit
that referenced
this issue
Mar 25, 2024
Skazza94
added a commit
that referenced
this issue
Mar 25, 2024
Skazza94
added a commit
that referenced
this issue
Mar 25, 2024
Skazza94
added a commit
that referenced
this issue
Mar 25, 2024
Skazza94
added a commit
that referenced
this issue
Mar 25, 2024
Co-Authored-By: Tommaso Caiazzi <tommasocaiazzi@gmail.com>
Hi @whatever4711, Thanks for signaling the error and for the help! After some debugging to make all work on all the platforms, we found that there is no need to set the value of You can see the final solution in 833f3e6. I will make a release with the fix tomorrow (I hope 😇). Thanks! ❤️ |
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Operating System
Linux Mint 21.1
Kathará Version
3.7.3
Bug Description
Unfortunately, nodes are not starting and fail with an error that
rp_filter
can not be setup on eth0 or any other interface.CRITICAL
(APIError) 400 Client Error for http+docker://localhost/v1.45/containers/a00dd39a1ffb579f39752a080c9451c3c392719fe54f41c88d6f4d7bb70debd4/start: Bad Request ("failed to create task for container: failed to create shim task: OCIruntime create failed: runc create failed: unable to start container process: error during container init: open /proc/sys/net/ipv4/conf/eth0/rp_filter: no such file or directory: unknown")`
Steps To Reproduce
Start a machine with
kathara vstart -n test --eth 0:A -i kathara/base
Expected Behavior
A running node with
rp_filter
being setup.Check Command Output
The text was updated successfully, but these errors were encountered: