I'm spinning up some CentOS 6 instances on Amazon. I've applied the latest updates and restarted the instances. When I try running system-config-firewall-tui, I get the following error:<br />
<br />
# system-config-firewall-tui <br />
Traceback (most recent call last):<br />
File "/usr/bin/system-config-firewall-tui", line 29, in <module><br />
import fw_tui<br />
File "/usr/share/system-config-firewall/fw_tui.py", line 35, in <module><br />
from snack import *<br />
ImportError: No module named snack<br />
#<br />
<br />
The snack module is supplied by the newt-python package. newt-python is not part of the AMI. Since newt-python is required for system-config-firewall-tui to work, it should be added to the AMI.
↧