Comment 5 for bug 795848

Revision history for this message
David Martin (martin-lp) wrote : Re: [Bug 795848] Re: starting of daemons from binary packages when they are down

Hi,

On Tue, Jun 21, 2011 at 4:11 PM, Miika Komu <email address hidden> wrote:
> What about removing the -t flag from firewall init.d scripts (both
> Fedora and Debian, possibly OpenWRT)? Since this it what the warning is
> telling us:
>
> Warning: timeouts (-t) have no effect with connection
>         tracking disabled (-F)

We are not using the -t option. The condition for printing the warning
is wrong in the firewall code. It simply checks whether the timeout is
greater than zero which it is by default. I've committed a fix in
trunk revision 5971. It should be working as it is supposed to now.

David