Public bug reported:

Binary package hint: firehol

Firehol in gutsy doesn't even work with the simple example .conf it ships with. 
It seems rather outdated as well.
I will quote the output i get;
"""
$ sudo /etc/init.d/firehol start
[sudo] password for pelle:
 * Starting Firewall firehol                                                    

--------------------------------------------------------------------------------
ERROR   : # 1.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A out_world_all_c1 -m state '' --state 
NEW\,ESTABLISHED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 2.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A in_world_all_c1 -m state '' --state 
ESTABLISHED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 3.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A out_world_irc_c2 -p tcp --sport 
32768:61000 --dport 6667 -m state '' --state NEW\,ESTABLISHED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 4.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A in_world_irc_c2 -p tcp --sport 6667 
--dport 32768:61000 -m state '' --state ESTABLISHED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 5.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A out_world_ftp_c3 -p tcp --sport 
32768:61000 --dport ftp -m state '' --state NEW\,ESTABLISHED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 6.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A in_world_ftp_c3 -p tcp --sport ftp 
--dport 32768:61000 -m state '' --state ESTABLISHED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 7.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A in_world_ftp_c3 -p tcp --sport ftp-data 
--dport 32768:61000 -m state '' --state ESTABLISHED\,RELATED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 8.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A out_world_ftp_c3 -p tcp --sport 
32768:61000 --dport ftp-data -m state '' --state ESTABLISHED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 9.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A out_world_ftp_c3 -p tcp --sport 
32768:61000 --dport 1000:65535 -m state '' --state ESTABLISHED\,RELATED -j 
ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 10.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line INIT of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A in_world_ftp_c3 -p tcp --sport 1000:65535 
--dport 32768:61000 -m state '' --state ESTABLISHED -j ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 11.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line FIN of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A in_world -m state '' --state RELATED -j 
ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 12.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line FIN of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A out_world -m state '' --state RELATED -j 
ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 13.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line FIN of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A INPUT -m state '' --state RELATED -j 
ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 14.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line FIN of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A OUTPUT -m state '' --state RELATED -j 
ACCEPT 
OUTPUT  : 


--------------------------------------------------------------------------------
ERROR   : # 15.
WHAT    : A runtime command failed to execute (returned error 2).
SOURCE  : line FIN of /etc/firehol/firehol.conf
COMMAND : /sbin/iptables -t filter -A FORWARD -m state '' --state RELATED -j 
ACCEPT 
OUTPUT  : 


                                                                         [fail]
"""

Is firehol in gutsy patched for bash 3.2? 
btw, there's a new release;
"""
May 20, 2007 FireHOL R5 v1.255 released.
Fixed kernel 2.6.20+ compatibility issues, fixed BASH 3.2 compatibility issues, 
fixed various iptables compatibility issues.
"""

** Affects: firehol (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Binary package hint: firehol
  
- Firehol in edgy doesn't even work with the simple example .conf it ships 
with. It seems rather outdated as well.
+ Firehol in gutsy doesn't even work with the simple example .conf it ships 
with. It seems rather outdated as well.
  I will quote the output i get;
  """
  $ sudo /etc/init.d/firehol start
  [sudo] password for pelle:
   * Starting Firewall firehol                                                  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 1.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A out_world_all_c1 -m state '' --state 
NEW\,ESTABLISHED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 2.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A in_world_all_c1 -m state '' --state 
ESTABLISHED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 3.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A out_world_irc_c2 -p tcp --sport 
32768:61000 --dport 6667 -m state '' --state NEW\,ESTABLISHED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 4.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A in_world_irc_c2 -p tcp --sport 6667 
--dport 32768:61000 -m state '' --state ESTABLISHED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 5.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A out_world_ftp_c3 -p tcp --sport 
32768:61000 --dport ftp -m state '' --state NEW\,ESTABLISHED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 6.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A in_world_ftp_c3 -p tcp --sport ftp 
--dport 32768:61000 -m state '' --state ESTABLISHED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 7.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A in_world_ftp_c3 -p tcp --sport ftp-data 
--dport 32768:61000 -m state '' --state ESTABLISHED\,RELATED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 8.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A out_world_ftp_c3 -p tcp --sport 
32768:61000 --dport ftp-data -m state '' --state ESTABLISHED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 9.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A out_world_ftp_c3 -p tcp --sport 
32768:61000 --dport 1000:65535 -m state '' --state ESTABLISHED\,RELATED -j 
ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 10.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line INIT of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A in_world_ftp_c3 -p tcp --sport 
1000:65535 --dport 32768:61000 -m state '' --state ESTABLISHED -j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 11.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line FIN of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A in_world -m state '' --state RELATED -j 
ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 12.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line FIN of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A out_world -m state '' --state RELATED 
-j ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 13.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line FIN of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A INPUT -m state '' --state RELATED -j 
ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 14.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line FIN of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A OUTPUT -m state '' --state RELATED -j 
ACCEPT 
  OUTPUT  : 
  
  
  
  
--------------------------------------------------------------------------------
  ERROR   : # 15.
  WHAT    : A runtime command failed to execute (returned error 2).
  SOURCE  : line FIN of /etc/firehol/firehol.conf
  COMMAND : /sbin/iptables -t filter -A FORWARD -m state '' --state RELATED -j 
ACCEPT 
  OUTPUT  : 
  
  
                                                                           
[fail]
  """
  
  Is firehol in gutsy patched for bash 3.2? 
  btw, there's a new release;
  """
  May 20, 2007 FireHOL R5 v1.255 released.
  Fixed kernel 2.6.20+ compatibility issues, fixed BASH 3.2 compatibility 
issues, fixed various iptables compatibility issues.
  """

-- 
firehol does not work
https://bugs.launchpad.net/bugs/148086
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to