All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Newkirk <firewalldude@newkirk.us>
To: Muhammad Talha <talha@worldcall.net.pk>
Cc: netfilter@lists.netfilter.org
Subject: Re: kernel 2.6.x and iptables
Date: Tue, 13 Jan 2004 16:15:52 -0500	[thread overview]
Message-ID: <1074028552.1586.17.camel@alpha.newkirk.us> (raw)
In-Reply-To: <012001c3d9ea$a64d8a20$23c051cb@ns3.worldcall.net.pk>

On Tue, 2004-01-13 at 10:33, Muhammad Talha wrote:
> Thanks Alistair for respones
> 
> there is no .o file there only .ko i think these are changed in 2.6.x kernel
> i see them when kernel is compiling as well
> 
> there is /etc/rc.local which can load things @ startup in RedHat
> 
> thanks and Regards
> 
> Talha

Since you're successfully inserting modules under 2.6.x I assume you
installed module-init-tools to replace modutils.  However, I think you
might have missed this part of the module-init-tools FAQ:

{excerpt}
Q) I'm using RedHat and modules don't autoload any more.
A) RedHat turns module autoloading off if /proc/ksyms isn't found.
   Change line 337 of /etc/rc.d/rc.sysinit from:

  if ! grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/ksyms
]; then

   to

  if ! grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f
/proc/modules ]; then


Q) Things still don't load properly.
A) Do you have an /etc/modprobe.conf?  If not, use
   generate-modprobe.conf to generate an /etc/modprobe.conf from your
   old setup.
{/excerpt}

You may not find 'line 337' at line 337.  Search "/proc/ksyms" - don't
change the ones later in the file, though!

j

> ----- Original Message ----- 
> From: <Alistair Tonner>
> To: "Muhammad Talha" <talha@worldcall.net.pk>;
> <netfilter@lists.netfilter.org>
> Sent: Tuesday, January 13, 2004 6:38 PM
> Subject: Re: kernel 2.6.x and iptables
> 
> 
> > On January 13, 2004 07:11 am, Muhammad Talha wrote:
> > > i insert modules located at /lib/modules/2.6.1/kernel/net/ipv4/netfilter
> > >
> > > like
> > >
> > > insmod ip_tables.ko
> > > insmod iptables_filter.ko
> > >
> > AHhhhh ...
> >    Your modutils is out of date.




  reply	other threads:[~2004-01-13 21:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-13  9:22 kernel 2.6.x and iptables Muhammad Talha
2004-01-13 10:03 ` Unknown, Alistair Tonner
     [not found] ` <200401130503.39528.Alistair Tonner <>
2004-01-13 10:24   ` Sven Schuster
2004-01-13 11:53   ` Muhammad Talha
2004-01-13 12:11     ` Muhammad Talha
2004-01-13 13:38       ` Unknown, Alistair Tonner
     [not found]       ` <200401130838.47327.Alistair Tonner <>
2004-01-13 15:33         ` Muhammad Talha
2004-01-13 21:15           ` Joel Newkirk [this message]
2004-01-14  5:30             ` Muhammad Talha
2004-01-14 20:08               ` How do I boot from different kernel when I don't have access to the console? prince
2004-01-14 20:14                 ` prince
2004-01-19 23:40                   ` Ted Kaczmarek
2004-01-20  3:59                     ` Arnt Karlsen
2004-01-21  6:03                       ` prince
2004-01-22 19:02                         ` Ranjeet Shetye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1074028552.1586.17.camel@alpha.newkirk.us \
    --to=firewalldude@newkirk.us \
    --cc=netfilter@lists.netfilter.org \
    --cc=talha@worldcall.net.pk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.