Hi Folks,
Maybe some remember us posting this with the 2.4.23-rc1 kernel? Anyway... It's back... At least for me.
. patch-2.6.9-rc1-bk13-vs1.9.2.24.diff . linux-2.6.9-rc2-bk1
Happened in an rc1 kernel too ;). Hand patched in some of the diff.
After doing an "netstat -nap --inet" for a while, the whole kernel drops. As netconsole is not working for me I am off to find a serial cross-over.
Copied from the screen some stuff from the crash:
c02ae9f9 listening_get_idx c02aecd7 tcp_get_idx c0174f18 seq_read c01fabd3 write_chan c0159162 vfs_read c01593db sys_read
instructions 00 8b 4c 24 04
Last time Herbert fixed it with :
--- linux-2.4.23-rc1-vs1.1.4/net/ipv4/tcp_ipv4.c Tue Nov 18 23:32:58 2003
+++ linux-2.4.23-rc1-vs1.1.4-fix/net/ipv4/tcp_ipv4.c Wed Nov 19 09:47:36 2003
@@ -2334,7 +2334,7 @@ skip_listen:
tw != NULL;
tw = (struct tcp_tw_bucket *)tw->next, num++) {
if (!TCP_INET_FAMILY(tw->family) ||
- !vx_check(sk->vx_id, VX_WATCH|VX_IDENT))
+ !vx_check(tw->vx_id, VX_WATCH|VX_IDENT))
continue;
pos += TMPSZ;Who has the magic this time :)?
JES
if (pos <= offset)_______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
