Linux client: warning, got duplicate tcp line
Hi,
One of our Linux RHEL4 client has hobbitclient.log filled with: ... warning, got duplicate tcp line. warning, got duplicate tcp line. warning, got duplicate tcp line. warning, got duplicate tcp line. warning, got duplicate tcp line. warning, got duplicate tcp line. warning, got duplicate tcp line. warning, got duplicate tcp line. warning, got duplicate tcp line. ...
Other systems with same config. and binaries do not complain.
I tried to attach the client data (msg.txt) but this is to big: ezmlm-reject: fatal: Sorry, I don't accept messages larger than 30000 bytes (#5.2.3)
How to debug this?
Dominique UNIL - University of Lausanne
On Mon, May 01, 2006 at 08:22:54AM +0200, Dominique Frise wrote:
Hi,
One of our Linux RHEL4 client has hobbitclient.log filled with: ... warning, got duplicate tcp line.
Odd, I cannot find that error message anywhere in the Hobbit client code.
How to debug this?
Try running the commands in the ~hobbit/client/bin/hobbitclient-linux.sh script by hand; it has to be one of those that generate this error.
Henrik
Henrik Stoerner wrote:
On Mon, May 01, 2006 at 08:22:54AM +0200, Dominique Frise wrote:
Hi,
One of our Linux RHEL4 client has hobbitclient.log filled with: ... warning, got duplicate tcp line.
Odd, I cannot find that error message anywhere in the Hobbit client code.
How to debug this?
Try running the commands in the ~hobbit/client/bin/hobbitclient-linux.sh script by hand; it has to be one of those that generate this error.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
$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
Thanks Henrik :-)
I'll try to find out what this error from netstat means.
Dominique UNIL - University of Lausanne
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:
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
participants (3)
-
Dominique.Frise@unil.ch
-
henrik@hswn.dk
-
tomg@mcclatchyinteractive.com