stuck in CLOSE_WAIT Solaris 10 - Patch and workaround

Solaris 10 Sparc:
When you got a connection locking a tcp/port, and the status is CLOSE_WAIT (for ever :wall:), you just use the tcpdrop, to close the connection.

This is a OS bug. I wrote the bug id bellow:
BUG-ID
6468753 connections stuck in CLOSE_WAIT

The patch that's correct the bug:
PATCH:
(from 127716-01)

Workarround -> Look for at Google:
tcpdrop-drop-tcp-connections-in-solaris

Informations of Workarround:
tcpdrop look at google. tcpdrop solaris 10.

1 Like