[pve-devel] sysctl warnings with new kernel

Stefan Priebe - Profihost AG s.priebe at profihost.ag
Tue Dec 17 09:43:37 CET 2013


Am 17.12.2013 09:40, schrieb Dietmar Maurer:
>>> Tue Dec 17 07:58:55 2013: Mounting local filesystems...done.
>>> Tue Dec 17 07:58:55 2013: Activating swapfile swap...done.
>>> Tue Dec 17 07:58:55 2013: Cleaning up temporary files....
>>> Tue Dec 17 07:58:55 2013: Setting kernel variables ...sysctl: cannot
>>> stat /proc/sys/net/bridge/bridge-nf-call-ip6tables: No such file or
>>> directory Tue Dec 17 07:58:55 2013: sysctl: cannot stat
>>> /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or
>>> directory Tue Dec 17 07:58:55 2013: sysctl: cannot stat
>>> /proc/sys/net/bridge/bridge-nf-call-arptables: No such file or
>>> directory Tue Dec 17 07:58:55 2013: sysctl: cannot stat
>>> /proc/sys/net/bridge/bridge-nf-filter-vlan-tagged: No such file or
>>> directory Tue Dec 17 07:58:55 2013: done.
>>> Tue Dec 17 07:58:55 2013: Configuring network interfaces...
>>
>> Your have to set these to 0:
>> net.bridge.bridge-nf-call-arptables=0
>> net.bridge.bridge-nf-call-ip6tables=0
>> net.bridge.bridge-nf-call-iptables=0

Mhm to me it works with my custom kernel but i've BRIDGE support
compiled in:
CONFIG_BRIDGE=y

May be the redhat kernel has it as a module?

Stefan



More information about the pve-devel mailing list