天天看点

CentOS7 启动 firewalld 防火墙失败,查看日志提示超时

启动 firewalld <code>systemctl start firewalld</code> 时命令卡住不动不返回,Ctrl+C 取消后,<code>systemctl status firewalld</code> 提示启动状态超时,启动失败。

到此就正常了。

官方的说法是可能 systemd 不知道自己没启动firewalld成功,在那一直等着?

systemd didn’t know about the process that it didn’t start in the first place of course

参考官方博客:https://centosfaq.org/centos/centos-7-firewalldservice-operation-time-out-systemctl-firewalld-issues/