This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
modprobe: module br_netfilter not found in modules.dep on CentOS7 #2820
Labels
Milestone
Comments
Yes there was a recent change; it is the 4th item in the release notes Apologies that this broke on CentOS; we will need to investigate that. |
@rmohr could you provide the output of |
@brb, sure: $ zgrep CONFIG_BRIDGE_NETFILTER /boot/config-`uname -r`
CONFIG_BRIDGE_NETFILTER=y |
rmohr
added a commit
to rmohr/kubevirt
that referenced
this issue
Feb 28, 2017
Version 1.9.1 breaks when br_filters are built into the kernel and not modules. See weaveworks/weave#2820 for details.
bboreham
added a commit
that referenced
this issue
Mar 1, 2017
Ignore modprobe errors in weave-kube/launch.sh
Closed by #2821 |
@rmohr We have released 1.9.2 which fixes the bug: https://github.com/weaveworks/weave/releases/tag/v1.9.2. Could you try it out? |
@brb 1.9.2 came up on my setup without problems and kubenetes network was working 👍 Thanks for fixing this so fast. |
use yum install update for centos |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Just pulled in weave 1.9.1 via https://git.io/weave-kube on CentOS7
The container
weave
does not come up because it complains about the missingbr_netfilter
module:The container is right that the module is not there, because it is built in in the CentOS default kernel:
It worked with older versions of
weave
, so maybe there was a recent change which causes this?The text was updated successfully, but these errors were encountered: