Re: qestion about tcp_v4_hash

2000-10-09 Thread valery brasseur
Andi Kleen wrote: > > On Mon, Oct 09, 2000 at 02:51:28PM +0200, valery brasseur wrote: > > Andi Kleen wrote: > > > > > > On Mon, Oct 09, 2000 at 09:47:43AM +0200, valery brasseur wrote: > > > > I have a Oops in the kernel which say's "tcp_v4_hash: bug, socket state > > > > is 1" > > > > can

Re: qestion about tcp_v4_hash

2000-10-09 Thread Andi Kleen
On Mon, Oct 09, 2000 at 02:51:28PM +0200, valery brasseur wrote: > Andi Kleen wrote: > > > > On Mon, Oct 09, 2000 at 09:47:43AM +0200, valery brasseur wrote: > > > I have a Oops in the kernel which say's "tcp_v4_hash: bug, socket state > > > is 1" > > > can someone explain me what's wrong ? > >

Re: qestion about tcp_v4_hash

2000-10-09 Thread valery brasseur
Andi Kleen wrote: > > On Mon, Oct 09, 2000 at 09:47:43AM +0200, valery brasseur wrote: > > I have a Oops in the kernel which say's "tcp_v4_hash: bug, socket state > > is 1" > > can someone explain me what's wrong ? > > Hard to say when you don't send the decoded (=run through ksymoops > with

Re: qestion about tcp_v4_hash

2000-10-09 Thread Andi Kleen
On Mon, Oct 09, 2000 at 09:47:43AM +0200, valery brasseur wrote: > I have a Oops in the kernel which say's "tcp_v4_hash: bug, socket state > is 1" > can someone explain me what's wrong ? Hard to say when you don't send the decoded (=run through ksymoops with correct System.map) oops. -Andi -

qestion about tcp_v4_hash

2000-10-09 Thread valery brasseur
I have a Oops in the kernel which say's "tcp_v4_hash: bug, socket state is 1" can someone explain me what's wrong ? as far as I can see removing # turns TCP timestamp support off net.ipv4.tcp_timestamps = 0 # turns SACK support off net.ipv4.tcp_sack = 0 # turn TCP window scaling support off

qestion about tcp_v4_hash

2000-10-09 Thread valery brasseur
I have a Oops in the kernel which say's "tcp_v4_hash: bug, socket state is 1" can someone explain me what's wrong ? as far as I can see removing # turns TCP timestamp support off net.ipv4.tcp_timestamps = 0 # turns SACK support off net.ipv4.tcp_sack = 0 # turn TCP window scaling support off

Re: qestion about tcp_v4_hash

2000-10-09 Thread Andi Kleen
On Mon, Oct 09, 2000 at 09:47:43AM +0200, valery brasseur wrote: I have a Oops in the kernel which say's "tcp_v4_hash: bug, socket state is 1" can someone explain me what's wrong ? Hard to say when you don't send the decoded (=run through ksymoops with correct System.map) oops. -Andi - To

Re: qestion about tcp_v4_hash

2000-10-09 Thread valery brasseur
Andi Kleen wrote: On Mon, Oct 09, 2000 at 02:51:28PM +0200, valery brasseur wrote: Andi Kleen wrote: On Mon, Oct 09, 2000 at 09:47:43AM +0200, valery brasseur wrote: I have a Oops in the kernel which say's "tcp_v4_hash: bug, socket state is 1" can someone explain me what's