+++ This bug was initially created as a clone of Bug #1037635 +++
Description of problem:
When installing, prescript.pp will fail trying to start iptables service.
Version-Release number of selected component (if applicable):
2013.2.1-0.16.dev870.el6
How reproducible:
Always, during install.
Steps to Reproduce:
1. packstack --allinone
2.
3.
Actual results:
err: /Stage[main]//Service[iptables]/ensure: change from stopped to running failed: Could not start Service[iptables]: Execution of '/sbin/service iptables start' returned 6: at /var/tmp/packstack/956a378f4e3d4f07af3ca51e628cdcbe/manifests/172.24.0.30_prescript.pp:30
Expected results:
Correct installation
Additional info:
Tracing the /etc/init.d/iptables start, it ends at this point:
+ '[' '!' -f /etc/sysconfig/iptables ']'
+ return 6
+ RETVAL=6
Workaround (via mmagr):
sudo iptables-save > /etc/sysconfig/iptables
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHEA-2013-1859.html