When I use firewall-cmd
it hangs, I just did a update with yum
and got updates for python (2.7.5)
and the kernel
.
I use CentOS 7, when I do sudo systemctl status firewalld.service
I got: Active: active (running)
.
When I do: ps aux | grep fire
it shows:
root 15616 0.0 0.4 249448 20088 ? Ss 22:18 0:00 /usr/bin/python -Es /usr/sbin/firewalld
root 17687 0.0 0.0 335772 472 ? Ssl jul10 0:00 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
How can I solve the hanging of firewall-cmd?