Am 09.03.2010 16:20, schrieb Edward. S. P. Leong:

Hi Edward!

> When running the following function ( they are good for working in FC9 ) :
> modprobe ip_tables
> modprobe ip_nat_ftp
> modprobe ip_conntrack
> modprobe ip_conntrack_ftp
> 
> error output :
> []# modprobe ip_tables
> WARNING: Deprecated config file /etc/modprobe.conf, all config files
> belong into /etc/modprobe.d/.
> FATAL: Module ip_tables not found.

The warnings are harmless, the say you have to move your configuration
from /etc/modprobe.conf to files in /etc/modprobe.d

The FATALs are not nice, but effectively also harmless. For example they
say there is no module "ip_conntrack_ftp", because it is named
"nf_conntrack_ftp" in fedora.

But you do not need to load those modules manually - the kernel can load
them automatically if needed.

-- 
bye
Adalbert

Boren's Laws:
        (1) When in charge, ponder.
        (2) When in trouble, delegate.
        (3) When in doubt, mumble.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to