Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183745 - net-firewall/firehol-1.256 initscript produces unexpected warnings
Summary: net-firewall/firehol-1.256 initscript produces unexpected warnings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Dominik Stadler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 16:11 UTC by Matthias
Modified: 2007-07-27 19:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias 2007-06-30 16:11:01 UTC
When I start firehol-1.256 with an unmodified configuration I see the following warnings on the boot console:

--------------------------------------------------------------------------------
WARNING : This might or might not affect the operation of your firewall.
WHAT    : A runtime command failed to execute (returned error 1).
SOURCE  : line FIN of /etc/firehol/firehol.conf
COMMAND : /sbin/modprobe ip_conntrack_irc -q 
OUTPUT  : 

--------------------------------------------------------------------------------
WARNING : This might or might not affect the operation of your firewall.
WHAT    : A runtime command failed to execute (returned error 1).
SOURCE  : line FIN of /etc/firehol/firehol.conf
COMMAND : /sbin/modprobe ip_conntrack_ftp -q 
OUTPUT  : 

I have compiled all non-experimental netfilter modules directly into the kernel, even nf_conntrack_ftp and nf_conntrack_irc. I use firehol with iptables-1.38 and kernel gentoo-sources-2.6.20-r8.

Reproducible: Always

Steps to Reproduce:
1./etc/init.d/firehol start or /etc/init.d/firehol restart as root
2.
3.

Actual Results:  
See the described warnings

Expected Results:  
No warnings.
Comment 1 Matthias 2007-07-27 19:09:15 UTC
i can only prevent these warning messages if i add the following string to /etc/firehol/firehol.conf :

FIREHOL_LOAD_KERNEL_MODULES=0

now firehol starts even with iptables-1.3.8-r1 und gentoo-sources-2.6.22-r1 without any problems.