-
Notifications
You must be signed in to change notification settings - Fork 696
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
The minimal version of 1.0 doesn't have bridge kernel module #762
Comments
Can you try to execute |
insmod br_netfilter
Thanks |
As I understand in some of configurations like this , the CONFIG_BRIDGE_NETFILTER=m wasn't correctly set Is there a chance to smoothly upgrade kernel in-place? Please, provide steps would be helpful! |
I tried this locally with a fresh install of Photon OS 1.0 minimal from ISO, but was not able to reproduce the issue. Did you try running If that doesn't work, can you tell us which kernel flavor and version you are running? Please provide the output of |
modprobe br_netfilter uname -a find / -name "*.xz" | grep br_netfilter The package exists but seems corrupted or of inconsistent version. Please, note that: "System was build-up with a custom tool" |
Wait, what do you mean by your comment "System was build-up with a custom tool" ? Do you see this issue on a minimal install from a Photon OS 1.0-rev2 ISO (perhaps after running |
The system base is as reported - just I've got it with pre-installed OVA, so seems the providing team runs their vahardening scripts, which are not configured to include bridge modules. I will update you as the issue will be gone. Update:
|
The issue below was happened when I tried to install docker within Photon 1.0. Accidentally it has not bridge package installed and I wasn't able to build kernel with corresponding options included.
Here is what I observed:
And on a full version it's ok. Here is the lsmod on the same 1.0 Full.
Could you please help me to correctly bootstrap system with this module included. Assume the system is already exists and could not be bootstrapped from zero state.
If it's not possible then please provide the correct image to perform all our setup from scratch.
Thanks,
Sergio
The text was updated successfully, but these errors were encountered: