sysctl -P 报错解决办法
问题症状
修改 linux 内核文件
#vi /etc/sysctl.conf后执行sysctl -P 报错
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
解决方法如下:
modprobe bridge
lsmod|grep bridge
相关文章
- sysctl -P 报错解决办法
- 安装mysql5.5时候的报错解决办法:
- springboot x.x.x RELEASE pom 第一行报错解决办法
- linux===启动sdk manager下载配置sdk的时候报错的解决办法
- 升级openssh编译报错“configure: error: *** working libcrypto not found, check config.log”的解决办法
- (转)启动网卡报错(Failed to start LSB: Bring up/down networking )解决办法总结
- MySQL8.0报错Can't connect to MySQL server on 'localhost' (10061)的解决办法
- 搭建elsticsearch集群 报错with the same id but is a different node instance解决办法
- 远程连接MySQL数据库报错:is not allowed to connect to this MYSQL server的解决办法
- eclipse中的js文件报错的解决办法