Displaying 15 results from an estimated 15 matches for "kernel_dir".
Did you mean:
kernel_dia
2005 Oct 10
0
Iptables Rpm Missing Modules
...because the RedHat source rpm spec file is not explicit in the kernel directory
location and that omission affects these few modules. Required changes in the spec file
are in bold and italics (everywhere there is a /usr just replace it by /usr/src/linux-2.4):
make COPT_FLAGS="$OPT" KERNEL_DIR=/usr/src/linux-2.4 LIBDIR=/%{_lib}
make COPT_FLAGS="$OPT" KERNEL_DIR=/usr/src/linux-2.4 LIBDIR=/%{_lib} iptables-
save iptables-restore
make COPT_FLAGS="$OPT" KERNEL_DIR=/usr/src/linux-2.4 LIBDIR=/%{_lib}
ip6tables-save ip6tables-restore
make install DESTDIR=%{buildroot}...
2002 Mar 01
3
iptables 1.2.5 and shorewall 1.2.8?
Hey all-
Trying to run sh 1.2.8 and iptables 1.2.5 on my linux 2.4.17 box. I
build the kernel from kernel.org sources, and then patched it with
iptables 1.2.5 by doing
%make pending-patches KERNEL_DIR=/usr/src/linux
I let it run and patched these:
Welcome to Rusty''s Patch-o-matic!
Each patch is a new feature: many have minimal impact, some do not.
Almost every one has bugs, so I don''t recommend applying them all!
-------------------------------------------------------
Alrea...
2004 Apr 26
1
patching kernel and iptables for IMQ
...irst, i patch linux kernel with Norbet Buckmuller''s .diff
#cd \usr\src\linux
#patch -p1 < imq-combo-debian-2.4.22.diff
All correct
Second, i -try to- patch iptables (following www.linuximq.net/faq.html)
#cd /usr/src/linux/net/ipv4/netfilter
I edit IMQ.pom-ng.patch and replace $KERNEL_DIR with /usr/src/linux
#patch -p1 < IMQ.pom-ng.patch
#cd /usr/src/linux/net/ipv4/netfilter/extensions
#chmod +x .IMQ-test*.
#cd /usr/src/linux
#make dep & make modules
...
plonk! :-(
any idea?
_______________________________________________
LARTC mailing list / LARTC@mail...
2007 Oct 06
7
ipp2p segmentation fault
...el source and unpacked the resulting tar.bz2 file.
- From the netfilter.org site I downloaded the following snapshot packages and unpacked them into my build area:
iptables-1.3.8-20070925.tar.bz2
patch-o-matic-ng-20070925.tar.bz2
- I ran the patch-o-matic-ng runme script correctly defining the KERNEL_DIR and IPTABLES_DIR parameters.
I also used the --download parameter so that it would fetch the ipp2p out-of-tree repository.
- When running the patch-o-matic-ng script I said ''No'' to all the extensions except for the ipp2p one since that is all I was interested in.
The patch...
2003 Aug 03
0
[Bug 116] New: compile error in extensions/libipt_physdev.c
...o: laforge@netfilter.org
ReportedBy: johnlumby@hotmail.com
CC: netfilter-buglog@lists.netfilter.org
I am running unmodified 2.6.0-test2 kernel on a Red-Hat linux (originally 7.2
but with some upgrades - ask if you need to know levels of other software). I
ran this:
make KERNEL_DIR=/usr/src/linux-2.6.0-t2jel
I got this (after other clean compiles)
extensions/libipt_physdev.c: In function `parse':
extensions/libipt_physdev.c:86: error: `IPT_PHYSDEV_OP_MATCH_IN' undeclared
(first use in this function)
extensions/libipt_physdev.c:86: error: (Each undeclared identifier is...
2006 Dec 30
0
[Bug 527] New: the check make target has a greedy debug grep
...nspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: laforge@netfilter.org
ReportedBy: vapier@gentoo.org
if you have a kernel with say a '-g' in it, then KERNEL_DIR will include the
'-g' in it, CFLAGS will include the '-g' in it, and then the grep will think you
have -g in your CFLAGS
for example, if you use the grsec or gentoo patchset:
$ uname -r
2.6.19.1-grsec
$ uname -r
2.6.19-gentoo-r2
then your CFLAGS will look like:
-O2 -Wall -Wunused...
2004 Sep 17
1
latest klibc for udev
...kefile 2004-09-14 07:55:07 +02:00
+++ edited/Makefile 2004-09-17 18:47:26 +02:00
@@ -140,7 +140,7 @@
ifeq ($(strip $(USE_KLIBC)),true)
KLIBC_BASE = $(PWD)/klibc
KLIBC_DIR = $(KLIBC_BASE)/klibc
- INCLUDE_DIR := $(KLIBC_DIR)/include
+ INCLUDE_DIR := $(KLIBC_BASE)/include
LINUX_INCLUDE_DIR := $(KERNEL_DIR)/include
# LINUX_INCLUDE_DIR := $(KLIBC_BASE)/linux/include
include $(KLIBC_DIR)/arch/$(ARCH)/MCONFIG
@@ -155,7 +155,7 @@
$(OPTFLAGS) \
-D__KLIBC__ -fno-builtin-printf \
-I$(INCLUDE_DIR) \
- -I$(KLIBC_DIR)/arch/$(ARCH)/include \
+ -I$(INCLUDE_DIR)/arch/$(ARCH) \
-I$(INCLUDE_...
2003 Feb 03
0
[Bug 39] New: can't execute 'make modules'
...Status: NEW
Severity: major
Priority: P2
Component: ip_tables (kernel)
AssignedTo: laforge@netfilter.org
ReportedBy: luismi@b2bi.es
CC: netfilter-buglog@lists.netfilter.org
pom version: patch-o-matic-20030107
Command for pom: KERNEL_DIR=/usr/src/linux ./runme pending
All patches applied without problems.
Linux version: redhat 7.3
kernel: 2.4.19
iptables version: iptables-1.2.5-3
result of 'make module' command:
make -C ipv4/netfilter modules
make[2]: Cambiando a directorio `/usr/src/linux-2.4.19/net/ipv4/netfilter'...
2005 May 12
0
Policy Match and the 2.6 Kernel
...default k7 k7-smp
Select the one the best matches the architecture of you hardware. Ill
be using 686-smp because Im using a dual processor P4. This will be
used to load all of the default Debain modules for your kernel.
7. Apply the policy match patch via patch-o-matic-ng
>export KERNEL_DIR=/usr/src/linux-2.6.11
>export IPTABLES_DIR=/usr/src/iptables-1.3.1
>cd /var/tmp/patch-o-matic-ng-20050504/
>./runme extra
Select no to all patches except policy match (its somewhere around the
48th one.)
8. Compile the kernel
>cd /usr/src/linux-2.6.11
>make-kpkg confi...
2005 Jun 06
20
2 ISQs
Hello,
I tried to find the answer to my problem already but
it is a specialised one I think because nothing was
found.
I previously have a ISP who was very fast ("extreme
speed" service from Cable Modem) but that blocked
SMTP port and some other for poor non-commercial
users... And it gives dynamic addresses so no DNS
at home without tricks...
So I went to another
2004 Feb 02
3
layer7-filter with iptables problem
Hi
iam running FEDORA,
i have installed Source of iptable 1.2.9 with the patch layer7-iptables
patch done with out any errors
and i applied patch in kernel to the layer 7 patch
and i have select the required option by doing
make menyconfig
done
make dep
make bzImage
make modules
make modules_install
make install
and rebooted with customer kernel
when i type
iptables -t mangle -A
2006 Mar 25
2
Multiple uplink problems
I''ve installed Shorewall 3.0.5 on a Debian Sarge box, and I''m
attempting to route internet traffic through a couple of ISPs, and I''ve
come up against some problems.
The first is that one of my links is a pppoe connection to a wireless
modem, and I can''t configure it to have a static IP address...
therefore I can''t see how I can set up the two
2005 Jun 24
6
Is it that difficult?
Hello,
You will find in attachment the layout of my
current physical configuration.
For now, the Cable ISP is not used. Since it
is a dynamic ISP, my mailserver is rejected and
my domain name registers on blacklists like ORDB
and al.
I want it to be used as a default gateway except
for my mail server that would be seen as coming
from my "honest" ADSL ISP.
Here is
2002 May 14
1
what''s the meaning of xchg()?
.../extensions/.IMQX-test iptables-1.2.6a/extensions/.IMQX-test
>--- iptables-1.2.6a-clean/extensions/.IMQX-test Thu Jan 1 01:00:00 1970
>+++ iptables-1.2.6a/extensions/.IMQX-test Sat Mar 23 02:37:20 2002
>@@ -0,0 +1,3 @@
>+#!/bin/sh
>+# True if IMQX target patch is applied.
>+[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_IMQX.c ] && echo IMQX
>diff -urN iptables-1.2.6a-clean/extensions/libipt_IMQX.c iptables-1.2.6a/extensions/libipt_IMQX.c
>--- iptables-1.2.6a-clean/extensions/libipt_IMQX.c Thu Jan 1 01:00:00 1970
>+++ iptables-1.2.6a/extensions/libipt_IMQX.c Sat Mar 23 02:3...
2011 Aug 03
18
[Bug 734] New: Iptables on Arm Processor with Vanilla Kernel
http://bugzilla.netfilter.org/show_bug.cgi?id=734
Summary: Iptables on Arm Processor with Vanilla Kernel
Product: netfilter/iptables
Version: linux-2.6.x
Platform: arm
OS/Version: Debian GNU/Linux
Status: NEW
Severity: critical
Priority: P5
Component: unknown
AssignedTo: netfilter-buglog at