Re: Simple module question

From: Randy.Dunlap (rddunlap@osdl.org)
Date: Tue Jul 29 2003 - 11:42:18 EST


On 29 Jul 2003 11:56:33 +0200 Frank Schäfer <Frank.Schafer@setuza.cz> wrote:

| Hi list,
|
| We have a monolithic kernel 2.4.18 using ip-tables. The ftp contrack
| module takes a optional parameter port=xxxxx.
|
| This parameter should be puttable by the kernel parameters. So I put it
| on the addons line in lilo.conf.
|
| The parameter doesn't show up in the boot dmesg, I can see it in
| /proc/cmdline, but it doesn't seem to work. No ftp connection can be
| made on this port.
|
| Could anzbody put me a hint?

The module option is "ports", not "port".

Recent 2.5/2.6 makes kernel or module parameters be usable at module
load time or kernel load time (as a kernel boot parameter).
However, 2.4.x does not do this. In 2.4.x, each module that wants
to allow module or kernel boot parameters must have explicit code
to support this, but ip_conntrack_ftp.c only has support for
module load time parameters.

--
~Randy
| http://developer.osdl.org/rddunlap/ | http://www.xenotime.net/linux/ |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:41 EST