Re: dst cache overflow

kuznet@ms2.inr.ac.ru
Wed, 12 Jan 2000 17:16:56 +0300 (MSK)


Hello!

> Set up a perl script to search for the ports used by the "LAST_ACK".
>
> Use this information to find the processes that hold these open, and
> use fuser -k to kill them.

Such sockets should not have users and associated files --- nothing to close.
If they do have, the service generating (apache?) them is _seriously_
broken. At least, stock apache should close them for 2 seconds, not more.

I looked at output of netstat. It evidently shows a bug in kernel.
What is version of kernel?

[ Dave! Look, he has 5000 of sockets sort of:

tcp 0 1 195.67.71.80:80 152.166.64.3:1252 LAST_ACK off (0.00/0)

Retransmission timers massively leak!
]

Alexey

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/