Re: Can't modeprobe ip_tables

2007-02-16 Thread Fabio A Mazzarino
Sure. depmod is always needed if I want to avoid a reboot. And it doesn't hurt. Fabio On 2/16/07, John L Fjellstad <[EMAIL PROTECTED]> wrote: "Fabio A Mazzarino" <[EMAIL PROTECTED]> writes: > Then I removed /lib/modules/2.4.27-2-386 and renamed > /lib/modules/2.4.27 to /lib/modules/2.4.27-2-3

Re: Can't modeprobe ip_tables

2007-02-16 Thread John L Fjellstad
"Fabio A Mazzarino" <[EMAIL PROTECTED]> writes: > Then I removed /lib/modules/2.4.27-2-386 and renamed > /lib/modules/2.4.27 to /lib/modules/2.4.27-2-386 > > This is what happened then: > > # modprobe ip_tables > /lib/modules/2.4.27/kernel/net/ipv4/netfilter/ip_tables.o: > /lib/modules/2.4.27/kern

Re: Can't modeprobe ip_tables

2007-02-16 Thread Fabio A Mazzarino
Problem solved: I'll post the solution for future references: I've reinstalled kernel-image-2.4.27-2-386: # apt-get --reinstall kenrel-image-2.4.27-2-386 And now everything is working just fine. Thanks for your help. Fabio On 2/16/07, Fabio A Mazzarino <[EMAIL PROTECTED]> wrote: Answers bel

Re: Can't modeprobe ip_tables

2007-02-16 Thread Roberto C. Sanchez
On Fri, Feb 16, 2007 at 09:26:00AM -0200, Fabio A Mazzarino wrote: > Roberto: > > On 2/15/07, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > >On Thu, Feb 15, 2007 at 08:04:16PM -0200, Fabio A Mazzarino wrote: > >> # uname -a > >> Linux loghost1 2.4.27-2-386 #1 Wed Aug 17 09:33:35 UTC 2005 i686 >

Re: Can't modeprobe ip_tables

2007-02-16 Thread Fabio A Mazzarino
Answers below: On 2/16/07, Mankuthimma <[EMAIL PROTECTED]> wrote: Hi, > First I'd like to show a limitation in my case. The server is at a > datacenter, so booting a new kernel is highly improbable, only in a > emergency case. You say, booting a new kernel is highly improbable. But why are yo

Re: Can't modeprobe ip_tables

2007-02-16 Thread Fabio A Mazzarino
Roberto: On 2/15/07, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: On Thu, Feb 15, 2007 at 08:04:16PM -0200, Fabio A Mazzarino wrote: > # uname -a > Linux loghost1 2.4.27-2-386 #1 Wed Aug 17 09:33:35 UTC 2005 i686 GNU/Linux > That looks like a stock debian kernel. It certianly has all the iptab

Re: Can't modeprobe ip_tables

2007-02-15 Thread Mankuthimma
Hi, First I'd like to show a limitation in my case. The server is at a datacenter, so booting a new kernel is highly improbable, only in a emergency case. You say, booting a new kernel is highly improbable. But why are you recompiling the kernel I've downloaded kernel-source 2.4.27, and

Re: Can't modeprobe ip_tables

2007-02-15 Thread Roberto C. Sanchez
On Thu, Feb 15, 2007 at 08:04:16PM -0200, Fabio A Mazzarino wrote: > Hello Folks: > > First I'd like to show a limitation in my case. The server is at a > datacenter, so booting a new kernel is highly improbable, only in a > emergency case. > > Now the problem. > > I can't use neither iptables n

Can't modeprobe ip_tables

2007-02-15 Thread Fabio A Mazzarino
Hello Folks: First I'd like to show a limitation in my case. The server is at a datacenter, so booting a new kernel is highly improbable, only in a emergency case. Now the problem. I can't use neither iptables nor brctl. The problem is that the module doesn't exist. Some data: # uname -a Linu