Linux Netfilter discussions
 help / color / mirror / Atom feed
* iptables version unknown
@ 2004-11-26 13:42 Marc Cuypers
  2004-11-26 15:19 ` Lopsch
  0 siblings, 1 reply; 6+ messages in thread
From: Marc Cuypers @ 2004-11-26 13:42 UTC (permalink / raw)
  To: netfilter

Hi,

I'm new to patch-o-matic.

I downloaded the 2.4.28 kernel from ftp.kernel.org
I downloaded iptables 1.2.6a via apt-get source iptables
I downloaded path-o-matic-20041125.tar.bz2.

I unpacked all those archives in /usr/src.
when running ./runme in patch-o-matic I get the following error:
	Your iptables version  is unknown for patch-o-matic at ./runme line 214

What can I do about it? which version should I use?

-- 
Marc


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: iptables version unknown
@ 2004-11-26 15:02 Scott Knake
  2004-11-26 15:09 ` Marc Cuypers
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Knake @ 2004-11-26 15:02 UTC (permalink / raw)
  To: netfilter

The problem you're having is that when you download via apt-get source
you're getting the source used to make the package. Debian packages all
have custom version numbers since they apply distro patches to all their
distributions. Try using the iptables source from netfilters home page
and I bet this wont happen.

>Hi,
>
>I'm new to patch-o-matic.
>
>I downloaded the 2.4.28 kernel from ftp.kernel.org
>I downloaded iptables 1.2.6a via apt-get source iptables
>I downloaded path-o-matic-20041125.tar.bz2.
>
>I unpacked all those archives in /usr/src.
>when running ./runme in patch-o-matic I get the following error:
>	Your iptables version  is unknown for patch-o-matic at ./runme
line 214
>
>What can I do about it? which version should I use?
>
>-- 
>Marc




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: iptables version unknown
  2004-11-26 15:02 Scott Knake
@ 2004-11-26 15:09 ` Marc Cuypers
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Cuypers @ 2004-11-26 15:09 UTC (permalink / raw)
  To: Scott Knake; +Cc: netfilter


Scott Knake wrote:
> The problem you're having is that when you download via apt-get source
> you're getting the source used to make the package. Debian packages all
> have custom version numbers since they apply distro patches to all their
> distributions. Try using the iptables source from netfilters home page
> and I bet this wont happen.
> 
> 
>>Hi,
>>
>>I'm new to patch-o-matic.
>>
>>I downloaded the 2.4.28 kernel from ftp.kernel.org
>>I downloaded iptables 1.2.6a via apt-get source iptables
>>I downloaded path-o-matic-20041125.tar.bz2.
>>
>>I unpacked all those archives in /usr/src.
>>when running ./runme in patch-o-matic I get the following error:
>>	Your iptables version  is unknown for patch-o-matic at ./runme
> 
> line 214
> 
>>What can I do about it? which version should I use?
>>
>>-- 
>>Marc
Hi,

I downloaded 1.2.6a of iptables from ftp.netfilter.org still the same 
problem.  Do you what iptables version I should use?

-- 
Marc


^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: iptables version unknown
@ 2004-11-26 15:12 Scott Knake
  0 siblings, 0 replies; 6+ messages in thread
From: Scott Knake @ 2004-11-26 15:12 UTC (permalink / raw)
  To: netfilter


>>Scott Knake wrote:
>> The problem you're having is that when you download via apt-get
source
>> you're getting the source used to make the package. Debian packages
all
>> have custom version numbers since they apply distro patches to all
their
>> distributions. Try using the iptables source from netfilters home
page
>> and I bet this wont happen.
>>
>>
>>>Hi,
>>>
>>>I'm new to patch-o-matic.
>>>
>>>I downloaded the 2.4.28 kernel from ftp.kernel.org
>>>I downloaded iptables 1.2.6a via apt-get source iptables
>>>I downloaded path-o-matic-20041125.tar.bz2.
>>>
>>>I unpacked all those archives in /usr/src.
>>>when running ./runme in patch-o-matic I get the following error:
>>>	Your iptables version  is unknown for patch-o-matic at ./runme
>>
>> line 214
>>
>>>What can I do about it? which version should I use?
>>>
>>>--
>>>Marc
>Hi,
>
>I downloaded 1.2.6a of iptables from ftp.netfilter.org still the same
>problem.  Do you what iptables version I should use?
>
>--
>Marc


I successfully install patch-o-matic on iptables 1.2.11 and linux kernel
2.4.27. if this still doesn't work post again and I'll do a step by
step.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: iptables version unknown
  2004-11-26 13:42 iptables version unknown Marc Cuypers
@ 2004-11-26 15:19 ` Lopsch
  2004-11-29 13:46   ` Marc Cuypers
  0 siblings, 1 reply; 6+ messages in thread
From: Lopsch @ 2004-11-26 15:19 UTC (permalink / raw)
  Cc: netfilter

Marc Cuypers schrieb:
> Hi,
> 
> I'm new to patch-o-matic.
> 
> I downloaded the 2.4.28 kernel from ftp.kernel.org
> I downloaded iptables 1.2.6a via apt-get source iptables
> I downloaded path-o-matic-20041125.tar.bz2.
> 
> I unpacked all those archives in /usr/src.
> when running ./runme in patch-o-matic I get the following error:
>     Your iptables version  is unknown for patch-o-matic at ./runme line 214
> 
> What can I do about it? which version should I use?
> 
The command is KERNEL_DIR=/dir/to/your/kernel/source 
IPTABLES_DIR=/dir/to/your/iptables/source ./runme <option>

where <option> is can be one of these: base, pending, extra or the 
patchname you want to apply for example CONNMARK for the CONNMARK patch.

Some links:
the latest stable version is 
http://www.netfilter.org/files/iptables-1.2.11.tar.bz2

the latest snapshot matching the latest pom-ng snapshot is 
ftp://ftp.netfilter.org/pub/iptables/snapshot/iptables-1.3.0-20041125.tar.bz2

I hope this will help you :).



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: iptables version unknown
  2004-11-26 15:19 ` Lopsch
