From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sumit Pandya" Date: Mon, 29 Jul 2002 14:39:52 +0000 Subject: [LARTC] RE: Oops with IMQ Ingress MIME-Version: 1 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01C2373D.453B1D70" Message-Id: List-Id: To: lartc@vger.kernel.org This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C2373D.453B1D70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi All, One more result with my setup. Here is my all command lines with more details my client IP is 192.9.203.70 IP on linux router 192.9.203.139 and xxx.xxx.xxx.xxx # iptables -n -t nat -L -v Chain PREROUTING (policy ACCEPT 245 packets, 42668 bytes) pkts bytes target prot opt in out source destination Chain POSTROUTING (policy ACCEPT 14 packets, 1279 bytes) pkts bytes target prot opt in out source destination 10 488 MASQUERADE all -- * eth1 192.9.203.0/24 0.0.0.0/0 Chain OUTPUT (policy ACCEPT 19 packets, 1963 bytes) pkts bytes target prot opt in out source destination # iptables -n -t mangle -L -v Chain PREROUTING (policy ACCEPT 6917 packets, 4711K bytes) pkts bytes target prot opt in out source destination 12 569 IMQ all -- * * 0.0.0.0/0 0.0.0.0/0 IMQ: todev 0 Chain INPUT (policy ACCEPT 1419 packets, 118K bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 5356 packets, 4575K bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 824 packets, 67098 bytes) pkts bytes target prot opt in out source destination Chain POSTROUTING (policy ACCEPT 6191 packets, 4644K bytes) pkts bytes target prot opt in out source destination 5779 4600K IMQ all -- * * 0.0.0.0/0 0.0.0.0/0 IMQ: todev 0 # sh /root/show_tc.sh ############################################################################ ######################## Qdisciplines ############################################################################ ######################## qdisc htb 1: r2q 10 default 1 direct_packets_stat 0 Sent 2185158 bytes 2835 pkts (dropped 1, overlimits 3168) ############################################################################ ######################## Classes ############################################################################ ######################## class htb 1:11 root prio 0 quantum 5120 rate 400Kbit ceil 400Kbit burst 2111b/8 mpu 0b cburst 2111b/8 mpu 0b level 0 buffer [000119fb] cbuffer [000119fb] Sent 0 bytes 0 pkts (dropped 0, overlimits 0) lended: 0 borrowed: 0 giants: 0 tokens: 72187 ctokens: 72187 class htb 1:1 root prio 0 quantum 200000 rate 800Mbit ceil 800Mbit burst 1050044b/8 mpu 0b cburst 1050044b/8 mpu 0b level 0 buffer [00004476] cbuffer [00004476] Sent 40014 bytes 482 pkts (dropped 0, overlimits 0) rate 100bps 1pps lended: 482 borrowed: 0 giants: 0 tokens: 17526 ctokens: 17526 class htb 1:10 root prio 0 quantum 5120 rate 400Kbit ceil 400Kbit burst 2111b/8 mpu 0b cburst 2111b/8 mpu 0b level 0 buffer [000119fb] cbuffer [000119fb] Sent 2145144 bytes 2353 pkts (dropped 1, overlimits 0) lended: 2353 borrowed: 0 giants: 0 tokens: 70548 ctokens: 70548 ############################################################################ ######################## Filters ############################################################################ ######################## filter parent 1: protocol ip pref 1 u32 filter parent 1: protocol ip pref 1 u32 fh 800:[80000000] ht divisor 1 filter parent 1: protocol ip pref 1 u32 fh 800::1[80000001] order 1 key ht 800 bkt 0 flowid 1:10 match c009cb46/ffffffff at 16 match 00500000/ffff0000 at 20 filter parent 1: protocol ip pref 1 u32 fh 800::3[80000003] order 3 key ht 800 bkt 0 flowid 1:10 match c009cb46/ffffffff at 12 match 00000050/0000ffff at 20 This time Oops trace is different then previous. But similarity is that it can be simulated by placing simply one entry into iptables i.e iptables -t mangle -I PREROUTING -j IMQ and avoided by not having above entry. I know again filter 800::3 is not proper and it does not satisfy my purpose. Insteed of specifying Public-IP, I made mistake of placing client-ip and found some bug. -- Sumit ------=_NextPart_000_0000_01C2373D.453B1D70 Content-Type: application/octet-stream; name="2.4bug.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="2.4bug.log" Red Hat Linux release 7.2 (Enigma) Kernel 2.4.18-3elite on an i686 kernel2_4 login: Unable to handle kernel paging request at virtual = address 036a0472 *pde =3D 00000000 Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt CPU: 0 EIP: 0010:[] Not tainted EFLAGS: 00010006 EIP is at find_vma [kernel] 0x17 (2.4.18-3elite) eax: c01e89a9 ebx: 036a0472 ecx: 036a046a edx: c02e6000 esi: c01e898d edi: 036a0472 ebp: 00000000 esp: c02e5ff0 ds: 0018 es: 0018 ss: 0018 Process 4=C0=01 (pid: 365, stackpage=3Dc02e5000) Stack: c02e6000 c01e898d c0112396 c01e898d=20 Call Trace: [] ip_forward [kernel] 0x1ed=20 [] do_page_fault [kernel] 0x86=20 [] ip_forward [kernel] 0x1ed=20 Code: 39 59 08 76 05 39 59 04 76 2c 8b 56 04 31 c9 eb 0b 8b 52 0c=20 <1>Unable to handle kernel NULL pointer dereference at virtual address = 00000000 printing eip: c011d0a6 *pde =3D 00000000 Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt CPU: 0 EIP: 0010:[] Not tainted EFLAGS: 00010082 EIP is at del_timer [kernel] 0x16 (2.4.18-3elite) eax: 00000000 ebx: 00000202 ecx: c02e40dc edx: c11c9720 esi: c022b4a0 edi: c02e4000 ebp: 0000000b esp: c02e5eb8 ds: 0018 es: 0018 ss: 0018 Process 4=C0=01 (pid: 365, stackpage=3Dc02e5000) Stack: 00000000 c0118ad0 c02e40dc 00000000 c7c5002c 00000002 c022b62e = c02e5fbc=20 00000000 c024765a 00000018 c0230018 ffffff00 c0108e74 00000010 = 00000000=20 c022b4a0 c02e5fbc 00000000 c0112637 0000000b c02e5fbc 00000000 = c02e4000=20 Call Trace: [] do_exit [kernel] 0x60=20 [] die [kernel] 0x54=20 [] do_page_fault [kernel] 0x327=20 [] imq_nf_queue [imq] 0x13e=20 [] nf_queue [kernel] 0xe1=20 [] ip_finish_output2 [kernel] 0x0=20 [] ip_finish_output2 [kernel] 0x0=20 [] nf_hook_slow [kernel] 0xd6=20 [] imq_egress_ipv4 [imq] 0x0=20 [] ip_finish_output2 [kernel] 0x0=20 [] imq_egress_ipv4 [imq] 0x0=20 [] do_page_fault [kernel] 0x0=20 [] error_code [kernel] 0x34=20 [] ip_forward [kernel] 0x1ed=20 [] ip_forward [kernel] 0x209=20 [] fifo_dump [kernel] 0x18=20 [] find_vma [kernel] 0x17=20 [] ip_forward [kernel] 0x1ed=20 [] do_page_fault [kernel] 0x86=20 [] ip_forward [kernel] 0x1ed=20 Code: 89 10 b8 01 00 00 00 c7 41 04 00 00 00 00 c7 01 00 00 00 00=20 <1>Unable to handle kernel NULL pointer dereference at virtual address = %8lx printing eip: %8lx *pde =3D %8lx Oops: %4lx cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: %4lx cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: c021e45b *pde =3D %8lx Oops: % cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel paging request at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0002 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx Oops: 0000 cls_u32 ipt_IMQ imq ipt_MASQUERADE iptable_mangle ipt_multiport = ipt_REJECT ipt Unable to handle kernel NULL pointer dereference at virtual address %8lx printing eip: %8lx *pde =3D %8lx LILO=20 Red Hat Linux release 7.2 (Enigma) ------=_NextPart_000_0000_01C2373D.453B1D70-- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/