http://qa.mandrakesoft.com/show_bug.cgi?id=6086





------- Additional Comments From [EMAIL PROTECTED]  2003-19-10 05:12 -------
What does "added to the 9.2 errata" mean exactly?  A bugfix RPM should/will be
produced, or simply a "notation" will be made in some documentation somewhere
for users that this is a known bug?

Where/how exactly do I go read this errata if it's only documentation?

If a bugfix RPM will be made available, how long will this take?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
I installed Mandrake9.2RC2 with shorewall firewall and was having problems
making ftp transfers. After some investigation I determined that the problem was
that shorewall wasn't loading the ip_conntrack_ftp kernel module although that
module was listed in /etd/shorewall/modules. 
The reason why the module wasn't being loaded is that the kernel module is
compressed in a file called ip_conntrack.o.gz and shorewall was searching for a
file called ip_conntrack_ftp.gz The patch bellow fixes the problem:

--- shorewall-1.4.6c/firewall.orig      2003-10-04 16:41:40.000000000 +0100

+++ shorewall-1.4.6c/firewall   2003-10-04 16:42:58.000000000 +0100
@@ -2694,7 +2694,7 @@
     if [ -z "`lsmod | grep $modulename`" ]; then
        shift

-       for suffix in o gz ko ; do
+       for suffix in o o.gz ko ; do
            modulefile=$MODULESDIR/${modulename}.${suffix}

            if [ -f $modulefile ]; then

Reply via email to