Bug 197409

Summary: firewall-builder broken
Product: [Fedora] Fedora Reporter: Bill Jones <chasecreek.systemhouse>
Component: iptablesAssignee: Thomas Woerner <twoerner>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: high Docs Contact:
Priority: medium    
Version: 6CC: lmacken
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-01 13:07:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Jones 2006-06-30 23:24:02 UTC
Description of problem:
[root@sneex ~]# fwb_ipt -f /home/bill/sneex_Rules.fwb -d /home/bill sneex_FW
-bash: fwb_ipt: command not found


Version-Release number of selected component (if applicable):
2.0.12

How reproducible:
Always

Steps to Reproduce:
1. Make a new firewall  using firewall builder
2. try to compile the rule sets
3.
  
Actual results:
fwb_ipt: command not found

Expected results:


Additional info:
[bill@sneex ~]$ uname -a
Linux sneex.insecurity.org 2.6.16-1.2289_FC6 #1 Thu Jun 15 14:32:42 EDT 2006 ppc
ppc ppc GNU/Linux
[bill@sneex ~]$ locate ipt |grep fwb
/usr/share/fwbuilder/platform/iptables.xml
[bill@sneex ~]$ fwb_ipt -f /home/bill/sneex_Rules.fwb -d /home/bill sneex_FW
bash: fwb_ipt: command not found
[bill@sneex ~]$ su -
Password:
[root@sneex ~]# fwb_ipt -f /home/bill/sneex_Rules.fwb -d /home/bill sneex_FW
-bash: fwb_ipt: command not found

Comment 1 Luke Macken 2006-07-01 02:00:17 UTC
yum install /usr/bin/fwb_ipt

Comment 2 Bill Jones 2006-07-01 04:38:10 UTC
ah, fwbuilder-ipt.  I could have sworn I selected that to start with when I
installed fwbuilder...

very weird.