Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2016 22:31:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 209471] Listen queue overflow due to too many sockets stuck in CLOSED state
Message-ID:  <bug-209471-2472-1dcuRibC5q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209471-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209471-2472@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=3D209471

--- Comment #16 from Robert Blayzor <rblayzor@inoc.net> ---
Sure enough only several minutes later...


netstat -an | grep CLOSE
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.21636 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.56257 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.29702 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.43568 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.54536 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.46349 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.43627 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.1415  CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.17268 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.48771 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.14033 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.38239 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.21242 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.25488 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.64057 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.13191 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:10::10.42818 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.13892 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.36679 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.54607 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.29255 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.61873 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.40489 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.21086 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.39435 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.43388 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.36112 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.7947  CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.32606 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.12869 CLOSED
tcp6       0      0 2607:f058:110:2:.25    2607:f058:110:2:.41813 CLOSED


Cannot be killed with tcpdrop...


Exim stuck in:

35876 mailnull      1  20    0 41708K  8184K vmf_de  0   0:12   0.00% exim


and results in:

sonewconn: pcb 0xfffff80015d67000: Listen queue overflow: 31 already in que=
ue
awaiting acceptance (26 occurrences)
sonewconn: pcb 0xfffff80015d67000: Listen queue overflow: 31 already in que=
ue
awaiting acceptance (26 occurrences)
sonewconn: pcb 0xfffff80015d67000: Listen queue overflow: 31 already in que=
ue
awaiting acceptance (26 occurrences)
sonewconn: pcb 0xfffff80015d67000: Listen queue overflow: 31 already in que=
ue
awaiting acceptance (25 occurrences)
sonewconn: pcb 0xfffff80015d67000: Listen queue overflow: 31 already in que=
ue
awaiting acceptance (26 occurrences)



Process does not kill... reboot time...

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209471-2472-1dcuRibC5q>