* Re: Time Patch on 1.2.6a
@ 2002-12-14 5:44 Huw Dixon
2002-12-14 7:38 ` hare ram
0 siblings, 1 reply; 7+ messages in thread
From: Huw Dixon @ 2002-12-14 5:44 UTC (permalink / raw)
To: fabrice, netfilter
Thx - i did have rpm iptables installed. I've removed the iptables package.
Since I've already went the the 'pending-patches' step and the TIME match
option does show in my kernel .config, can I simply do a kernel compile from
make dep to make modules_install, reboot and install iptables 1.2.6a?
Huw
>
>You need to recompile & install iptables after that your kernel has been
>patched.
>Since you run RH, make sure also that iptables RPM package is not
>installed.
>
># rpm -q iptables
>package iptables is not installed
>
>If it is, just remove it, and re-compile & reinstall iptables.
>
>Have a nice day,
>
>Fabrice.
>--
>Fabrice MARIE
>
>"Silly hacker, root is for administrators"
> -Unknown
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Time Patch on 1.2.6a
2002-12-14 5:44 Time Patch on 1.2.6a Huw Dixon
@ 2002-12-14 7:38 ` hare ram
0 siblings, 0 replies; 7+ messages in thread
From: hare ram @ 2002-12-14 7:38 UTC (permalink / raw)
To: Huw Dixon, fabrice, netfilter
Yes
DownLoad P-O-M or get new 1.2.7a tar file from netfilter site
since i have same version, i could not able to re-compile kernel after
patching with time, quote patch
so i removed RPM, bought latest 1.2.7a patched to the kernal
now its working fine
best of luck
hare
----- Original Message -----
From: "Huw Dixon" <huwdixon@hotmail.com>
To: <fabrice@netfilter.org>; <netfilter@lists.netfilter.org>
Sent: Saturday, December 14, 2002 11:14 AM
Subject: Re: Time Patch on 1.2.6a
> Thx - i did have rpm iptables installed. I've removed the iptables
package.
> Since I've already went the the 'pending-patches' step and the TIME match
> option does show in my kernel .config, can I simply do a kernel compile
from
> make dep to make modules_install, reboot and install iptables 1.2.6a?
>
> Huw
>
>
> >
> >You need to recompile & install iptables after that your kernel has been
> >patched.
> >Since you run RH, make sure also that iptables RPM package is not
> >installed.
> >
> ># rpm -q iptables
> >package iptables is not installed
> >
> >If it is, just remove it, and re-compile & reinstall iptables.
> >
> >Have a nice day,
> >
> >Fabrice.
> >--
> >Fabrice MARIE
> >
> >"Silly hacker, root is for administrators"
> > -Unknown
>
>
> _________________________________________________________________
> Help STOP SPAM with the new MSN 8 and get 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Time Patch on 1.2.6a
@ 2002-12-14 16:26 Huw Dixon
0 siblings, 0 replies; 7+ messages in thread
From: Huw Dixon @ 2002-12-14 16:26 UTC (permalink / raw)
To: netfilter
Finally got it going. Went ahead with the 1.2.7a. I think I originally had
my sequence of install steps screwed up. Time patch is working now.
Thanks guys for the help.
Huw
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Time Patch on 1.2.6a
@ 2002-12-14 12:55 Torsten Puls
0 siblings, 0 replies; 7+ messages in thread
From: Torsten Puls @ 2002-12-14 12:55 UTC (permalink / raw)
To: netfilter
Hello,
I work with Debian/GNU Linux Woody 3.0
Anyway.
download patch-o-matic.tar.gz from netfilter.org
cd /usr/src
tar -xzvf patch-o-matic.tar.gz
cd patch-o-matic
KERNEL_DIR=/usr/src/linux ./runme pending
or/and
KERNEL_DIR=/usr/src/linux ./runme base
and/or
KERNEL_DIR=/usr/src/linux ./runme extra
so that's it.
Now you can recompile your new Kernel.
Greetz Torsten
^ permalink raw reply [flat|nested] 7+ messages in thread
* Time Patch on 1.2.6a
@ 2002-12-14 4:09 Huw Dixon
2002-12-14 4:39 ` Fabrice MARIE
2002-12-14 12:44 ` Torsten Puls
0 siblings, 2 replies; 7+ messages in thread
From: Huw Dixon @ 2002-12-14 4:09 UTC (permalink / raw)
To: netfilter
Hi - I'm trying to get the TIME extension patched in to my iptables. I"m
running 1.2.6a. on RH 7.3. I've went thru the patch-o-matic via the 1.2.6a
download and via the POM extensions howto documentation but I cant quite
seem to get things going. At one point I did get to the TIME patch in one of
my POM attempts. The option shows when I run make menuconfig. I've
recompiled but when I use the time match in my rules i get the message
regarding /usr/local/lib/iptables/libipt_time.so file not found. Can someone
provide me with some ideas on what I may be missing in getting this patch
applied?
TIA
Huw
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Time Patch on 1.2.6a
2002-12-14 4:09 Huw Dixon
@ 2002-12-14 4:39 ` Fabrice MARIE
2002-12-14 12:44 ` Torsten Puls
1 sibling, 0 replies; 7+ messages in thread
From: Fabrice MARIE @ 2002-12-14 4:39 UTC (permalink / raw)
To: Huw Dixon, netfilter
Hello,
On Saturday 14 December 2002 12:09, Huw Dixon wrote:
> Hi - I'm trying to get the TIME extension patched in to my iptables. I"m
> running 1.2.6a. on RH 7.3. I've went thru the patch-o-matic via the 1.2.6a
> download and via the POM extensions howto documentation but I cant quite
> seem to get things going. At one point I did get to the TIME patch in one
> of my POM attempts. The option shows when I run make menuconfig. I've
> recompiled but when I use the time match in my rules i get the message
> regarding /usr/local/lib/iptables/libipt_time.so file not found. Can
> someone provide me with some ideas on what I may be missing in getting this
> patch applied?
You need to recompile & install iptables after that your kernel has been patched.
Since you run RH, make sure also that iptables RPM package is not installed.
# rpm -q iptables
package iptables is not installed
If it is, just remove it, and re-compile & reinstall iptables.
Have a nice day,
Fabrice.
--
Fabrice MARIE
"Silly hacker, root is for administrators"
-Unknown
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Time Patch on 1.2.6a
2002-12-14 4:09 Huw Dixon
2002-12-14 4:39 ` Fabrice MARIE
@ 2002-12-14 12:44 ` Torsten Puls
1 sibling, 0 replies; 7+ messages in thread
From: Torsten Puls @ 2002-12-14 12:44 UTC (permalink / raw)
To: netfilter
Hello,
I work with Debian/GNU Linux Woody 3.0
Anyway.
download patch-o-matic.tar.gz from netfilter.org
cd /usr/src
tar -xzvf patch-o-matic.tar.gz
cd patch-o-matic
KERNEL_DIR=/usr/src/linux ./runme pending
or/and
KERNEL_DIR=/usr/src/linux ./runme base
and/or
KERNEL_DIR=/usr/src/linux ./runme extra
so that's it.
Now you can recompile your new Kernel.
Greetz Torsten
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-12-14 16:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-14 5:44 Time Patch on 1.2.6a Huw Dixon
2002-12-14 7:38 ` hare ram
-- strict thread matches above, loose matches on Subject: below --
2002-12-14 16:26 Huw Dixon
2002-12-14 12:55 Torsten Puls
2002-12-14 4:09 Huw Dixon
2002-12-14 4:39 ` Fabrice MARIE
2002-12-14 12:44 ` Torsten Puls
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.