Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 11:21:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 214630] netstat displays spurious count for connections in LAST_ACK state inside jail with VIMAGE kernel
Message-ID:  <bug-214630-6-NY7nWu5qRs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214630-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214630-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214630

--- Comment #2 from tony181116@outlook.com ---
I have now seen this on two machines with FIN_WAIT_1 also affected:

TCP connection count by state:
        0 connections in CLOSED state
        1 connection  in LISTEN state
        0 connections in SYN_SENT state
        0 connections in SYN_RCVD state
        0 connections in ESTABLISHED state
        0 connections in CLOSE_WAIT state
        18446744073709551408 connections in FIN_WAIT_1 state
        0 connections in CLOSING state
        18446744073709551613 connections in LAST_ACK state
        33 connections in FIN_WAIT_2 state
        0 connections in TIME_WAIT state

TCP connection count by state:
        0 connections in CLOSED state
        1 connection  in LISTEN state
        0 connections in SYN_SENT state
        0 connections in SYN_RCVD state
        0 connections in ESTABLISHED state
        0 connections in CLOSE_WAIT state
        18446744073709551395 connections in FIN_WAIT_1 state
        0 connections in CLOSING state
        18446744073709551606 connections in LAST_ACK state
        33 connections in FIN_WAIT_2 state
        0 connections in TIME_WAIT state

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214630-6-NY7nWu5qRs>