[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Linux client: warning, got duplicate tcp line



Tom Georgoulias wrote:
Dominique Frise wrote:

One of our Linux RHEL4 client has hobbitclient.log filled with:
...
warning, got duplicate tcp line.


$netstat -ant
...
...
tcp 0 0 130.223.27.74:993 130.223.131.51:49158 ESTABLISHED
warning, got duplicate tcp line.
warning, got duplicate tcp line.
tcp 0 0 130.223.27.74:993 130.223.131.51:49159 ESTABLISHED




I'll try to find out what this error from netstat means.


This may/may not help:

http://kbase.redhat.com/faq/FAQ_80_6180.shtm

To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe (at) hswn.dk


Thanks for the info but the host generating these errors has neither sysctl net.ipv4.tcp_tw_reuse nor sysctl net.ipv4.tcp_tw_recycle set.

Redhat seems to be willing to correct this sometimes...(Work is underway at the moment to suppress these messages in further releases of Red Hat Enterprise Linux but is not a high priority because of the messages benign nature)

In the meantime I patched the netstat -ant for this particuliar client (hobbitclient-linux.sh):

echo "[ports]"
netstat -ant 2> /dev/null



Dominique
UNIL - University of Lausanne