你好!
我的 Discourse 实例无法正常工作了(我这边没有进行任何操作)。
在 production.log 中,我收到了以下消息:
Error connecting to Redis on localhost:6379 (Errno::ENETUNREACH) subscribe failed,
目前我尝试过的方法:
- 重启服务器
- 更新 Docker + 重启服务器 + 重建应用
我对 Docker 和 Discourse 还比较陌生,所以不知道还能做些什么 ![]()
主机操作系统:CentOS 7
代理:Apache
Docker:最新版本
主机上安装了 fail2ban 和 firewalld。
在 firewalld 日志中,我看到了奇怪的条目:
2020-07-23 14:00:52 WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w10 -t filter -X DOCKER-ISOLATION-STAGE-1' failed: iptables: No chain/target/match by that name.
2020-07-23 14:00:52 WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w10 -t filter -F DOCKER-ISOLATION-STAGE-2' failed: iptables: No chain/target/match by that name.
2020-07-23 14:00:52 WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w10 -t filter -X DOCKER-ISOLATION-STAGE-2' failed: iptables: No chain/target/match by that name.
2020-07-23 14:00:52 WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w10 -t filter -F DOCKER-ISOLATION' failed: iptables: No chain/target/match by that name.
2020-07-23 14:00:52 WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w10 -t filter -X DOCKER-ISOLATION' failed: iptables: No chain/target/match by that name.
2020-07-23 14:00:53 WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w10 -D FORWARD -i docker0 -o docker0 -j DROP' failed: iptables: Bad rule (does a matching rule exist in that chain?).
2020-07-23 14:00:53 WARNING: COMMAND_FAILED: '/usr/sbin/iptables -w10 -D FORWARD -i docker0 -o docker0 -j DROP' failed: iptables: Bad rule (does a matching rule exist in that chain?).
任何帮助或建议都将不胜感激 ![]()
提前致谢!