Accepting TCP connection failed: socket is not connected

2024-07-11 Thread sami . rahal
Hello community, Could someone please help me understand these errors in the log of a resolver server BIND 9.16.48 running on Red Hat 7 as the operating system. Log : 07-Jul-2024 07:06:35.746 Accepting TCP connection failed: socket is not connected 07-Jul-2024 07:07:29.724 Accepting TCP connecti

Re: Accepting TCP connection failed: socket is not connected

2024-07-11 Thread Ondřej Surý
It means what it says - the networking layer reports that the TCP socket is no longer connected at the time named is accepting the connection. It means that the client gave up between the 3-way handshake completion and accepting the connection. Ondrej -- Ondřej Surý — ISC (He/Him) My working h

Re: Accepting TCP connection failed: socket is not connected

2024-07-11 Thread Rob Foehl
On Thu, 2024-07-11 at 21:25 +0200, Ondřej Surý wrote: > It means what it says - the networking layer reports that the TCP socket is > no longer connected at the time named is accepting the connection. It means > that the client gave up between the 3-way handshake completion and accepting > the c