* Kernelpanic in 2.43
@ 2003-12-09 0:00 Ulrich Mensfeld
2003-12-09 18:35 ` Martin Josefsson
0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Mensfeld @ 2003-12-09 0:00 UTC (permalink / raw)
To: linux-kernel
Hallo,
don't know, whom to adress.
I've following problem: Every Linux-Kernel above 2.4.22 crashes with
capslock and scrolllock blinking, nothing in the message-log, and all i
can do is magic-sysreq and boot.
The problem seems to be reproducable: It seems to occur, when my son wants
to use my pc as a router to the internet. So for detail:
My pc acts as a dsl-router on "half"demand with packtfiltering and masq
(ipchains) for 2 windows-pcs.
"Half"demand means, my son has to make a "ping 10.0.0.2" to open an
outgoing connection, to prevent a bunch of windows tools opening unwanted
connections using "DoD".
But this all works fine under 2.4.18 to 2.4.22. I haven't any idea, what
that could be in 2.4.23.
If i should be more precise, please tell me what i should document.
Regards--
Ulrich
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Kernelpanic in 2.43
2003-12-09 0:00 Kernelpanic in 2.43 Ulrich Mensfeld
@ 2003-12-09 18:35 ` Martin Josefsson
0 siblings, 0 replies; 2+ messages in thread
From: Martin Josefsson @ 2003-12-09 18:35 UTC (permalink / raw)
To: Ulrich Mensfeld; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1309 bytes --]
On Tue, 2003-12-09 at 01:00, Ulrich Mensfeld wrote:
> Hallo,
> don't know, whom to adress.
>
> I've following problem: Every Linux-Kernel above 2.4.22 crashes with
> capslock and scrolllock blinking, nothing in the message-log, and all i
> can do is magic-sysreq and boot.
>
> The problem seems to be reproducable: It seems to occur, when my son wants
> to use my pc as a router to the internet. So for detail:
>
> My pc acts as a dsl-router on "half"demand with packtfiltering and masq
> (ipchains) for 2 windows-pcs.
> "Half"demand means, my son has to make a "ping 10.0.0.2" to open an
> outgoing connection, to prevent a bunch of windows tools opening unwanted
> connections using "DoD".
This is a known bug :(
you have three choices:
1. Switch to iptables instead of ipchains.
2. Use 2.4.23-bk instead.
3. Apply the patch below.
--- linux.old/net/ipv4/netfilter/ip_fw_compat_masq.c 2002-11-29 05:22:53.000000000 +0530
+++ linux/net/ipv4/netfilter/ip_fw_compat_masq.c 2003-12-04 14:54:06.000000000 +0530
@@ -91,9 +91,6 @@
WRITE_UNLOCK(&ip_nat_lock);
return ret;
}
-
- place_in_hashes(ct, info);
- info->initialized = 1;
} else
DEBUGP("Masquerading already done on this conn.\n");
WRITE_UNLOCK(&ip_nat_lock);
--
/Martin
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-09 18:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-09 0:00 Kernelpanic in 2.43 Ulrich Mensfeld
2003-12-09 18:35 ` Martin Josefsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).