@ 2004-11-29 13:46   ` Marc Cuypers
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Cuypers @ 2004-11-29 13:46 UTC (permalink / raw)
  To: Lopsch; +Cc: netfilter

Lopsch wrote:
> Marc Cuypers schrieb:
> 
>> Hi,
>>
>> I'm new to patch-o-matic.
>>
>> I downloaded the 2.4.28 kernel from ftp.kernel.org
>> I downloaded iptables 1.2.6a via apt-get source iptables
>> I downloaded path-o-matic-20041125.tar.bz2.
>>
>> I unpacked all those archives in /usr/src.
>> when running ./runme in patch-o-matic I get the following error:
>>     Your iptables version  is unknown for patch-o-matic at ./runme 
>> line 214
>>
>> What can I do about it? which version should I use?
>>
> The command is KERNEL_DIR=/dir/to/your/kernel/source 
> IPTABLES_DIR=/dir/to/your/iptables/source ./runme <option>
> 
> where <option> is can be one of these: base, pending, extra or the 
> patchname you want to apply for example CONNMARK for the CONNMARK patch.
> 
> Some links:
> the latest stable version is 
> http://www.netfilter.org/files/iptables-1.2.11.tar.bz2
> 
> the latest snapshot matching the latest pom-ng snapshot is 
> ftp://ftp.netfilter.org/pub/iptables/snapshot/iptables-1.3.0-20041125.tar.bz2 
> 
> 
Hi,

I downloaded kernel 2.4.28 and iptables 1.2.11 and now it works.

I thank you all for helping me out.

-- 
Marc


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-29 13:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-26 13:42 iptables version unknown Marc Cuypers
2004-11-26 15:19 ` Lopsch
2004-11-29 13:46   ` Marc Cuypers
  -- strict thread matches above, loose matches on Subject: below --
2004-11-26 15:02 Scott Knake
2004-11-26 15:09 ` Marc Cuypers
2004-11-26 15:12 Scott Knake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox